XML-LibXSLT - Errors installing on Solaris and RedHat

Posted on Fri Aug 24 05:39:24 2007 by newgeek
Errors installing on Solaris and RedHat
Hi, I received the following errors while installing XML::LibXSLT on Solaris 8 and RedHat 5 from CPAN: 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. Warning: No success on command[/usr/local/bin/perlnew Makefile.PL] Running make test CPAN: YAML loaded ok Make had some problems, won't test Running make install Make had some problems, won't install Failed during this command: PAJAS/XML-LibXSLT-1.62.tar.gz : writemakefile NO '/usr/local/bi n/perlnew Makefile.PL' returned status 512 On my Solaris machine, I have the following libraries installed: bash-2.03# ls /usr/local/lib/*xml* /usr/local/lib/lib-org-xml-sax.a /usr/local/lib/lib-org-xml-sax.la /usr/local/lib/lib-org-xml-sax.so /usr/local/lib/lib-org-xml-sax.so.0 /usr/local/lib/lib-org-xml-sax.so.0.0.0 /usr/local/lib/lib-org-xml-sax.so.5 /usr/local/lib/lib-org-xml-sax.so.5.0.0 /usr/local/lib/libxml2.a /usr/local/lib/libxml2.la /usr/local/lib/libxml2.so /usr/local/lib/libxml2.so.2 /usr/local/lib/libxml2.so.2.6.11 /usr/local/lib/xml2Conf.sh bash-2.03# ls /usr/local/lib/*xslt* /usr/local/lib/libexslt.a /usr/local/lib/libxslt.la /usr/local/lib/libexslt.la /usr/local/lib/libxslt.so /usr/local/lib/libexslt.so /usr/local/lib/libxslt.so.1 /usr/local/lib/libexslt.so.0 /usr/local/lib/libxslt.so.1.1.17 /usr/local/lib/libexslt.so.0.8.13 /usr/local/lib/xsltConf.sh /usr/local/lib/libxslt.a I have similar C libraries installed on my Linux box. I've also set the path to these libraries using the 'export PATH=' command. Can someone please give me a hint as to what I may bed doing wrong or is there a bug in the program? Thanks
Write a response