XML::LibXSLT module, it's dependent on libxslt 1.1.18 or higher....
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? Anything at this point would be very helpful. Regards, Kamara. ---------------------- CONFIDENTIALITY NOTICE -------------------------------- PLEASE CONSIDER THE ENVIRONMENT BEFORE PRINTING THIS E-MAIL This email is intended only for the person to whom it is addressed and may contain confidential information and may be legally privileged. If you are not the intended recipient, you are notified that you may not use, distribute or copy this document in any manner whatsoever. Kindly also notify the sender by email and/or delete this e-mail. Any views or opinions expressed in this e-mail are those of the sender and do not necessarily coincide with those of the Open University of Tanzania. --------------------THE OPEN UNIVERSITY OF TANZANIA--------------------------
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
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
Hi all, Thanks Chris, can anyone help me how to handle this problem? regards, Kamara ---------------------- CONFIDENTIALITY NOTICE -------------------------------- PLEASE CONSIDER THE ENVIRONMENT BEFORE PRINTING THIS E-MAIL This email is intended only for the person to whom it is addressed and may contain confidential information and may be legally privileged. If you are not the intended recipient, you are notified that you may not use, distribute or copy this document in any manner whatsoever. Kindly also notify the sender by email and/or delete this e-mail. Any views or opinions expressed in this e-mail are those of the sender and do not necessarily coincide with those of the Open University of Tanzania. --------------------THE OPEN UNIVERSITY OF TANZANIA--------------------------
Look at the following http://ftp.se.debian.org/pub/gnome/sources/libxslt/1.1/ If you look down in the page you see the package 1.1.18. Try installing that by doing download it into any directory sudo tar -xzvf libxsltxxxxx.tar.gz cd libxsltxxxxxx.tar.gz sudo ./configure sudo make sudo make install That should do it hopefully, Good luck On Tue, Apr 13, 2010 at 12:27 PM, <bariki.kamara@out.ac.tz> wrote:
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
Hi all,
Thanks Chris, can anyone help me how to handle this problem?
regards, Kamara
---------------------- CONFIDENTIALITY NOTICE --------------------------------
PLEASE CONSIDER THE ENVIRONMENT BEFORE PRINTING THIS E-MAIL
This email is intended only for the person to whom it is addressed and may contain confidential information and may be legally privileged. If you are not the intended recipient, you are notified that you may not use, distribute or copy this document in any manner whatsoever. Kindly also notify the sender by email and/or delete this e-mail. Any views or opinions expressed in this e-mail are those of the sender and do not necessarily coincide with those of the Open University of Tanzania.
--------------------THE OPEN UNIVERSITY OF TANZANIA--------------------------
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
bariki.kamara@out.ac.tz -
Chris Cormack -
Susan Mustafa