Hello, Yesterday I installed mod_perl on a slackware 10.1 system Linux abyss 2.4.29 #6 Thu Jan 20 16:30:37 PST 2005 i686 unknown unknown GNU/Linux Apache apache2-2.0.53-i486-2spi Mod_perl was intstalled by using “perl -MCPAN -e 'install Apache::Gallery'”
Everything (finally) installed and worked(?) fine. Ie: [EMAIL PROTECTED]:/var/log/packages# perl -MCPAN -e 'install mod_perl' CPAN: Storable loaded ok Going to read /root/.cpan/Metadata Database was generated on Wed, 30 Mar 2005 09:53:43 GMT mod_perl is up to date.
But when I try to add the mod_perl lines LoadModule perl_module modules/mod_perl.so PerlModule Apache2 And restart apache, it just segfaults. [EMAIL PROTECTED]:~# apachectl start /usr/sbin/apachectl: line 78: 19505 Segmentation fault $HTTPD -k $ARGV
Any ideas? Where can I get help with this? |
- Apache Segfault because of mod_perl? Peter Roosdorp
- Re: Apache Segfault because of mod_perl? William McKee