rhall30 has asked for the wisdom of the Perl Monks concerning the following question:
Using pkgadd –d the library was installed in:# perl Makefile.PL running xslt-config... ok looking for -lxslt... no libxslt not found Try setting LIBS and INC values on the command line Or get libxslt and 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.
Inside the file Makefile.PL this line points to:# ls /usr/local/lib libexslt.a libexslt.so.0.8.2 libstdc++.la libxslt.a libxslt.so.1.1.2 libz.so.1.2.1 libexslt.la libgcc_s.so libstdc++.so libxslt.la libz.a pkgconfig libexslt.so libgcc_s.so.1 libstdc++.so.6 libxslt.so libz.so sparcv9 libexslt.so.0 libstdc++.a libstdc++.so.6.0.1 libxslt.so.1 libz.so.1 xsltConf.sh
--which is apparently creating the above error.$config{LIBS} = '-L/usr/local/lib -L/usr/lib -lxslt -lxml2 -lz -lm';
Edit: holli added rudimentary formatting.
In answer to the 2 suggestions below:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: libxslt not found
by syphilis (Archbishop) on Apr 03, 2006 at 23:58 UTC | |
|
Re: libxslt not found
by planetscape (Chancellor) on Apr 04, 2006 at 15:11 UTC |