22 Oct
2003
22 Oct
'03
7:25 p.m.
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