Henri-Damien LAURENT-3 wrote:
drammensbib a écrit :
When running "make" we get the following error:
Manifying blib/man3/serials::member-search.3pm /usr/bin/perl "-Iblib/arch" "-Iblib/lib" fix-perl-path.PL blib /usr/bin/perl "-Iblib/arch" "-Iblib/lib" rewrite-config.PL blib/MISC_DIR/koha-install-log Can't open blib/MISC_DIR/koha-install-log for read at rewrite-config.PL line 157. make: *** [blib/MISC_DIR/koha-install-log] Error 2
Is there anyone who knows what's wrong here?
Hi it looks like you are using a user who doesnot have read rights on blib/MISC_DIR directory or MISC_DIR is not created or koha-install-log is not created. -- Henri-Damien LAURENT _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Thanks! We fixed that problem, and the the rest of the installation is successful until we browse to http://servername:8080/. There we get the error message "production mode - trapped fatal error". The koha-errror_log looks like this: 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 318. 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 319. 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 324. 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 325. 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 455. 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 455. 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 410. install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 178. install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 179. install.pl: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/CGI/Session.pm line 129. install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 455. install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Context.pm line 38. install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Context.pm line 38. install.pl: Can't locate object method "generate_id" via package "CGI::Session::ID::" (perhaps you forgot to load "CGI::Session::ID::"?) at /usr/local/share/perl/5.8.8/CGI/Session.pm line 74.8.36.69.195] [Wed May 7 14:33:12 2008] install.pl: Can't locate object method "generate_id" via package "CGI::Session::ID::" (perhaps you forgot to load "CGI::Session::ID::"?) at /usr/local/share/perl/5.8.8/CGI/Session.pm line 74. We're installing on Ubuntu 8.04 Any suggestions? Thanks, Jonas. -- View this message in context: http://www.nabble.com/Problem-installing-Koha-3-beta-2-tp17017877p17109746.h... Sent from the Koha - Discuss mailing list archive at Nabble.com.