Hi there, On Wed, 12 Feb 2003, Jozwiak, Paul wrote:
> Does anyone know why I keep getting: > > [Wed Feb 12 10:35:03 2003] [notice] child pid 312 exit signal Segmentation > Fault (11) > > in my error_log? No. > I have tried rebuilding the machine, installing older > versions of apache, different C compilers, changing my mod_perl versions Have you read the documentation on the mod_perl site and in your mod_perl source tree? There's a lot of help there about things you could do to help both us and yourself before posting messages here. > if I comment out the LoadModule perl_module libexec/libperl.so, in > my httpd.conf file, it works like a champ. Ah, so you're using DSO. Well you could try compiling static. (But that might mean you'd have to read that documentation...:) 73, Ged.