Fresh install 3.6.1
Just built a new server (Ubuntu 11.10) and preparing it for a fresh install of Koha 3.6.1 -- we're trying to take all precautions ahead of time, so ran the Perl dependencies script: paul@nelson:~/koha/koha-3.06.01$ perl koha_perl_deps.pl -m -u [Wed Nov 30 09:07:17 2011] koha_perl_deps.pl: could not find ParserDetails.ini in /usr/local/share/perl/5.10.1/XML/SAX Installed Required Module is Module Name Version Version Required -------------------------------------------------------------------------------------------- Business::ISBN 0 * 2.05 Yes CGI::Session::Driver::memcached 0 * 0.04 No Gravatar::URL 0 * 1.03 No -------------------------------------------------------------------------------------------- Total modules reported: 3 * Module is missing or requires an upgrade. I would appreciate help on two points: 1) I don't know if that is the definitive list of "missing" dependencies, as koha_perl_deps.pl seems to be looking for ParserDetails.ini in a spot where it isn't: paul@nelson:~/koha/koha-3.06.01$ locate ParserDetails.ini /etc/perl/XML/SAX/ParserDetails.ini /usr/share/perl5/XML/SAX/ParserDetails.ini /var/lib/ucf/cache/:etc:perl:XML:SAX:ParserDetails.ini 2) memcached 1.4.6 *is* installed (haven't yet looked into the other two) Thanks in advance - Paul Paul Tired old sys-admin
On 1 December 2011 08:47, Paul <paul.a@aandc.org> wrote:
Just built a new server (Ubuntu 11.10) and preparing it for a fresh install of Koha 3.6.1 -- we're trying to take all precautions ahead of time, so ran the Perl dependencies script:
paul@nelson:~/koha/koha-3.06.01$ perl koha_perl_deps.pl -m -u [Wed Nov 30 09:07:17 2011] koha_perl_deps.pl: could not find ParserDetails.ini in /usr/local/share/perl/5.10.1/XML/SAX
Installed Required Module is Module Name Version Version Required -------------------------------------------------------------------------------------------- Business::ISBN 0 * 2.05 Yes CGI::Session::Driver::memcached 0 * 0.04 No Gravatar::URL 0 * 1.03 No
-------------------------------------------------------------------------------------------- Total modules reported: 3 * Module is missing or requires an upgrade.
I would appreciate help on two points:
1) I don't know if that is the definitive list of "missing" dependencies, as koha_perl_deps.pl seems to be looking for ParserDetails.ini in a spot where it isn't:
paul@nelson:~/koha/koha-3.06.01$ locate ParserDetails.ini /etc/perl/XML/SAX/ParserDetails.ini /usr/share/perl5/XML/SAX/ParserDetails.ini /var/lib/ucf/cache/:etc:perl:XML:SAX:ParserDetails.ini
2) memcached 1.4.6 *is* installed (haven't yet looked into the other two)
memcached might be, but that is asking for a perl module CGI::Session::Driver::memcached The other 2 are perl modules also Chris
Thanks in advance - Paul
Paul Tired old sys-admin _______________________________________________ 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 (2)
-
Chris Cormack -
Paul