Today I could not get into my koha, and sended me to the installer. Found out that the database needed updating. Database update needed, redirecting to to Installer. Database is 19.1106000 and Koha is 20.0500000 When trying to run the installer got this message Software error: Can't locate object method "structured_requirements_for_module" via package "CPAN::Meta::Requirements" at /usr/share/koha/lib/C4/Installer/PerlModules.pm line 66. Any help? *Adrian Hilt* IT Department, Middle East University +961 1 685800 x 151 Ferdous Street, Sabtieh, Lebanon PO Box 90-481, Metn 1202-2040 adrian.hilt@meu.edu.lb <sylvia.kiraz@meu.edu.lb> http://meu.edu.lb
Hi Adrian, On which OS are you? libcpan-meta-perl must be version 2.150010 Regards, Jonathan Le lun. 8 juin 2020 à 10:22, Adrian Hilt <adrian.hilt@meu.edu.lb> a écrit :
Today I could not get into my koha, and sended me to the installer. Found out that the database needed updating.
Database update needed, redirecting to to Installer. Database is 19.1106000 and Koha is 20.0500000
When trying to run the installer got this message Software error:
Can't locate object method "structured_requirements_for_module" via package "CPAN::Meta::Requirements" at /usr/share/koha/lib/C4/Installer/PerlModules.pm line 66.
Any help?
*Adrian Hilt*
IT Department, Middle East University +961 1 685800 x 151
Ferdous Street, Sabtieh, Lebanon PO Box 90-481, Metn 1202-2040
adrian.hilt@meu.edu.lb <sylvia.kiraz@meu.edu.lb> http://meu.edu.lb
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://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/
I'm in debian 10.04 Definitely updating the libcpan-meta-perl did the trick. Thanks a lot *Adrian Hilt* IT Department, Middle East University +961 1 685800 x 151 Ferdous Street, Sabtieh, Lebanon PO Box 90-481, Metn 1202-2040 adrian.hilt@meu.edu.lb <sylvia.kiraz@meu.edu.lb> http://meu.edu.lb On Mon, Jun 8, 2020 at 12:15 PM Jonathan Druart < jonathan.druart@bugs.koha-community.org> wrote:
Hi Adrian,
On which OS are you? libcpan-meta-perl must be version 2.150010
Regards, Jonathan
Le lun. 8 juin 2020 à 10:22, Adrian Hilt <adrian.hilt@meu.edu.lb> a écrit :
Today I could not get into my koha, and sended me to the installer. Found out that the database needed updating.
Database update needed, redirecting to to Installer. Database is 19.1106000 and Koha is 20.0500000
When trying to run the installer got this message Software error:
Can't locate object method "structured_requirements_for_module" via package "CPAN::Meta::Requirements" at /usr/share/koha/lib/C4/Installer/PerlModules.pm line 66.
Any help?
*Adrian Hilt*
IT Department, Middle East University +961 1 685800 x 151
Ferdous Street, Sabtieh, Lebanon PO Box 90-481, Metn 1202-2040
adrian.hilt@meu.edu.lb <sylvia.kiraz@meu.edu.lb> http://meu.edu.lb
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://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/
Adrian, can you detail a bit please? We had a problem with this package but we should not expect it on debian 10. libcpan-meta-perl should be shipped with perl-modules-5.28 If I try to install libcpan-meta-perl, I get: Package: perl-modules State: not a real package (virtual) N: Can't select candidate version from package perl-modules as it has no candidate N: Can't select versions from package 'perl-modules' as it is purely virtual N: No packages found What did you do exactly? :) Regards, Jonathan Le lun. 8 juin 2020 à 11:49, Adrian Hilt <adrian.hilt@meu.edu.lb> a écrit :
I'm in debian 10.04 Definitely updating the libcpan-meta-perl did the trick.
Thanks a lot
*Adrian Hilt*
IT Department, Middle East University +961 1 685800 x 151
Ferdous Street, Sabtieh, Lebanon PO Box 90-481, Metn 1202-2040
adrian.hilt@meu.edu.lb <sylvia.kiraz@meu.edu.lb> http://meu.edu.lb
On Mon, Jun 8, 2020 at 12:15 PM Jonathan Druart < jonathan.druart@bugs.koha-community.org> wrote:
Hi Adrian,
On which OS are you? libcpan-meta-perl must be version 2.150010
Regards, Jonathan
Le lun. 8 juin 2020 à 10:22, Adrian Hilt <adrian.hilt@meu.edu.lb> a écrit :
Today I could not get into my koha, and sended me to the installer. Found out that the database needed updating.
Database update needed, redirecting to to Installer. Database is 19.1106000 and Koha is 20.0500000
When trying to run the installer got this message Software error:
Can't locate object method "structured_requirements_for_module" via package "CPAN::Meta::Requirements" at /usr/share/koha/lib/C4/Installer/PerlModules.pm line 66.
Any help?
*Adrian Hilt*
IT Department, Middle East University +961 1 685800 x 151
Ferdous Street, Sabtieh, Lebanon PO Box 90-481, Metn 1202-2040
adrian.hilt@meu.edu.lb <sylvia.kiraz@meu.edu.lb> http://meu.edu.lb
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://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/
Sorry my mistake, I was thinking of my old server. The OS is Ubuntu 10.04, and the actual package that got updated is koha-common. I just runned apt-get update & upgrade on my system. *Adrian Hilt* IT Department, Middle East University +961 1 685800 x 151 Ferdous Street, Sabtieh, Lebanon PO Box 90-481, Metn 1202-2040 adrian.hilt@meu.edu.lb <sylvia.kiraz@meu.edu.lb> http://meu.edu.lb On Mon, Jun 8, 2020 at 1:04 PM Jonathan Druart < jonathan.druart@bugs.koha-community.org> wrote:
Adrian, can you detail a bit please?
We had a problem with this package but we should not expect it on debian 10. libcpan-meta-perl should be shipped with perl-modules-5.28
If I try to install libcpan-meta-perl, I get: Package: perl-modules State: not a real package (virtual) N: Can't select candidate version from package perl-modules as it has no candidate N: Can't select versions from package 'perl-modules' as it is purely virtual N: No packages found
What did you do exactly? :)
Regards, Jonathan
Le lun. 8 juin 2020 à 11:49, Adrian Hilt <adrian.hilt@meu.edu.lb> a écrit :
I'm in debian 10.04 Definitely updating the libcpan-meta-perl did the trick.
Thanks a lot
*Adrian Hilt*
IT Department, Middle East University +961 1 685800 x 151
Ferdous Street, Sabtieh, Lebanon PO Box 90-481, Metn 1202-2040
adrian.hilt@meu.edu.lb <sylvia.kiraz@meu.edu.lb> http://meu.edu.lb
On Mon, Jun 8, 2020 at 12:15 PM Jonathan Druart < jonathan.druart@bugs.koha-community.org> wrote:
Hi Adrian,
On which OS are you? libcpan-meta-perl must be version 2.150010
Regards, Jonathan
Le lun. 8 juin 2020 à 10:22, Adrian Hilt <adrian.hilt@meu.edu.lb> a écrit :
Today I could not get into my koha, and sended me to the installer. Found out that the database needed updating.
Database update needed, redirecting to to Installer. Database is 19.1106000 and Koha is 20.0500000
When trying to run the installer got this message Software error:
Can't locate object method "structured_requirements_for_module" via package "CPAN::Meta::Requirements" at /usr/share/koha/lib/C4/Installer/PerlModules.pm line 66.
Any help?
*Adrian Hilt*
IT Department, Middle East University +961 1 685800 x 151
Ferdous Street, Sabtieh, Lebanon PO Box 90-481, Metn 1202-2040
adrian.hilt@meu.edu.lb <sylvia.kiraz@meu.edu.lb> http://meu.edu.lb
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://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/
On 20-06-08 13:18, Adrian Hilt wrote:
Sorry my mistake, I was thinking of my old server.
The OS is Ubuntu 10.04, and the actual package that got updated is koha-common. I just runned apt-get update & upgrade on my system.
Ubuntu 10.04? Like Ubuntu Lucid Lynx from 2010? -- Victor Grousset/tuxayo
It was really a long day doing mistakes... Ubuntu 16.04 After that update now my users can't add items to a MARC record, they get SOFTWARE ERROR can't open /var/log/koha/keough/intranet-error.log (permission denied) at /usr/share/perl5/Log/Log4perl/Appender/File.pm line 124 I tried changing the umask in the File.pm to 0022, that should give permission to everyone to read. Still gives the same error. I'm really lost with this, and why would an update of koha make so much trouble? *Adrian Hilt* IT Department, Middle East University +961 1 685800 x 151 Ferdous Street, Sabtieh, Lebanon PO Box 90-481, Metn 1202-2040 adrian.hilt@meu.edu.lb <sylvia.kiraz@meu.edu.lb> http://meu.edu.lb On Tue, Jun 9, 2020 at 6:30 AM Victor Grousset/tuxayo <victor@tuxayo.net> wrote:
On 20-06-08 13:18, Adrian Hilt wrote:
Sorry my mistake, I was thinking of my old server.
The OS is Ubuntu 10.04, and the actual package that got updated is koha-common. I just runned apt-get update & upgrade on my system.
Ubuntu 10.04? Like Ubuntu Lucid Lynx from 2010?
-- Victor Grousset/tuxayo
On 09/06/2020 10:43, Adrian Hilt wrote:
After that update now my users can't add items to a MARC record, they get
SOFTWARE ERROR can't open /var/log/koha/keough/intranet-error.log (permission denied) at /usr/share/perl5/Log/Log4perl/Appender/File.pm line 124
chown the file with the koha user you are using and it should fix this. -- Joonas Kylmälä Tietojärjestelmäasiantuntija Kansalliskirjasto Kirjastoverkkopalvelut PL 15 (Unioninkatu 36) 00014 Helsingin yliopisto
participants (4)
-
Adrian Hilt -
Jonathan Druart -
Joonas Kylmälä -
Victor Grousset/tuxayo