> I've just installed Apache 2.0.53 with Mod-Perl 2. > > I'm trying to write a virtual host system in Perl but I get this error upon > starting Apache. > > Starting web server: Apache2/usr/sbin/apache2ctl: line 99: 2799 > Segmentation fault $HTTPD -k start -DSSL > > > Setup: > ------ > Apache/2.0.52 (Debian GNU/Linux) > PHP/5.0.3 > mod_perl/1.999.21 > Perl/v5.6.1 > > Installed relevant packages: > ---------------------------- > libdbd-mysql-perl > libgdbi-dev > libdbi-perl
I am unaware of a fix, but PHP/MySQL is your problem. There's apparently a SQL library collision between PHP and DBI. Rodger