[Koha] i cant include "include virtule"

Roger Buck rog at saas.nsw.edu.au
Fri Apr 26 22:59:52 NZST 2002


"Md. Aftabuddin" wrote:
> 
> Sir,
> I have cofigured httpd.conf looking at
> http://www.saas.nsw.edu.au/wiki/index.php?page=KohaHints as you told but
> what directory should i set for
> SetEnv PERL5LIB ?


If you have placed C4 folder anywhere in the perl path then you don't
need to use SetEnv.

But, if C4 is not in the perl path, then SetEnv PERL5LIB should point to
the parent directory where you have copied your koha C4 folder.


For example, say you have copied the C4 folder to

 /var/www/cgi-bin/koha/C4

then your httpd.conf file would have something like this:

 SetEnv PERL5LIB "/var/www/cgi-bin/koha"


Or, if you copy C4 directory to:

  /usr/local/kali/C4

then you would enter something like this in httpd.conf file:

 SetEnv PERL5LIB "/usr/local/kali"


Hope that helps ;^)


R.



More information about the Koha mailing list