*2) Now I am trying to install libxslt when I run ./configure*
It gives me the following error even though i have 2.6.28 lib avaiable on
/usr/local/lib.
checking for libxml libraries>= 2.6.27... configure: error: Version 2.6.26
found. You need at least libxml2 2.6.27 for this version of libxslt
*3) But I have install libxml2 2.6.28 and it resides ins /usr/loca/lib (see
below)*
Hi,
Run "echo $LD_LIBRARY_PATH" in your host, you may see that /usr/lib is
before the path of /usr/local/lib, so the system find the version 2.6.26
in /usr/lib though you have installed the other version in /usr/local/lib.
To resolve this problem you may need to reinstall the newest libxml2 in
/usr/lib.
HTH.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/