Dave Smith wrote:
> (gdb) where
> #0  0x403965f6 in Perl_require_pv () from
> /opt/local/apache2/modules/mod_perl.so

this is weird, modperl_require_file() calls require_pv(pv), which seems 
to be just right in the frame #1. but it never gets passed to require_pv().

> #1  0x4038803e in modperl_require_file (pv=0x813ecd8
> "/data/httpd/perl/startup2.pl", logfailure=0)
>     at modperl_util.c:30

Could it be somehow related to the LARGE_FILES flag enabled? Do you 
still have this problem if you rebuild perl with -Uuselargefiles and 
subsequent rebuild of mod_perl?

If this still doesn't help, please give me quick instructions on 
getting/installing the php4_module for 2.0, I'll try to reproduce the 
problem.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


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

Reply via email to