in reply to Re: XML::LibXML installation woes (or, whence that library file?)
in thread XML::LibXML installation woes (or, whence that library file?)

Good diagnosis. I'm installing on a web host who runs a heavily modified (or so i'm told) Linux 2.2 kernel. I found xml2-config without any problems, and set my path to include the local bin directory i had created.

I've found the same files lestrrat located on his machine. I've tried setting the LIBS directive on the Makefile.PL command line to reflect this (broken into multiple lines for clarity only):

perl Makefile.PL PREFIX=/big/dom/xclickautomation/bin/perl LIBS='-L/big/dom/xclickautomation/lib' INC='-I/big/dom/xclickautomation/include'

but it still can't seem to find what it's looking for. I'd note that it seems to be searching for a library called 'xml2' not 'libxml2'. I even tried changing this in the Makefile.PL to 'libxml2' but it still claimed it couldn't find it. I also set LD_LIBRARY_PATH to point to the local lib directory, although running on Linux may make that moot.

I searched through the libxml mailing list archives without turning up anything even remotely related to this problem (though it doesn't sound like a libxml problem, but rather an XML::LibXML install issue.) I haven't found any mention of a XML::LibXML mailing list either. Has anyone heard of one?

  • Comment on Re: Re: XML::LibXML installation woes (or, whence that library file?)
  • Download Code

Replies are listed 'Best First'.
Re: Re: Re: XML::LibXML installation woes (or, whence that library file?)
by mirod (Canon) on Dec 20, 2001 at 01:49 UTC
    I searched through the libxml mailing list archives without turning up anything even remotely related to this problem (though it doesn't sound like a libxml problem, but rather an XML::LibXML install issue.) I haven't found any mention of a XML::LibXML mailing list either. Has anyone heard of one?

    XML::libXML is discussed on the perl-xml mailing list.