I did a 'strace' through httpd and found that Embperl.so isn't loaded. 
This probably explains the error in the previous mail.

After tinkering around a little, it turns out that the "LoadModule" 
directive in Apache's configuration isn't loading any modules after 
mod_perl.so has been loaded. This is the case with mod_perl-1.99_07 and 
mod_perl-1.99_06. But with mod_perl-1.99-05, it works (and the Embperl 
problem below is gone too).

So perhaps something broke in mod_perl between 05 and 06?

Regards,

.lzs

On Fri, 29 Nov 2002, Lai Zit Seng wrote:

> I am trying to install Embperl-2.0b8. I've installed a standard Apache 
> 2.0.43 (just ./configure; make; make install) and mod_perl 1.99_07 (just 
> perl Makefile.PL; make; make install). And then, Embperl-2.0b8. But the 
> "make test" fails with this error:
> 
> Starting httpd...       [Fri Nov 29 18:29:53 2002] [warn] PassEnv variable 
> ACTION_PREFIX was undefined
> Syntax error on line 49 of 
> /home/nwadm/work/Embperl-2.0b8/test/conf/httpd.conf:
> Invalid command 'Embperl_UseEnv', perhaps mis-spelled or defined by a 
> module not included in the server configuration
> 
> Any clues about what may be wrong? TIA.

Reply via email to