1753821 Members
9136 Online
108805 Solutions
New Discussion юеВ

httpd segmentation fault

 
Bob Manocchia
Regular Advisor

httpd segmentation fault

I've built apache2.0.48 on Red hat 2.6.9-67.ELsmp . When I run ./httpd -v to check the version or anything else I receive the error
Segmentation Fault.

Any help would be greatly appreciated.
3 REPLIES 3
Asif Sharif
Honored Contributor

Re: httpd segmentation fault

Hi Bob,

It seems the problem occurs while Apache
is initialising its modules, and in particular while it's initialising libperl.so. And that file belongs to mod_perl:

$ grep libperl /usr/ports/www/mod_perl/pkg-plist
libexec/apache/libperl.so

First thing I'd do is disable mod_perl in
httpd.conf and see if Apache starts.

Regards,
Asif Sharif
Regards,
Asif Sharif
Bob Manocchia
Regular Advisor

Re: httpd segmentation fault

I was trying to install the wrong version. The version I needed was 2.0.63 and it installed fine.

Thanks
Asif Sharif
Honored Contributor

Re: httpd segmentation fault

I have assigned points to 54 of 104 responses to my questions.

Regards,
Asif Sharif
Regards,
Asif Sharif