# 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.
####
# 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
####
$config{LIBS} = '-L/usr/local/lib -L/usr/lib -lxslt -lxml2 -lz -lm';