You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Lai Zit Seng <lz...@pobox.com> on 2002/11/30 02:41:12 UTC

Apache doesn't load anymore modules after mod_perl.so

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.


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: Apache doesn't load anymore modules after mod_perl.so

Posted by Gerald Richter <ri...@ecos.de>.
> it is OK again with 1.99-08:-)
> 


Great news! I was just about to try to track it down.

Thanks for the feedback from you both

Gerald


Re: Apache doesn't load anymore modules after mod_perl.so

Posted by Juergen Heckel <JH...@t-online.de>.
Lai Zit Seng wrote:
>
> 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 

Hi,
it is OK again with 1.99-08:-)

Juergen