koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-devel] Re: installation w\o apache.conf


From: Seltzer Water
Subject: [Koha-devel] Re: installation w\o apache.conf
Date: Fri Aug 15 15:07:05 2003

OK now --- this is where I am.  I have written a patch for the apache.conf for the ISP and had it approved and installed.  But now I am having trouble with it locating the C4 directory and executing the Perl scripts.

 

This is the apache.conf patch which I wrote for the Linux server:

<VirtualHost 66.241.216.26:80>
        ServerName libadmin.ireta.org
        ServerPath /vservers/ireta/Library/
        Alias /images "vservers/ireta/Library/html/oadmin/images"
        ScriptAlias /cgi-bin/koha "vservers/ireta/Library/cgi-bin/koha"
        DocumentRoot /vservers/ireta/Library/html/oadmin

        Errorlog /vservers/ireta/Library/log/koha-error_log
        TransferLog /vservers/ireta/Library/logs/opac-access_log

        <Directory "vservers/ireta/Library/koha/html">
          AllowOverride None
          Options +Includes -FollowSymlinks -Indexes
          AddHandler server-parsed .html
        </Directory>
</VirtualHost>

<VirtualHost 66.241.216.26:80>
        ServerName opac.ireta.org
        ServerPath /vservers/ireta/Library
        DocumentRoot /vservers/ireta/Library/html/opac
        Alias /images/ "/vservers/ireta/Libary/html/opac/images"
        ScriptAlias /cgi-bin/opac "/vservers/ireta/Library/cgi-bin/opac"

        Errorlog /vservers/ireta/Library/log/opac-error_log
        TransferLog /vservers/ireta/Library/logs/opac-access_log

        <Directory "/vservers/ireta/Library/html/opac">
          AllowOverride None
          Options +Includes -FollowSymlinks -Indexes
          AddHandler server-parsed .html
        </Directory>
</VirtualHost>

Could the caveat be in locating the relative vs. absolute paths to the files?

 

 

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)?

 

What can be done?

Thanks!

Scott A. Malec

IRETA Systems Librarian

 

PS

I intend to write up a case study on this project to spread Koha's fame ...



Protect your PC - Click here for McAfee.com VirusScan Online
reply via email to

[Prev in Thread] Current Thread [Next in Thread]