On Wed, 2002-12-18 at 20:30, Stas Bekman wrote:
> iansmith wrote:
> > I have compiled apache_1.3.27 with mod_perl-1.27 and got no errors.
> > I have mod_perl as a shared module.
> > 
> > I can run Apache without mod_perl fine, but when I activate the
> > mod_perl module, it gives me this in error_log for every connection
> > and fails to deliver any pages at all.
> > 
> > [notice] child pid 27049 exit signal Segmentation fault (11)
> > 
> > My perl is: This is perl, v5.8.0 built for i386-linux-thread-multi
> > 
> > I looked over the mod_perl documentation, but can't seem to find
> > anything that says what works and what does not.
> > 
> > Do I need to compile a non-threaded version of Perl?
> 
> Certainly Aaron's solution should work, but it'd be nice to figure out 
> the cause of segfaults, because a threaded 5.8 perl works just fine with 
> mod_perl for me (Mandrake 9.0). Though I built it by myself, I should 
> try using the Perl supplied by Mandrake.
> 

How does your perl -V differ from the Mandrake one?  The default install
of Perl didn't have a perldoc either, I am wondering if it is a bad
build.

When I do an:
rpm -ql perl | grep 'perldoc'

I only get:
/usr/share/man/man1/perldoc.1.bz2

I don't think it is just a thread issue.

Aaron

> Before you rebuild it, if you can get the segfault backtrace, that would 
> be great. If you don't know how, check:
> http://perl.apache.org/docs/1.0/guide/help.html#How_to_Report_Problems
> 
> __________________________________________________________________
> 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
> 
> 
> 

Reply via email to