[Bug 2153] links given in install.debian file not working properly
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2153 mason.loves.sushi@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #1 from mason.loves.sushi@gmail.com 2008-05-22 04:06 ------- Hi Mukesh, this isnt a bug with oha, your system is missing some perl modules that koha needs. ""You are missing some Perl modules required by Koha. Please run this again after installing them."" you need to install these missing perl modules, and then try again to install koha. so change to root... $ sudo bash # export LC_ALL=C and install these perl modules... # perl -MCPAN -e 'install "MARC::Charset"' # perl -MCPAN -e 'install "MARC::File::XML"' # perl -MCPAN -e 'install "XML::Simple"' # perl -MCPAN -e 'install "PDF::API2"; # perl -MCPAN -e 'install "PDF::Reuse::Barcode"' # perl -MCPAN -e 'install "Net::LDAP"' And try installing again. Cheers, Mason ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@pippin.metavore.com