[Koha] Problem on the Installation of Perl Modules

Chris Nighswonger cnighswonger at foundations.edu
Wed May 12 03:06:16 NZST 2010


On Tue, May 11, 2010 at 10:48 AM, <bariki.kamara at out.ac.tz> wrote:

> Hi,
>
> I'm trying to install the following perl modules below on the Ubuntu
> v9.04(Server Edition) but I'm facing with the following problem,
>
>
> cpan[8]> install Net::Z3950::ZOOM
> Running install for module 'Net::Z3950::ZOOM'
> Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.25.tar.gz
>  Has already been unwrapped into directory
> /home/kohaadmin/.cpan/build/Net-Z3950-ZOOM-1.25-UME4CW
>  '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512, won't
> make
> Running make test
>  Make had some problems, won't test
> Running make install
>  Make had some problems, won't install
>

Try changing to /home/kohaadmin/.cpan/build/Net-Z3950-ZOOM-1.25-UME4CW and
doing:

sudo make clean
sudo perl Makefile.PL
sudo make
sudo make test

and see what exactly is failing.

You can do a similar thing for each module that failed to install.

Kind Regards,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.katipo.co.nz/pipermail/koha/attachments/20100511/b4e216d2/attachment.htm 


More information about the Koha mailing list