Dear All, When I try to install the perl module - XML::LibXSLT , on Debian Squeeze 2.6.32-5-686 , for the installation of Koha 3.10.03, I am getting following error: -------------------------------------------------------------------------------------------------------------------------- Running install for module 'XML::LibXSLT' CPAN: YAML loaded ok (v0.71) Running make for S/SH/SHLOMIF/XML-LibXSLT-1.80.tar.gz CPAN: Digest::SHA loaded ok (v5.47) CPAN: Compress::Zlib loaded ok (v2.06) Checksum for /root/.cpan/sources/authors/id/S/SH/SHLOMIF/XML-LibXSLT-1.80.tar.gz ok CPAN: Archive::Tar loaded ok (v1.52) XML-LibXSLT-1.80/ XML-LibXSLT-1.80/perl-libxml-mm.h XML-LibXSLT-1.80/benchmark/ XML-LibXSLT-1.80/benchmark/Driver/ XML-LibXSLT-1.80/benchmark/Driver/Sablotron.pm XML-LibXSLT-1.80/benchmark/Driver/LibXSLT.pm XML-LibXSLT-1.80/benchmark/Driver/BaseClass.pm XML-LibXSLT-1.80/benchmark/benchmark.pl XML-LibXSLT-1.80/Changes XML-LibXSLT-1.80/LibXSLT.pm XML-LibXSLT-1.80/MANIFEST XML-LibXSLT-1.80/testcases/ XML-LibXSLT-1.80/testcases/default.conf XML-LibXSLT-1.80/example/ XML-LibXSLT-1.80/example/fatal.xsl XML-LibXSLT-1.80/example/2.xml XML-LibXSLT-1.80/example/bad3.xsl XML-LibXSLT-1.80/example/nonfatal.xsl XML-LibXSLT-1.80/example/1.xml XML-LibXSLT-1.80/example/bad2.xsl XML-LibXSLT-1.80/example/1.xsl XML-LibXSLT-1.80/example/2.xsl XML-LibXSLT-1.80/example/bad1.xsl XML-LibXSLT-1.80/Makefile.PL XML-LibXSLT-1.80/META.yml XML-LibXSLT-1.80/META.json XML-LibXSLT-1.80/README XML-LibXSLT-1.80/t/ XML-LibXSLT-1.80/t/04params.t XML-LibXSLT-1.80/t/rt71345_a.t XML-LibXSLT-1.80/t/09exslt.t XML-LibXSLT-1.80/t/06output.t XML-LibXSLT-1.80/t/03input.t XML-LibXSLT-1.80/t/08literal.t XML-LibXSLT-1.80/t/02dromeds.t XML-LibXSLT-1.80/t/06entities.t XML-LibXSLT-1.80/t/11utf8.t XML-LibXSLT-1.80/t/10functions.t XML-LibXSLT-1.80/t/05quick.t XML-LibXSLT-1.80/t/07blankdoc.t XML-LibXSLT-1.80/t/13error.t XML-LibXSLT-1.80/t/01basic.t XML-LibXSLT-1.80/t/14security.t XML-LibXSLT-1.80/t/12import.t XML-LibXSLT-1.80/t/15misc.t XML-LibXSLT-1.80/t/rt71345_b.t XML-LibXSLT-1.80/typemap XML-LibXSLT-1.80/LibXSLT.xs XML-LibXSLT-1.80/ppport.h XML-LibXSLT-1.80/perl-libxml-mm.c CPAN: File::Temp loaded ok (v0.2301) CPAN.pm: Going to build S/SH/SHLOMIF/XML-LibXSLT-1.80.tar.gz 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. No 'Makefile' created SHLOMIF/XML-LibXSLT-1.80.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK Running make test Make had some problems, won't test Running make install Make had some problems, won't install -------------------------------------------------------------------------------------------------------------------------- I did notice, 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/ and tried to install libxslt and libxml2. still .. the same error. I went through many of the suggestions given at koha forum, no success. If somebody overcome this error with a fix, could please help me?? am done with most of the perl modules except this one. (Please provide me with version to be used and step by step installation procedure... ) Thank you in advance and waiting for your suggestions.. Satish MV Librarian. Govt. Engineering College, Hassan Karnataka | India.
Satish, When I try to install the perl module - XML::LibXSLT , on Debian
Squeeze 2.6.32-5-686 , for the installation of Koha 3.10.03, I am getting following error:
I went through many of the suggestions given at koha forum, no success. If somebody overcome this error with a fix, could please help me?? am done with most of the perl modules except this one.
(Please provide me with version to be used and step by step installation procedure... )
I would recommend installing Koha from packages: http://wiki.koha-community.org/wiki/Debian However, if you don't want to do that, you should still not be using CPAN for installing Perl modules. If you take a look at the installation instructions, you'll see that this package is not installed via CPAN: http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=INSTALL.debian;h=4... Regards, Jared -- Jared Camins-Esakov Bibliographer, C & P Bibliography Services, LLC (phone) +1 (917) 727-3445 (e-mail) jcamins@cpbibliography.com (web) http://www.cpbibliography.com/
Thank you Jared Camins, Firstly I tried with sudo apt-get install koha-common .. not successful. got a message saying: Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. then, did search with keyword: LibXSLT at http://packages.debian.org/squeeze and installed following threee packages manually. libxml-libxslt-perl (libxml-libxslt-perl_1.70-1_i386.deb) libxslt1-dev ( libxslt1-dev_1.1.26-6+squeeze3_i386.deb) libxslt1.1 ( libxslt1.1_1.1.26-6+squeeze3_i386.deb ) and I checked for XML::LibXSLT in required modules list (# perl koha_perl_deps.pl -m), it has been cleared now. thank you. satish On 4/27/13, Jared Camins-Esakov <jcamins@cpbibliography.com> wrote:
Satish,
When I try to install the perl module - XML::LibXSLT , on Debian
Squeeze 2.6.32-5-686 , for the installation of Koha 3.10.03, I am getting following error:
I went through many of the suggestions given at koha forum, no success. If somebody overcome this error with a fix, could please help me?? am done with most of the perl modules except this one.
(Please provide me with version to be used and step by step installation procedure... )
I would recommend installing Koha from packages: http://wiki.koha-community.org/wiki/Debian
However, if you don't want to do that, you should still not be using CPAN for installing Perl modules. If you take a look at the installation instructions, you'll see that this package is not installed via CPAN: http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=INSTALL.debian;h=4...
Regards, Jared
-- Jared Camins-Esakov Bibliographer, C & P Bibliography Services, LLC (phone) +1 (917) 727-3445 (e-mail) jcamins@cpbibliography.com (web) http://www.cpbibliography.com/
participants (2)
-
Jared Camins-Esakov -
satish