Hi Andre,
thanks for your feedback
>
> Finally I found time to look further into this. It seems that my
> mod_perl was too old, I had 1.99.07 from Debian Experimental,
> which caused the error. After manually updating it to 1.99.08 or
> 09 everything works.
> Just for the archives, in case anybod
On Sun, Mar 30, 2003 at 10:57:19PM +0200, Andre Landwehr wrote:
> I'm quite frustrated because I can't get Embperl::Object to work
> with Apache 2. It does not accept any configuration directives.
>
> When I try directives like
> EMBPERL_DEBUG 1
> I get "Invalid command 'EMBPERL_DEBUG', perhaps m
On Tue, Apr 01, 2003 at 05:41:16AM +0200, Gerald Richter wrote:
> Does make test work for you?
No. After failing in test 31 of the offline part (does not seem to be connected, but
here's the output anyway):
->
Is: >Global symbol "<
Should: >Global symbol "\$e" requires explicit
>
> That does not help either.. any more ideas? Or could somebody
> send me a working sample configuration for Apache2 ?
>
Does make test work for you?
If yes you have a woring configuration in test/conf/httpd.conf
Gerald
--
Gerald Ri
On Mon, Mar 31, 2003 at 08:05:48AM +0200, Gerald Richter wrote:
> > When I try directives like
> > EMBPERL_DEBUG 1
> > I get "Invalid command 'EMBPERL_DEBUG', perhaps mis-spelled or defined
> > by a module not included in the server configuration".
>
> Do you have a ClearModuleList anywhere in you
Hi,
>
> When I try directives like
> EMBPERL_DEBUG 1
> I get "Invalid command 'EMBPERL_DEBUG', perhaps mis-spelled or defined
> by a module not included in the server configuration".
Do you have a ClearModuleList anywhere in your httpd.conf? If yes, try to
remove it. If this still doesn't help tr
Hi,
I'm quite frustrated because I can't get Embperl::Object to work
with Apache 2. It does not accept any configuration directives.
I use Embperl from todays CVS. My setup is as follows:
LoadModule perl_module /usr/lib/apache2/modules/mod_perl.so
LoadModule embperl_module /usr/lib/perl5/auto/Embpe