Koha 3 Error When Trying to Access Web Installer
Hello List, I have just tried installing the latest version of Koha via git following the instructions from the INSTALL.debian file. I have installed Koha successfully in the past and the only difference this time around is that this is a separate side-by-side install of Koha on the same machine (Debian Etch) as an already existing installation of Koha. My second installation seemed to go smoothly enough until I got to the web installer portion and received this error message instead of the web installer: Koha error The following fatal error has occurred: Can't locate DBI.pm in @INC (@INC contains: /usr/share/kohawarren/lib /usr/local/lib/perl5/5.10.0/i686-linux /usr/local/lib/perl5/5.10.0 /usr/local/lib/perl5/site_perl/5.10.0/i686-linux /usr/local/lib/perl5/site_perl/5.10.0 .) at /usr/share/kohawarren/lib/C4/Context.pm line 84. BEGIN failed--compilation aborted at /usr/share/kohawarren/lib/C4/Context.pm line 84. Compilation failed in require at /usr/share/kohawarren/lib/C4/Output.pm line 30. BEGIN failed--compilation aborted at /usr/share/kohawarren/lib/C4/Output.pm line 30. Compilation failed in require at /usr/share/kohawarren/intranet/cgi-bin/mainpage.pl line 22. BEGIN failed--compilation aborted at /usr/share/kohawarren/intranet/cgi-bin/mainpage.pl line 22. I did do a search before posting to this list and did see someone else had a similar error involving mysql, but I am not sure that this is the same type of problem. Would someone mind leading me in the right direction to fix this? Thanks! (Debian Etch, MySql v. 5.0.32)
It just looks lik you are missing DBI, from the perspective of that user environment. Try: sudo cpan DBI I'm not sure about perl 5.10 vs. 5.8, so there might be some additional issues. --Joe On Tue, Jan 20, 2009 at 2:00 PM, Fooled One <fooledone@gmail.com> wrote:
Hello List,
I have just tried installing the latest version of Koha via git following the instructions from the INSTALL.debian file. I have installed Koha successfully in the past and the only difference this time around is that this is a separate side-by-side install of Koha on the same machine (Debian Etch) as an already existing installation of Koha. My second installation seemed to go smoothly enough until I got to the web installer portion and received this error message instead of the web installer:
Koha error
The following fatal error has occurred:
Can't locate DBI.pm in @INC (@INC contains: /usr/share/kohawarren/lib /usr/local/lib/perl5/5.10.0/i686-linux /usr/local/lib/perl5/5.10.0 /usr/local/lib/perl5/site_perl/5.10.0/i686-linux /usr/local/lib/perl5/site_perl/5.10.0 .) at /usr/share/kohawarren/lib/C4/Context.pm line 84.
BEGIN failed--compilation aborted at /usr/share/kohawarren/lib/C4/Context.pm line 84. Compilation failed in require at /usr/share/kohawarren/lib/C4/Output.pm line 30. BEGIN failed--compilation aborted at /usr/share/kohawarren/lib/C4/Output.pm line 30.
Compilation failed in require at /usr/share/kohawarren/intranet/cgi-bin/mainpage.pl line 22. BEGIN failed--compilation aborted at /usr/share/kohawarren/intranet/cgi-bin/mainpage.pl line 22.
I did do a search before posting to this list and did see someone else had a similar error involving mysql, but I am not sure that this is the same type of problem.
Would someone mind leading me in the right direction to fix this?
Thanks!
(Debian Etch, MySql v. 5.0.32)
On 2009/01/21, at 10:15 AM, Joe Atzberger wrote:
It just looks lik you are missing DBI, from the perspective of that user environment. Try:
sudo cpan DBI
I'm not sure about perl 5.10 vs. 5.8, so there might be some additional issues.
or $sudo apt-get update $sudo apt-get install libdbi-perl
Thanks Joe and James - you're awesome! My problem is solved and everything seems to be working perfectly! On Tue, Jan 20, 2009 at 4:15 PM, Joe Atzberger <ohiocore@gmail.com> wrote:
It just looks lik you are missing DBI, from the perspective of that user environment. Try:
sudo cpan DBI
I'm not sure about perl 5.10 vs. 5.8, so there might be some additional issues.
--Joe
On Tue, Jan 20, 2009 at 2:00 PM, Fooled One <fooledone@gmail.com> wrote:
Hello List,
I have just tried installing the latest version of Koha via git following the instructions from the INSTALL.debian file. I have installed Koha successfully in the past and the only difference this time around is that this is a separate side-by-side install of Koha on the same machine (Debian Etch) as an already existing installation of Koha. My second installation seemed to go smoothly enough until I got to the web installer portion and received this error message instead of the web installer:
Koha error
The following fatal error has occurred:
Can't locate DBI.pm in @INC (@INC contains: /usr/share/kohawarren/lib /usr/local/lib/perl5/5.10.0/i686-linux /usr/local/lib/perl5/5.10.0 /usr/local/lib/perl5/site_perl/5.10.0/i686-linux /usr/local/lib/perl5/site_perl/5.10.0 .) at /usr/share/kohawarren/lib/C4/Context.pm line 84.
BEGIN failed--compilation aborted at /usr/share/kohawarren/lib/C4/Context.pm line 84. Compilation failed in require at /usr/share/kohawarren/lib/C4/Output.pm line 30. BEGIN failed--compilation aborted at /usr/share/kohawarren/lib/C4/Output.pm line 30.
Compilation failed in require at /usr/share/kohawarren/intranet/cgi-bin/mainpage.pl line 22. BEGIN failed--compilation aborted at /usr/share/kohawarren/intranet/cgi-bin/mainpage.pl line 22.
I did do a search before posting to this list and did see someone else had a similar error involving mysql, but I am not sure that this is the same type of problem.
Would someone mind leading me in the right direction to fix this?
Thanks!
(Debian Etch, MySql v. 5.0.32)
participants (3)
-
Fooled One -
Joe Atzberger -
Mason James