Hi Gurus, I have written a program that uses XML::LibXSLT. When i Run the program it complain about not findind the XML/LibXSLT @INC.
I have installed perl-libxml and perl-lib-xslt successfully .Still my perl progam complains about XML::LibXSLT not installed. 1) * when I run Perl MakeFile.PL to install XML::LibXSLT ( I get the below error)* ** running xslt-config... failed XML::LibXSLT needs libxslt version 1.1.18 or higher ** ** *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)* -rwxr-xr-x 1 root root 4162762 May 29 10:59 libxml2.so.2.7.8 -rwxr-xr-x 1 root root 4076119 Jun 4 00:06 libxml2.so.2.6.28 lrwxrwxrwx 1 root root 17 Jun 4 00:06 libxml2.so -> libxml2.so.2.6.28 -rwxr-xr-x 1 root root 807 Jun 4 00:06 libxml2.la lrwxrwxrwx 1 root root 16 Jun 4 00:06 libxml2.so.2 -> libxml2.so.2.7.8 -rw-r--r-- 1 root root 6441062 Jun 4 00:06 libxml2.a -rw-r--r-- 1 root root 211 Jun 4 00:06 xml2Conf.sh drwxr-xr-x 2 root root 4096 Jun 4 00:06 pkgconfig can somebody help me in resolving this issue? I did ldconfig too but no use. Thnaks, c