Hello,
These are some examples of the types of error-logs I am receiving:
Can't locate C4/Auth.pm in @INC (@INC contains: /vservers/ireta/Library/cgi-bin/koha/C4 /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .) at /vservers/ireta/Library/cgi-bin/opac/opac-main.pl line 7.
BEGIN failed--compilation aborted at /vservers/ireta/Library/cgi-bin/opac/opac-main.pl line 7. [Fri Aug 15 10:03:46 2003] [error] [client 66.241.216.24] Premature end of script headers: /vservers/ireta/Library/cgi-bin/opac/opac-main.pl
It looks like koha is having trouble finding some required libraries (the C4 modules)?
From this, I see that "/vservers/ireta/Library/cgi-bin/koha/C4" is in your Perl path; However, the scripts are expecting a C4/ directory in the Perl path. Therefore, if you make it so that "/vservers/ireta/Library/cgi-bin/koha/" is in the path instead of "/vservers/ireta/Library/cgi-bin/koha/C4". Hopefully that clears your problem up.
Mike -- Mike Hansen <mwhansen@hmc.edu>
participants (2)
-
Mike Hansen -
Seltzer Water