<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
In case anyone is wondering, there appears to be a bug in one of the CPAN modules, Module::Build. <BR>
<BR>
I had to fix it according to : <A HREF="http://rt.cpan.org/Public/Bug/Display.html?id=39662">http://rt.cpan.org/Public/Bug/Display.html?id=39662</A><BR>
<BR>
So I finally managed to get Class::Factory::Util installed! :D<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
</TD>
</TR>
</TABLE>
<BR>
<BR>
<BR>
On Thu, 2008-10-16 at 11:45 +0200, Rakesh Mistry wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
<FONT COLOR="#000000">Hi </FONT><BR>
<BR>
<FONT COLOR="#000000">I've been scanning these error logs and I'm pretty sure that my problem is in the following lines. I am running the scripts using "sudo" in Ubuntu from my user home directory. Does anyone know if this is an issue? How else could I install this module (sudo perl -MCPAN -e 'install Class::Factory::Util')?</FONT><BR>
<BR>
<FONT COLOR="#000000">Thanks</FONT><BR>
<FONT COLOR="#000000">Rax</FONT><BR>
<BR>
<FONT COLOR="#000000">t/tilde...............NOK 3 </FONT><BR>
<FONT COLOR="#000000"># Failed test at t/tilde.t line 54.</FONT><BR>
<FONT COLOR="#000000"># got: '/root'</FONT><BR>
<FONT COLOR="#000000"># expected: '/home/xxxxx'</FONT><BR>
<BR>
<FONT COLOR="#000000">t/tilde...............NOK 4# Failed test at t/tilde.t line 56. </FONT><BR>
<FONT COLOR="#000000"># got: '/root/foo'</FONT><BR>
<FONT COLOR="#000000"># expected: '/home/xxxxx/foo'</FONT><BR>
<FONT COLOR="#000000">t/tilde...............NOK 7 </FONT><BR>
<FONT COLOR="#000000"># Failed test at t/tilde.t line 62.</FONT><BR>
<FONT COLOR="#000000"># got: '/root/ foo'</FONT><BR>
<FONT COLOR="#000000"># expected: '/home/xxxxx/ foo'</FONT><BR>
<FONT COLOR="#000000">t/tilde...............NOK 8 </FONT><BR>
<FONT COLOR="#000000"># Failed test at t/tilde.t line 64.</FONT><BR>
<FONT COLOR="#000000"># got: '/root/fo o'</FONT><BR>
<FONT COLOR="#000000"># expected: '/home/xxxxx/fo o'</FONT><BR>
<BR>
<FONT COLOR="#000000"># Failed test at t/tilde.t line 68.</FONT><BR>
<FONT COLOR="#000000"># got: '/root'</FONT><BR>
<FONT COLOR="#000000"># expected: '/home/xxxxx'</FONT><BR>
<FONT COLOR="#000000">t/tilde...............NOK 11 </FONT><BR>
<FONT COLOR="#000000"># Failed test at t/tilde.t line 74.</FONT><BR>
<FONT COLOR="#000000"># got: '/root/lib'</FONT><BR>
<FONT COLOR="#000000"># expected: '/home/xxxxx/lib'</FONT><BR>
<FONT COLOR="#000000">t/tilde...............NOK 12 </FONT><BR>
<FONT COLOR="#000000"># Failed test at t/tilde.t line 76.</FONT><BR>
<FONT COLOR="#000000"># got: '/root/html'</FONT><BR>
<FONT COLOR="#000000"># expected: '/home/xxxxx/html'</FONT><BR>
<FONT COLOR="#000000">t/tilde...............NOK 13 </FONT><BR>
<FONT COLOR="#000000"># Failed test at t/tilde.t line 77.</FONT><BR>
<FONT COLOR="#000000"># got: '/root/html'</FONT><BR>
<FONT COLOR="#000000"># expected: '/home/xxxxx/html'</FONT><BR>
<BR>
<FONT COLOR="#000000"># Failed test at t/tilde.t line 80.</FONT><BR>
<FONT COLOR="#000000"># got: '/root/lib'</FONT><BR>
<FONT COLOR="#000000"># expected: '/home/xxxxx/lib'</FONT><BR>
<FONT COLOR="#000000">t/tilde...............NOK 14 </FONT><BR>
<FONT COLOR="#000000"># Failed test at t/tilde.t line 83.</FONT><BR>
<FONT COLOR="#000000"># got: '/root'</FONT><BR>
<FONT COLOR="#000000"># expected: '/home/xxxxx'</FONT><BR>
<FONT COLOR="#000000">t/tilde...............ok 16/17# Looks like you failed 10 tests of 17. </FONT><BR>
<FONT COLOR="#000000">t/tilde...............dubious </FONT><BR>
<FONT COLOR="#000000"> Test returned status 10 (wstat 2560, 0xa00)</FONT><BR>
<FONT COLOR="#000000">DIED. FAILED tests 3-4, 7-8, 10-15</FONT><BR>
<FONT COLOR="#000000"> Failed 10/17 tests, 41.18% okay</FONT><BR>
<BR>
<BR>
<FONT COLOR="#000000">On Wed, 2008-10-15 at 16:23 +0530, SANDEEP BHAVSAR wrote: </FONT><BR>
<BLOCKQUOTE TYPE=CITE>
<FONT COLOR="#000000">Dear Rakesh</FONT><BR>
<BR>
<FONT COLOR="#000000">Also installed apt-get heimdal-dev</FONT><BR>
<BR>
<BR>
<FONT COLOR="#000000">On Wed, Oct 15, 2008 at 3:49 PM, SANDEEP BHAVSAR <<A HREF="mailto:sandeep.bhavsar@gmail.com">sandeep.bhavsar@gmail.com</A>> wrote:</FONT><BR>
<BLOCKQUOTE>
<FONT COLOR="#000000">Dear Rakesh</FONT><BR>
<BR>
<FONT COLOR="#000000">I have gone through your second file and on line no. 326 </FONT><BR>
<FONT COLOR="#000000">'Searching krb5-config command... NOT FOUND!' error is there.</FONT><BR>
<FONT COLOR="#000000">Just install it</FONT><BR>
<FONT COLOR="#000000">root@sandeep-desktop:~# apt-get install krb5-config </FONT><BR>
<FONT COLOR="#000000">root@sandeep-desktop:~# perl -MCPAN -e 'install Net::LDAP'</FONT><BR>
<FONT COLOR="#000000">Type</FONT><FONT COLOR="#000000"><B> no</B></FONT><FONT COLOR="#000000"> for optional modules.</FONT><BR>
<BR>
<FONT COLOR="#000000">Try it. </FONT><BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<FONT COLOR="#000000">On Wed, Oct 15, 2008 at 2:59 PM, Rakesh Mistry <<A HREF="mailto:rmistry@ori.org.za">rmistry@ori.org.za</A>> wrote:</FONT><BR>
<BR>
<BLOCKQUOTE>
<BR>
<FONT COLOR="#000000">Hi all, </FONT><BR>
<BR>
<FONT COLOR="#000000">I'm trying to install Koha 3.0 on an Ubuntu Gutsy computer using the instruction found at <A HREF="http://wiki.koha.org/doku.php?id=ubuntu_gutsy">http://wiki.koha.org/doku.php?id=ubuntu_gutsy</A></FONT><BR>
<BR>
<FONT COLOR="#000000">Unfortunately I'm getting some errors when installing some of the CPAN modueles (not the ZMARC one). I've attached two text files with the errors. </FONT><BR>
<FONT COLOR="#000000">These are the two commands I execute separately: </FONT><BR>
<BR>
<FONT COLOR="#000000">sudo perl -MCPAN -e 'install Class::Factory::Util'</FONT><BR>
<FONT COLOR="#000000">sudo perl -MCPAN -e 'install Net::LDAP'</FONT><BR>
<BR>
<FONT COLOR="#000000">Can someone please tell me what I need to do to continue?</FONT><BR>
<BR>
<FONT COLOR="#000000">Thanks</FONT><BR>
<FONT COLOR="#000000">Rax</FONT><BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<FONT COLOR="#000000">_______________________________________________</FONT><BR>
<FONT COLOR="#000000">Koha mailing list</FONT><BR>
<FONT COLOR="#000000"><A HREF="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</A></FONT><BR>
<FONT COLOR="#000000"><A HREF="http://lists.katipo.co.nz/mailman/listinfo/koha">http://lists.katipo.co.nz/mailman/listinfo/koha</A></FONT><BR>
<BR>
</BLOCKQUOTE>
<BR>
<BR>
<BR>
<FONT COLOR="#000000">-- </FONT><BR>
<FONT COLOR="#000000">Thanks and Regards</FONT><BR>
<BR>
<FONT COLOR="#000000">Sandeep Bhavsar</FONT><BR>
<FONT COLOR="#000000">Librarian</FONT><BR>
<FONT COLOR="#000000">Dr.V.N.Bedekar Institute of Management Studies</FONT><BR>
<FONT COLOR="#000000">Thane(W) 400601</FONT><BR>
<FONT COLOR="#000000">MUMBAI. INDIA</FONT><BR>
<FONT COLOR="#000000">@@@@@@@@@@@@@@@@@@@@@@@@@@</FONT><BR>
<FONT COLOR="#000000">email : <A HREF="mailto:sandeep.bhavsar@gmail.com">sandeep.bhavsar@gmail.com</A></FONT><BR>
<FONT COLOR="#000000">Mob : 9987049099</FONT><BR>
<FONT COLOR="#000000">elibrary :<A HREF="http://www.vpmthane.org/im/elib/main.htm">http://www.vpmthane.org/im/elib/main.htm</A></FONT><BR>
<FONT COLOR="#000000">@@@@@@@@@@@@@@@@@@@@@@@@@@</FONT><BR>
<BR>
</BLOCKQUOTE>
<BR>
<BR>
<BR>
<FONT COLOR="#000000">-- </FONT><BR>
<FONT COLOR="#000000">Thanks and Regards</FONT><BR>
<BR>
<FONT COLOR="#000000">Sandeep Bhavsar</FONT><BR>
<FONT COLOR="#000000">Librarian</FONT><BR>
<FONT COLOR="#000000">Dr.V.N.Bedekar Institute of Management Studies</FONT><BR>
<FONT COLOR="#000000">Thane(W) 400601</FONT><BR>
<FONT COLOR="#000000">MUMBAI. INDIA</FONT><BR>
<FONT COLOR="#000000">@@@@@@@@@@@@@@@@@@@@@@@@@@</FONT><BR>
<FONT COLOR="#000000">email : <A HREF="mailto:sandeep.bhavsar@gmail.com">sandeep.bhavsar@gmail.com</A></FONT><BR>
<FONT COLOR="#000000">Mob : 9987049099</FONT><BR>
<FONT COLOR="#000000">elibrary :<A HREF="http://www.vpmthane.org/im/elib/main.htm">http://www.vpmthane.org/im/elib/main.htm</A></FONT><BR>
<FONT COLOR="#000000">@@@@@@@@@@@@@@@@@@@@@@@@@@</FONT><BR>
<BR>
</BLOCKQUOTE>
<FONT COLOR="#000000">_______________________________________________</FONT><BR>
<FONT COLOR="#000000">Koha mailing list</FONT><BR>
<FONT COLOR="#000000"><A HREF="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</A></FONT><BR>
<FONT COLOR="#000000"><A HREF="http://lists.katipo.co.nz/mailman/listinfo/koha">http://lists.katipo.co.nz/mailman/listinfo/koha</A></FONT>
</BLOCKQUOTE>
</BODY>
</HTML>