abhishes has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to install XML::LibXML on my w2k machine. I have downloaded all the binaries for the libxml packages. I have the binaries for libxml2, iconv, openssl. I have set the lib directory of these 3 in my path env variable. I have set the xmlprefix to the directory where I have all the dlls and libs for libxml.
But still when I do a perl Makefile.PL I get an error message
looking for -lxml2... no looking for -llibxml2... 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. no
What can I do to install libxml?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: install libxml on windows
by Steve_p (Priest) on Feb 20, 2003 at 18:40 UTC | |
by PodMaster (Abbot) on Feb 21, 2003 at 01:18 UTC | |
by Steve_p (Priest) on Feb 21, 2003 at 14:05 UTC |