http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8840
Magnus Enger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |[email protected] --- Comment #15 from Magnus Enger <[email protected]> --- After applying the patches, I get: $ perl koha_perl_deps.pl -m -u Installed Required Module is Module Name Version Version Required -------------------------------------------------------------------------------------------- CHI 0 * 0.36 No CHI::Driver::Memcached 0 * 0.12 No Data::Pagination 0 * 0.44 No -------------------------------------------------------------------------------------------- Total modules reported: 3 * Module is missing or requires an upgrade. $ ./install_misc/ubuntu-packages.sh -ic # Using the ./install_misc/ubuntu.12.04.packages file as source #............................................................................................................................................ # Copy and paste the following command to install all Koha's dependencies on your system: # Note: this command will run with admin privileges. Make sure your user has sudo rights sudo apt-get install libchi-perl libchi-driver-memcached-perl So the two tools agree on CHI and CHI::Driver::Memcached, but ubuntu-packages.sh does not pick up the missing Data::Pagination. As this dependency is not listed in ubuntu.12.04.packages this is actually to be expected, and as far as I understand, fixing the lists of dependencies is beyond the scope of this bug. ubuntu-packages.sh -h gives the help message ubuntu-packages.sh -r prints dependencies and versions As far as I can tell ubuntu-packages.sh does what it is supposed to do so I'll sign off. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
