Hi,
 
I installed Apache::DBI a while ago and it worked fine then on Apache 1.3.12 using mod_perl 1.21.
 
Now I'm reinstalling apache still 1.3.12 with php4, mod_perl 1.24, apache::dbi (most recent version) and the child processes of the apache segfault on start. This happens as soon as I try to use PerlRequire in httpd.conf.
 
The startup.pl file comes from wwwthread.
 
The line the server segfaults in:
Apache::DBI->connect_on_init("DBI:$w3tvars::config{'dbdriver'}:$w3tvars::config{'dbname'}:$w3tvars::config{'dbserver'}", "$w3tvars::config{'dbuser'}", "$w3tvars::config{'dbpass'}");
 
I've put the debug level to 2 and this is what I get into the error_log:
 
[Tue May 23 17:36:40 2000] [notice] Apache/1.3.12 (Unix) mod_perl/1.24 PHP/4.0.0 configured -- resuming normal operations
[Tue May 23 17:36:40 2000] [info] Server built: May 23 2000 09:59:41
20965 Apache::DBI             PerlChildInitHandler
20966 Apache::DBI             PerlChildInitHandler
20965 Apache::DBI             need ping: yes
20966 Apache::DBI             need ping: yes
20967 Apache::DBI             PerlChildInitHandler
20969 Apache::DBI             PerlChildInitHandler
20967 Apache::DBI             need ping: yes
20969 Apache::DBI             need ping: yes
20968 Apache::DBI             PerlChildInitHandler
20968 Apache::DBI             need ping: yes
[Tue May 23 17:36:41 2000] [notice] child pid 20969 exit signal Segmentation fault (11)
[Tue May 23 17:36:41 2000] [notice] child pid 20968 exit signal Segmentation fault (11)
[Tue May 23 17:36:41 2000] [notice] child pid 20967 exit signal Segmentation fault (11)
[Tue May 23 17:36:41 2000] [notice] child pid 20966 exit signal Segmentation fault (11)
[Tue May 23 17:36:41 2000] [notice] child pid 20965 exit signal Segmentation fault (11)
 
It would be very nice if you could help me with this one.
 
regards,
Gudmundur.


Reply via email to