Hi I've added the path to xml2config to both my PATH variable but to no avail -
I'm a little confused by the output 'looking for '-lxml2' whcich comes back as 'yes' and the warning indicating the library cannot be found as they appear to be contradictory. Is this an issue with dynamic linking ( DynLoader.pm ) not being configured correctly on my FreeBSD box ? It's strange as the XML::Sax and XML::Namespace libraries both appear to build and test ok against libxml2. Chandran. > -----Original Message----- > From: Robin Berjon [mailto:[EMAIL PROTECTED]] > Sent: 22 November 2002 13:24 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: XML:Common Build Problem > > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
