Hello I tried to update my Koha and got the following error when connecting to mainpage.pl : Software error: Can't locate String/Random.pm in @INC (@INC contains: /home/msaby/koha/kohamaster /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /home/msaby/koha/kohamaster/C4/Members.pm line 28. BEGIN failed--compilation aborted at /home/msaby/koha/kohamaster/C4/Members.pm line 28. Compilation failed in require at /home/msaby/koha/kohamaster/C4/Letters.pm line 26. BEGIN failed--compilation aborted at /home/msaby/koha/kohamaster/C4/Letters.pm line 26. Compilation failed in require at /home/msaby/koha/kohamaster/C4/Suggestions.pm line 31. BEGIN failed--compilation aborted at /home/msaby/koha/kohamaster/C4/Suggestions.pm line 31. Compilation failed in require at /home/msaby/koha/kohamaster/mainpage.pl line 29. BEGIN failed--compilation aborted at /home/msaby/koha/kohamaster/mainpage.pl line 29. Do you have the same problem ? Regards, M. Saby -- Mathieu Saby Service d'Informatique Documentaire Service Commun de la Documentation Université Rennes 2 Téléphone : 02 99 14 12 65 Courriel : mathieu.saby@univ-rennes2.fr
On 18 December 2012 22:05, Mathieu Saby <mathieu.saby@univ-rennes2.fr> wrote:
Hello I tried to update my Koha and got the following error when connecting to mainpage.pl :
It's just a new dependency, try running ./koha_perl_deps.pl -m it will tell you it is missing. Chris
Thank you For Biblibre guys : I tried to test a patch on a sandbox yesterday and I got the same message. So this new dependency probably need to be installed on sandboxes too... M. Saby Mirko a écrit :
Hello Mathieu,
Mathieu Saby schrieb am 18.12.2012
Software error: Can't locate String/Random.pm in @INC (@INC contains:
There is a new dependency, you have to install libstring-random-perl
-- Mirko _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
-- Mathieu Saby Service d'Informatique Documentaire Service Commun de la Documentation Université Rennes 2 Téléphone : 02 99 14 12 65 Courriel : mathieu.saby@univ-rennes2.fr
Le 18/12/2012 10:14, Mathieu Saby a écrit :
For Biblibre guys : I tried to test a patch on a sandbox yesterday and I got the same message. So this new dependency probably need to be installed on sandboxes too... Done
-- Paul POULAIN - BibLibre http://www.biblibre.com Free & Open Source Softwares for libraries Koha, Drupal, Piwik, Jasper
Hi Mathieu, it looks like you updated to latest master/development branch. There is a new dependency introduced by the patches for patron self registration. sudo apt-get install libstring-random-perl should fix the problem. Hope that helps, Katrin
-----Original Message----- From: koha-devel-bounces@lists.koha-community.org [mailto:koha-devel- bounces@lists.koha-community.org] On Behalf Of Mathieu Saby Sent: Tuesday, December 18, 2012 10:05 AM To: Koha Devel Subject: [Koha-devel] Software error in master?
Hello I tried to update my Koha and got the following error when connecting to mainpage.pl :
Software error: Can't locate String/Random.pm in @INC (@INC contains: /home/msaby/koha/kohamaster /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /home/msaby/koha/kohamaster/C4/Members.pm line 28. BEGIN failed--compilation aborted at /home/msaby/koha/kohamaster/C4/Members.pm line 28. Compilation failed in require at /home/msaby/koha/kohamaster/C4/Letters.pm line 26. BEGIN failed--compilation aborted at /home/msaby/koha/kohamaster/C4/Letters.pm line 26. Compilation failed in require at /home/msaby/koha/kohamaster/C4/Suggestions.pm line 31. BEGIN failed--compilation aborted at /home/msaby/koha/kohamaster/C4/Suggestions.pm line 31. Compilation failed in require at /home/msaby/koha/kohamaster/mainpage.pl line 29. BEGIN failed--compilation aborted at /home/msaby/koha/kohamaster/mainpage.pl line 29.
Do you have the same problem ?
Regards, M. Saby
-- Mathieu Saby Service d'Informatique Documentaire Service Commun de la Documentation Université Rennes 2 Téléphone : 02 99 14 12 65 Courriel : mathieu.saby@univ-rennes2.fr
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha- community.org/ bugs : http://bugs.koha-community.org/
participants (5)
-
Chris Cormack -
Fischer, Katrin -
Mathieu Saby -
Mirko -
Paul Poulain