http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5217 Summary: INSTALL.ubuntu Packages/CPAN notes out of date for Ubuntu 10.04 LTS (Lucid) Change sponsored?: --- Product: Koha Version: HEAD Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P5 Component: Installation and upgrade (command-line installer) AssignedTo: gmcharlt@gmail.com ReportedBy: herolsen@alumni.upenn.edu QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 A number of small issues turned up when installing Koha from trunk on a fresh install of Ubuntu 10.04 LTS (Lucid Lynx). These include: 1 - install_misc/ubuntu.packages : not all available and needed packages are listed in the file (including a number of the CPAN modules listed later for manual install) : at least one typo in package name "bmarc-record-perl" (should be libmarc-record-perl) : due to random order of file, hard to sort out what is there or not : some duplicated lines : also somewhat difficult to see what has been successfully installed as dselect appears to quietly ignore any problems it has with problems in this file (such as the "bmarc-" typo) 2 - INSTALL.ubuntu : Most of CPAN modules listed for manual install are now available as ubuntu packages (except Locale::Currency::Format) : Manual CPAN modules needed (but not listed) include: HTTP::OAI, Memoize::Memcached, PDF::API2::Simple Storable Text::CSV::Encoded : Install of PDF::API2::Simple has a dependency on Module::Install which can be installed as a package (libmodule-install-perl). : Entire section on "DBD::mysql Install" (sect 2.4) can be removed for Lucid as the needed version (actually later) can be installed as a package (libdbd-mysql-perl). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.