in reply to Re: Installation problem - XML::LibXML on snow leopard with ActivePerl
in thread Installation problem - XML::LibXML on snow leopard with ActivePerl

Looks like this time around, it is actually finding & using xml-config but still no dice:
perl Makefile.PL XMLPREFIX='/usr/local' Set up build environment without MacOSX10.4u SDK (will build native bi +naries) enable native perl UTF8 running xml2-config...untested Note: libxml2 2.7.8 was not tested with this XML::LibXML version. looking for -lxml2... no looking for -llibxml2... no libxml2 not found Try setting LIBS and INC values on the command line Or get libxml2 from http://xmlsoft.org/ If you install via RPMs, make sure you also install the -devel RPMs, as this is where the headers (.h files) are.
  • Comment on Re^2: Installation problem - XML::LibXML on snow leopard with ActivePerl
  • Download Code

Replies are listed 'Best First'.
Re^3: Installation problem - XML::LibXML on snow leopard with ActivePerl
by Sherm (Sexton) on Jan 27, 2011 at 15:21 UTC
    The debug output above shows another problem: "ld: warning: in /usr/local/lib/libiconv.dylib, missing required architecture x86_64 in file" Looks like libiconv was built as 32-bit only - you'll need to fix that to use it from a 64-bit Perl.