--- glue/perl/t/conf/extra.conf.in~ 2005-04-16 04:19:35.000000000 +0200
+++ glue/perl/t/conf/extra.conf.in 2006-01-18 21:20:34.020443622 +0100
@@ -1,3 +1,4 @@
+PassEnv PERL5LIB
ScriptAlias /cgi-bin/ "@ServerRoot@/cgi-bin/"
<IfModule !mpm_winnt.c>
LockFile @ServerRoot@/logs/accept.lock
Here is the problem is solves. If mod_perl is installed at a non-standard
location setting PERL5LIB is sufficient to make "make test" work for modperl
handlers but not for CGI scripts called by apache.
Some tests in glue/perl write CGI scripts that require APR::Pool & co. Hence,
$ENV{PERL5LIB} must be passed through.
Torsten
pgpgiEA81MSWp.pgp
Description: PGP signature
