[Bug 4151] New: Document new perl modules for those upgrading
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 Summary: Document new perl modules for those upgrading Product: Koha Version: rel_3_2 Platform: PC OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Installation and upgrade (command-line installer) AssignedTo: gmcharlt@gmail.com ReportedBy: wizzyrea@gmail.com Estimated Hours: 0.0 Change sponsored?: --- Please "write up or otherwise handle instructions for installing new perl modules that were since 3.0.0" I know JSON is the one that tripped me up. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |blocker --- Comment #1 from Galen Charlton <gmcharlt@gmail.com> 2010-02-10 16:26:33 --- Marking as blocker, as the instructions need to be in place before 3.2 beta is released. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 Braedon Vickers <braedon@tw.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |braedon@tw.co.nz --- Comment #2 from Braedon Vickers <braedon@tw.co.nz> 2010-02-11 23:02:14 --- To install Koha git master (as of today) on a fresh Ubuntu 9.10 install I found I required the following perl modules from the repositories: libalgorithm-checkdigits-perl libauthen-cas-client-perl libbiblio-endnotestyle-perl libdbd-sqlite2-perl libemail-date-perl graphicsmagick libgraphics-magick-perl libhtml-scrubber-perl libjson-perl liblingua-stem-snowball-perl libmarc-crosswalk-dublincore-perl libnumber-format-perl libpdf-table-perl libxml-sax-writer-perl libyaml-perl - Not sure if it is required for Koha itself, but needed for make test to run sucessfully The following were required from CPAN: HTTP::OAI IPC::Cmd Memoize::Memcached Storable Test::More Text::CSV::Encoded Authen::CAS::Client - Didn't want to install from cpan - worked on cpanp Module::Install - Needed to install PDF::API2::Simple, but not in it's dependency list for some reason PDF::API2::Simple - Didn't want to install from cpan - worked on cpanp -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 --- Comment #3 from Liz Rea <wizzyrea@gmail.com> 2010-02-15 15:38:21 --- I might add Lingua::Stem::Snowball -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 --- Comment #4 from Galen Charlton <gmcharlt@gmail.com> 2010-02-17 10:05:14 --- Replaced dep on YAML::XS with YAML::Syck (opac/oai.pl) -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #5 from Galen Charlton <gmcharlt@gmail.com> 2010-02-17 11:47:57 --- new dep: Locale::Currency::Format -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 Jane Wagner <jwagner@ptfs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jwagner@ptfs.com -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 J. David Bavousett <dbavousett@ptfs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dbavousett@ptfs.com -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 --- Comment #6 from Braedon Vickers <braedon@tw.co.nz> 2010-02-17 19:51:34 --- Quick adjustment to my list of ubuntu packages. Turns out Module::Install is available in the repositories as libmodule-install-perl - for some reason I didn't check that one - so it should be moved from the list of CPAN modules to the repository modules. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 David Schuster <dschust1@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dschust1@gmail.com --- Comment #7 from David Schuster <dschust1@gmail.com> 2010-03-02 00:46:10 --- (In reply to comment #1)
Marking as blocker, as the instructions need to be in place before 3.2 beta is released.
Another item needed to be changed in the install instructions is misc/migration-tools/rebuild_zebra.pl - should be misc/migration_tools/rebuild_zebra.pl - in the INSTALL.debian-lenny instructions at least. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 --- Comment #8 from David Schuster <dschust1@gmail.com> 2010-03-02 20:50:04 --- (In reply to comment #7)
(In reply to comment #1)
Marking as blocker, as the instructions need to be in place before 3.2 beta is released.
Another item needed to be changed in the install instructions is misc/migration-tools/rebuild_zebra.pl - should be misc/migration_tools/rebuild_zebra.pl - in the INSTALL.debian-lenny instructions at least.
Following the instructions for 3.2 on a fresh lenny install - INSTALL.debian-lenny - I had these issues: cpan PDF::API2::Simple - wouldn't make until I did cpan Module::Install There were other dependancies needed as well Authen::CAS::Client Also look at the Zebra fast index section - $ misc/migration-tools/rebuild_zebra.pl -b -w to get it to run I had to have -v as well. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 --- Comment #9 from David Schuster <dschust1@gmail.com> 2010-03-02 20:50:26 --- *** Bug 4146 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 --- Comment #10 from Galen Charlton <gmcharlt@gmail.com> 2010-03-03 15:59:33 --- Another missing dependency found by ccurry: Net::Server::PreFork - required if using SIP2 libnet-server-perl on Debian-ish distros -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 Chris Nighswonger <cnighswonger@foundations.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cnighswonger@foundations.edu -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 --- Comment #11 from Liz Rea <wizzyrea@gmail.com> 2010-03-03 16:15:11 --- Created an attachment (id=1729) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1729) Proposed patch for typos in migration_tools -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 Zeno Tajoli <tajoli@cilea.it> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tajoli@cilea.it --- Comment #12 from Zeno Tajoli <tajoli@cilea.it> 2010-03-18 08:13:13 --- The module Text::CSV::Encoded need to be installed by CPAN, not present on Debian lenny. Until now, not listed in INSTALL.debian-lenny -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 Colin Campbell <colin.campbell@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |colin.campbell@ptfs- | |europe.com --- Comment #13 from Colin Campbell <colin.campbell@ptfs-europe.com> 2010-03-31 10:04:22 --- Two modules required by the sip implementation that are currently not included in dependencies (and not used elsewhere so you don't find out uintil you run the sipserver) are Net::Server (includes PreFork as noted above) UNIVERSAL::require -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 --- Comment #14 from Nicole C. Engard <nengard@gmail.com> 2010-04-29 15:14:28 --- *** Bug 4320 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 --- Comment #15 from Zeno Tajoli <tajoli@cilea.it> 2010-04-30 08:33:50 ---
From Feb 2010 the version 3.0. needs the module Text::CSV::Encoded.
This module is not present in the package repositories of Debian and Ubuntu. Specific checks done on: - Debian lenny - Ubuntu hardy - Ubuntu intrepid - Ubuntu jaunty - Ubuntu karmic So we need to update the list of perl modules to install with CPAN in the files INSTALL.debian-lenny and INSTALL.ubuntu. Is not clear the situation for OpenSuse and Fedora. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 --- Comment #16 from Colin Campbell <colin.campbell@ptfs-europe.com> 2010-04-30 09:08:47 --- Re Fedora (& Centos) see http://tinyurl.com/35m3mzn for links to spreadsheets giving rpm coverage for CPAN modules for those platforms and a link to an associated project on github -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 --- Comment #17 from Colin Campbell <colin.campbell@ptfs-europe.com> 2010-05-03 15:44:26 --- Another missing dependency. DateTime is used at one point in the sip routines. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 --- Comment #18 from Galen Charlton <gmcharlt@gmail.com> 2010-05-03 17:14:58 --- (In reply to comment #17)
Another missing dependency. DateTime is used at one point in the sip routines.
Pushed. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4151 --- Comment #19 from Galen Charlton <gmcharlt@gmail.com> 2010-05-17 14:50:47 --- (In reply to comment #7)
(In reply to comment #1)
Marking as blocker, as the instructions need to be in place before 3.2 beta is released.
Another item needed to be changed in the install instructions is misc/migration-tools/rebuild_zebra.pl - should be misc/migration_tools/rebuild_zebra.pl - in the INSTALL.debian-lenny instructions at least.
Pushed fix for the typo. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com