Hi Steven!

The same problem ocurred here and i spent a little time in looking for the
circumstances when this occurs.

On Wed, 19 Apr 2000, Steven D. Arnold wrote:

[...]

> I added 8192 to the debug value so I could get the in-browser links to
> the debugging information.  I also created an EMBPERL_VIRTLOG entry.  
> I then stopped and started apache, and for some reason it now works!

The crucial point was the restart of your apache. I found, that the
external modules which are linked into the script via the "use ..."
statement are somehow cached within the memory of the apache. It's the
same problem if i call the "use..." within [-...-] tags or in the [!... !]
tags.

Also i suspect some esotheric "lifetime" for the cached modules,
because if i retry on a changed module which was already "cached", the try
some hours later is more likely successfull than the call immediately
after the change...

I think, that is more a problem of the mod_perl module of the apache but i
hadn't the time, to proof it. Perhaps, there is someone out there, who has
more experience with the mod_perl internals.

Standard workaround here is now "apachectl restart" after the change of
modules :-/ weird but it really works!

Regards
Ulrike
-- 
* NAMES: Ulrike Schepp                    Gigabell AG
* PHONE: [+49] [0]69 - 17084-742          D-60325 Frankfurt
* ENCR.: Key 0x5E34C939 B0 B1 ED D0 51 D1 0C 3B  82 23 2C 61 10 38 57 95
* SIGN : Key 0x59AFB1C5 59 5D 53 37 2F 79 A0 2F  27 03 F7 23 58 EE B9 6C



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to