Errors when installing CPAN modules on Ubuntu
Hi all, I'm trying to install Koha 3.0 on an Ubuntu Gutsy computer using the instruction found at http://wiki.koha.org/doku.php?id=ubuntu_gutsy 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. These are the two commands I execute separately: sudo perl -MCPAN -e 'install Class::Factory::Util' sudo perl -MCPAN -e 'install Net::LDAP' Can someone please tell me what I need to do to continue? Thanks Rax
Dear Rakesh I have gone through your second file and on line no. 326 'Searching krb5-config command... NOT FOUND!' error is there. Just install it root@sandeep-desktop:~# apt-get install krb5-config root@sandeep-desktop:~# perl -MCPAN -e 'install Net::LDAP' Type* no* for optional modules. Try it. On Wed, Oct 15, 2008 at 2:59 PM, Rakesh Mistry <rmistry@ori.org.za> wrote:
Hi all,
I'm trying to install Koha 3.0 on an Ubuntu Gutsy computer using the instruction found at http://wiki.koha.org/doku.php?id=ubuntu_gutsy
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. These are the two commands I execute separately:
sudo perl -MCPAN -e 'install Class::Factory::Util' sudo perl -MCPAN -e 'install Net::LDAP'
Can someone please tell me what I need to do to continue?
Thanks Rax
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Thanks and Regards Sandeep Bhavsar Librarian Dr.V.N.Bedekar Institute of Management Studies Thane(W) 400601 MUMBAI. INDIA @@@@@@@@@@@@@@@@@@@@@@@@@@ email : sandeep.bhavsar@gmail.com Mob : 9987049099 elibrary :http://www.vpmthane.org/im/elib/main.htm @@@@@@@@@@@@@@@@@@@@@@@@@@
Dear Rakesh Also installed apt-get heimdal-dev On Wed, Oct 15, 2008 at 3:49 PM, SANDEEP BHAVSAR <sandeep.bhavsar@gmail.com>wrote:
Dear Rakesh
I have gone through your second file and on line no. 326 'Searching krb5-config command... NOT FOUND!' error is there. Just install it root@sandeep-desktop:~# apt-get install krb5-config root@sandeep-desktop:~# perl -MCPAN -e 'install Net::LDAP' Type* no* for optional modules.
Try it.
On Wed, Oct 15, 2008 at 2:59 PM, Rakesh Mistry <rmistry@ori.org.za> wrote:
Hi all,
I'm trying to install Koha 3.0 on an Ubuntu Gutsy computer using the instruction found at http://wiki.koha.org/doku.php?id=ubuntu_gutsy
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. These are the two commands I execute separately:
sudo perl -MCPAN -e 'install Class::Factory::Util' sudo perl -MCPAN -e 'install Net::LDAP'
Can someone please tell me what I need to do to continue?
Thanks Rax
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Thanks and Regards
Sandeep Bhavsar Librarian Dr.V.N.Bedekar Institute of Management Studies Thane(W) 400601 MUMBAI. INDIA @@@@@@@@@@@@@@@@@@@@@@@@@@ email : sandeep.bhavsar@gmail.com Mob : 9987049099 elibrary :http://www.vpmthane.org/im/elib/main.htm @@@@@@@@@@@@@@@@@@@@@@@@@@
-- Thanks and Regards Sandeep Bhavsar Librarian Dr.V.N.Bedekar Institute of Management Studies Thane(W) 400601 MUMBAI. INDIA @@@@@@@@@@@@@@@@@@@@@@@@@@ email : sandeep.bhavsar@gmail.com Mob : 9987049099 elibrary :http://www.vpmthane.org/im/elib/main.htm @@@@@@@@@@@@@@@@@@@@@@@@@@
Hi 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')? Thanks Rax t/tilde...............NOK 3 # Failed test at t/tilde.t line 54. # got: '/root' # expected: '/home/xxxxx' t/tilde...............NOK 4# Failed test at t/tilde.t line 56. # got: '/root/foo' # expected: '/home/xxxxx/foo' t/tilde...............NOK 7 # Failed test at t/tilde.t line 62. # got: '/root/ foo' # expected: '/home/xxxxx/ foo' t/tilde...............NOK 8 # Failed test at t/tilde.t line 64. # got: '/root/fo o' # expected: '/home/xxxxx/fo o' # Failed test at t/tilde.t line 68. # got: '/root' # expected: '/home/xxxxx' t/tilde...............NOK 11 # Failed test at t/tilde.t line 74. # got: '/root/lib' # expected: '/home/xxxxx/lib' t/tilde...............NOK 12 # Failed test at t/tilde.t line 76. # got: '/root/html' # expected: '/home/xxxxx/html' t/tilde...............NOK 13 # Failed test at t/tilde.t line 77. # got: '/root/html' # expected: '/home/xxxxx/html' # Failed test at t/tilde.t line 80. # got: '/root/lib' # expected: '/home/xxxxx/lib' t/tilde...............NOK 14 # Failed test at t/tilde.t line 83. # got: '/root' # expected: '/home/xxxxx' t/tilde...............ok 16/17# Looks like you failed 10 tests of 17. t/tilde...............dubious Test returned status 10 (wstat 2560, 0xa00) DIED. FAILED tests 3-4, 7-8, 10-15 Failed 10/17 tests, 41.18% okay On Wed, 2008-10-15 at 16:23 +0530, SANDEEP BHAVSAR wrote:
Dear Rakesh
Also installed apt-get heimdal-dev
On Wed, Oct 15, 2008 at 3:49 PM, SANDEEP BHAVSAR <sandeep.bhavsar@gmail.com> wrote:
Dear Rakesh
I have gone through your second file and on line no. 326 'Searching krb5-config command... NOT FOUND!' error is there. Just install it root@sandeep-desktop:~# apt-get install krb5-config root@sandeep-desktop:~# perl -MCPAN -e 'install Net::LDAP' Type no for optional modules.
Try it.
On Wed, Oct 15, 2008 at 2:59 PM, Rakesh Mistry <rmistry@ori.org.za> wrote:
Hi all,
I'm trying to install Koha 3.0 on an Ubuntu Gutsy computer using the instruction found at http://wiki.koha.org/doku.php?id=ubuntu_gutsy
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. These are the two commands I execute separately:
sudo perl -MCPAN -e 'install Class::Factory::Util' sudo perl -MCPAN -e 'install Net::LDAP'
Can someone please tell me what I need to do to continue?
Thanks Rax
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Thanks and Regards
Sandeep Bhavsar Librarian Dr.V.N.Bedekar Institute of Management Studies Thane(W) 400601 MUMBAI. INDIA @@@@@@@@@@@@@@@@@@@@@@@@@@ email : sandeep.bhavsar@gmail.com Mob : 9987049099 elibrary :http://www.vpmthane.org/im/elib/main.htm @@@@@@@@@@@@@@@@@@@@@@@@@@
-- Thanks and Regards
Sandeep Bhavsar Librarian Dr.V.N.Bedekar Institute of Management Studies Thane(W) 400601 MUMBAI. INDIA @@@@@@@@@@@@@@@@@@@@@@@@@@ email : sandeep.bhavsar@gmail.com Mob : 9987049099 elibrary :http://www.vpmthane.org/im/elib/main.htm @@@@@@@@@@@@@@@@@@@@@@@@@@
In case anyone is wondering, there appears to be a bug in one of the CPAN modules, Module::Build. I had to fix it according to : http://rt.cpan.org/Public/Bug/Display.html?id=39662 So I finally managed to get Class::Factory::Util installed! :D On Thu, 2008-10-16 at 11:45 +0200, Rakesh Mistry wrote:
Hi
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')?
Thanks Rax
t/tilde...............NOK 3 # Failed test at t/tilde.t line 54. # got: '/root' # expected: '/home/xxxxx'
t/tilde...............NOK 4# Failed test at t/tilde.t line 56. # got: '/root/foo' # expected: '/home/xxxxx/foo' t/tilde...............NOK 7 # Failed test at t/tilde.t line 62. # got: '/root/ foo' # expected: '/home/xxxxx/ foo' t/tilde...............NOK 8 # Failed test at t/tilde.t line 64. # got: '/root/fo o' # expected: '/home/xxxxx/fo o'
# Failed test at t/tilde.t line 68. # got: '/root' # expected: '/home/xxxxx' t/tilde...............NOK 11 # Failed test at t/tilde.t line 74. # got: '/root/lib' # expected: '/home/xxxxx/lib' t/tilde...............NOK 12 # Failed test at t/tilde.t line 76. # got: '/root/html' # expected: '/home/xxxxx/html' t/tilde...............NOK 13 # Failed test at t/tilde.t line 77. # got: '/root/html' # expected: '/home/xxxxx/html'
# Failed test at t/tilde.t line 80. # got: '/root/lib' # expected: '/home/xxxxx/lib' t/tilde...............NOK 14 # Failed test at t/tilde.t line 83. # got: '/root' # expected: '/home/xxxxx' t/tilde...............ok 16/17# Looks like you failed 10 tests of 17. t/tilde...............dubious Test returned status 10 (wstat 2560, 0xa00) DIED. FAILED tests 3-4, 7-8, 10-15 Failed 10/17 tests, 41.18% okay
On Wed, 2008-10-15 at 16:23 +0530, SANDEEP BHAVSAR wrote:
Dear Rakesh
Also installed apt-get heimdal-dev
On Wed, Oct 15, 2008 at 3:49 PM, SANDEEP BHAVSAR <sandeep.bhavsar@gmail.com> wrote:
Dear Rakesh
I have gone through your second file and on line no. 326 'Searching krb5-config command... NOT FOUND!' error is there. Just install it root@sandeep-desktop:~# apt-get install krb5-config root@sandeep-desktop:~# perl -MCPAN -e 'install Net::LDAP' Type no for optional modules.
Try it.
On Wed, Oct 15, 2008 at 2:59 PM, Rakesh Mistry <rmistry@ori.org.za> wrote:
Hi all,
I'm trying to install Koha 3.0 on an Ubuntu Gutsy computer using the instruction found at http://wiki.koha.org/doku.php?id=ubuntu_gutsy
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. These are the two commands I execute separately:
sudo perl -MCPAN -e 'install Class::Factory::Util' sudo perl -MCPAN -e 'install Net::LDAP'
Can someone please tell me what I need to do to continue?
Thanks Rax
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Thanks and Regards
Sandeep Bhavsar Librarian Dr.V.N.Bedekar Institute of Management Studies Thane(W) 400601 MUMBAI. INDIA @@@@@@@@@@@@@@@@@@@@@@@@@@ email : sandeep.bhavsar@gmail.com Mob : 9987049099 elibrary :http://www.vpmthane.org/im/elib/main.htm @@@@@@@@@@@@@@@@@@@@@@@@@@
-- Thanks and Regards
Sandeep Bhavsar Librarian Dr.V.N.Bedekar Institute of Management Studies Thane(W) 400601 MUMBAI. INDIA @@@@@@@@@@@@@@@@@@@@@@@@@@ email : sandeep.bhavsar@gmail.com Mob : 9987049099 elibrary :http://www.vpmthane.org/im/elib/main.htm @@@@@@@@@@@@@@@@@@@@@@@@@@
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hi Sandeep, Thanks for the tips - I didn't spot the krb5 or heimdal-dev problem. I've managed to now install the LDAP module. However, the Class::Factory::Util module is still failing. Also (might be relevant) .. I had to force the install of the ZOOM module as per previous comments on the mailing lists. Running a make test still fails if I try to build Koha. Thanks again for the replies. Regards Rakesh PS If you can point out where you saw the errors for my missing dependencies then it would help me spot errors earlier. On Wed, 2008-10-15 at 15:49 +0530, SANDEEP BHAVSAR wrote:
Dear Rakesh
I have gone through your second file and on line no. 326 'Searching krb5-config command... NOT FOUND!' error is there. Just install it root@sandeep-desktop:~# apt-get install krb5-config root@sandeep-desktop:~# perl -MCPAN -e 'install Net::LDAP' Type no for optional modules.
Try it.
On Wed, Oct 15, 2008 at 2:59 PM, Rakesh Mistry <rmistry@ori.org.za> wrote:
Hi all,
I'm trying to install Koha 3.0 on an Ubuntu Gutsy computer using the instruction found at http://wiki.koha.org/doku.php?id=ubuntu_gutsy
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. These are the two commands I execute separately:
sudo perl -MCPAN -e 'install Class::Factory::Util' sudo perl -MCPAN -e 'install Net::LDAP'
Can someone please tell me what I need to do to continue?
Thanks Rax
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Thanks and Regards
Sandeep Bhavsar Librarian Dr.V.N.Bedekar Institute of Management Studies Thane(W) 400601 MUMBAI. INDIA @@@@@@@@@@@@@@@@@@@@@@@@@@ email : sandeep.bhavsar@gmail.com Mob : 9987049099 elibrary :http://www.vpmthane.org/im/elib/main.htm @@@@@@@@@@@@@@@@@@@@@@@@@@
participants (2)
-
Rakesh Mistry -
SANDEEP BHAVSAR