Koha Web Installer MySQL error
Hi all, I'm having a bit of difficulty getting the koha web installer up and running. The error message I receive when trying to connect to it follows: Koha error The following fatal error has occurred: Can't connect to MySQL server on 'bibserv' (111) at /usr/share/perl/5.8/CGI/Carp.pm line 314. Compilation failed in require at /usr/share/koha/lib/C4/Circulation.pm line 25. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Circulation.pm line 25. Compilation failed in require at /usr/share/koha/lib/C4/Overdues.pm line 24. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Overdues.pm line 24. Compilation failed in require at /usr/share/koha/lib/C4/Members.pm line 27. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Members.pm line 27. Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 31. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 31. Compilation failed in require at /usr/share/koha/opac/cgi-bin/opac/opac-main.pl line 22. BEGIN failed--compilation aborted at /usr/share/koha/opac/cgi-bin/opac/opac-main.pl line 22. I've glanced over the files cited in the error message, but can't make head or tails of what the problem might be. One note is that I'd installed the DBD::mysql perl module with a force install instead of creating the test db. Could this have something to do with this error? I'm running Debian Etch, Koha 3.00.00, Perl 5.8.8-7etch5, and believe to have followd the INSTALL.Debian faithfully. Any help would be much appreciated. Best, Patrick
Patrick wrote:
Hi all,
I'm having a bit of difficulty getting the koha web installer up and running. The error message I receive when trying to connect to it follows:
Koha error The following fatal error has occurred: Can't connect to MySQL server on 'bibserv' (111) at /usr/share/perl/5.8/CGI/Carp.pm line 314. Compilation failed in require at /usr/share/koha/lib/C4/Circulation.pm line 25. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Circulation.pm line 25. Compilation failed in require at /usr/share/koha/lib/C4/Overdues.pm line 24. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Overdues.pm line 24. Compilation failed in require at /usr/share/koha/lib/C4/Members.pm line 27. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Members.pm line 27. Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 31. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 31. Compilation failed in require at /usr/share/koha/opac/cgi-bin/opac/opac-main.pl line 22. BEGIN failed--compilation aborted at /usr/share/koha/opac/cgi-bin/opac/opac-main.pl line 22.
I've glanced over the files cited in the error message, but can't make head or tails of what the problem might be.
One note is that I'd installed the DBD::mysql perl module with a force install instead of creating the test db. Could this have something to do with this error?
I'm running Debian Etch, Koha 3.00.00, Perl 5.8.8-7etch5, and believe to have followd the INSTALL.Debian faithfully.
Any help would be much appreciated.
Best, Patrick _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
it sounds to be a mysql permission error , please refer INSTALL.debian and follow the instruction at 2.2, i would suggest to repeat the grant all command once again. once you are done with this try running the installer. -- Anand Sharma RDG Library Services, Mumbai, India. 091-9870339028,091-9220579647 ----------------------------------------------------- Free Software is a matter of freedom, not cost. It is a matter of liberty, not price. http://fsf.org | http://gnu.org -----------------------------------------------------
participants (2)
-
Anand Sharma -
Patrick