KooT
July 22nd, 2006, 09:07 AM
Im trying to instal perl module XML-LibXML-Common, but this is what i got:
root@marhefka:/home/koot/perl/XML-LibXML-Common-0.13# perl Makefile.PL
enable native perl UTF8
running xml2-config... ok
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://www.libxml.org/
If you install via RPMs, make sure you also install the -devel
RPMs, as this is where the headers (.h files) are.
apt-get says that the newst version of libxml, libxml2, libxml-dev, libxml2-dev are installed...
root@marhefka:/home/koot/perl/XML-LibXML-Common-0.13# perl Makefile.PL
enable native perl UTF8
running xml2-config... ok
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://www.libxml.org/
If you install via RPMs, make sure you also install the -devel
RPMs, as this is where the headers (.h files) are.
apt-get says that the newst version of libxml, libxml2, libxml-dev, libxml2-dev are installed...