Hi,
I tried to track it down and the problem is, that as soon you have a
PerlInitHandler, mod_perl doesn't setup your environment correctly. Until
this is fixed in mod_perl, you can either use SetEnv instead of PerlSetEnv,
but SetEnv only works outside of Location/Directory blocks or move the
Apache::StatINC to a later request phase, like the fixup handler:
PerlFixupHandler Apache::StatINC
Gerald
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
----- Original Message -----
From: "David Lloyd" <[EMAIL PROTECTED]>
To: "Gerald Richter" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, June 05, 2001 1:19 AM
Subject: Re: EmbperlObject + ApacheStatINC Woes
>
> It just kills it totally. Either embperl.log is not made, or no lines
> are added to it. The moment I remove PerlInitHandler Apache::StatINC,
> /tmp/embperl.log fills up with what one would expect and everything
> works. I don't believe a log of EmbperlObject working correctly would be
> useful so I'm not posting it.
>
> The only thing I see is:
>
> (in my error log immediately after a reload)
>
> [Tue Jun 5 08:44:32 2001] [error] EmbperlObject searched
> ';/home/httpd/html/example;/home/httpd/html'
>
> I'm using Perl Version 5.6.0 packaged by RedHat.
> Embperl 1.3.2 from perl.apache.org
>
> I can't use 1.2.1 because it segfaults.
>
> DSL
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]