Chandran Honour wrote:
After several painful hours trying I am still unable to build and install
the XML::Common, XML::LibXML and XML::LibXSLT libraries on my FreeBSD 4.2
server.

I've tried changing various options to MakeMaker to reference the
appropirate locally installed libxml2 libraries but am still getting the
same error.

 perl -I /home/chonour/perllib Makefile.PL LIB=/home/chonour/perllib
LIBS='-L/home/chonour/perllib' INC='-I/home/chonour/perllib/include/libxml2'
running xml2-config... ok
looking for -lxml2... yes
Note (probably harmless): No library found for -lxml2
The problem looks like it's right here, no need to read the output further: it's not finding libxml2 when attempting to build.

For some reason it's not looking where you tell it to. It's not impossible that it would be trying to use xml2-config, which means it needs a way to find that too. Perhaps try adding the location of xml2-config to your path.

--
Robin Berjon <[EMAIL PROTECTED]>
Research Engineer, Expway
7FC0 6F5F D864 EFB8 08CE 8E74 58E6 D5DB 4889 2488


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to