I am getting a segmentation fault on configtest when using Apache::DBI
(using the startup.pl example in Apache::DBI Distribution). When trying
to start the server I get no error messages but the server isn't
running afterwards:
root@ganja:/home/www/server/conf > ../bin/apachectl start
../bin/apachectl start: httpd started
root@ganja:/home/www/server/conf > ps -ef | grep httpd
lengerke 5787 27877 0 12:11 pts/5 00:00:00 vi httpd.conf
root 6434 5760 0 12:57 pts/11 00:00:00 grep httpd
root@ganja:/home/www/server/conf > ../bin/apachectl configtest
Syntax OK
../bin/apachectl: line 184: 6436 Segmentation fault $HTTPD -t
root@ganja:/home/www/server/conf >
When I comment out the 'use Apache::DBI' in startup.pl all works fine.
Setting $Apache::DBI::DEBUG = 2 makes no difference even in verbosity of
the error_log - the server will die without any warning or error.
The setup is:
SuSE Linux 6.3 (i386)
Apache/1.3.20 (Unix) # (enabled proxy, rewrite, so, ssl)
PHP/4.0.6 # apxs-built DSO
mod_perl/1.26 # apxs-built DSO
mod_jk # apxs-built DSO
mod_ssl/2.8.4
OpenSSL/0.9.4
Perl 5.005_03
Apache::DBI 0.88
DBI 1.14 # works fine without Apache::DBI
Any help or pointers are appreciated.
Hans