[Koha] C4::AUTH problem

Erik Hetzner egh at OCF.Berkeley.EDU
Thu Oct 23 06:25:16 NZDT 2003


At Wed, 22 Oct 2003 00:47:13 -0800,
zuxiaolong wrote:
> 
>      When I type http://localhost/cgi-bin/koha/opac-main.pl in browser, I
>      got message below:

You need to add /path/to/koha/koha/modules to PERL5LIB, the
environment variable. In apache's httpd.conf, add 
SetEnv PERL5LIB "/home/httpd/localnet/koha/modules"

to your virtual host config. If you want to run the perl files from
the command line, just type (using bash) export
PERL5LIB=/path/koha/modules:$PERL5LIB.

(Should this not be in a FAQ? It's the second time I've answered more
or less the same question.)

Regards,
Erik Hetzner




More information about the Koha mailing list