<div class="gmail_quote">On Tue, May 11, 2010 at 10:48 AM,  <span dir="ltr">&lt;<a href="mailto:bariki.kamara@out.ac.tz">bariki.kamara@out.ac.tz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

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

<br>and see what exactly is failing.<br><br>You can do a similar thing for each module that failed to install.<br><br>Kind Regards,<br>Chris<br>