On 13 April 2010 00:38, <bariki.kamara@out.ac.tz> wrote:
Hi all,
I'm trying to install the Perl XML::LibXSLT module however, it's dependent on libxslt 1.1.18 or higher. The centos repositories seems to only have 1.1.17 packages available for libxslt. As you can see here below:
[root@library ~]# rpm -qa |grep libxslt libxslt-1.1.17-2.el5_2.2 libxslt-devel-1.1.17-2.el5_2.2 libxslt-python-1.1.17-2.el5_2.2 [root@library ~]# cd XML-LibXSLT-1.59 [root@library XML-LibXSLT-1.59]# perl Makefile.PL running xslt-config... ok looking for -lxslt... yes looking for -lexslt... yes running xslt-config... failed XML::LibXSLT needs libxslt version 1.1.18 or higher
Could someone help point me in the right direction, do I need to update libxslt 1.1.17 to 1.1.18?
Hi Kamara You do indeed need 1.1.18 or higher Chris