> -----Original Message-----
> From: Pires Claudio [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 05, 2000 10:12 AM
> To: modperl
> Subject: Apache crashes with Apache::DBI
> 
> 
> Hi, I have problems to load Apache DBI. I added the 
> PerlModule Apache::DBI
> into httpd.conf and when I restarted Apache I got this message
> 
> bash# /etc/rc.d/init.d/httpd restart;
> Shutting down http:               [  OK  ]
> Starting httpd:                   [  OK  ]
> 
> bash# /etc/rc.d/init.d/httpd status;
> httpd dead but subsys locked
> 
> it seems like Apache crashes... I dont know why... I could saw in the
> Apache::DBI doc that mod_perl must be configured with 
> PERL_CHILD_INIT=1 and
> PERL_STACKED_HANDLERS=1. How can I know if mod_perl was 
> compiled with  this
> directives? 

http://localhost/perl-status?hooks  (if configured)

>How can I know what directives were used to 
> compile mod_perl?
> I
> download mod_perl as an RPM from RedHat... And I havent 
> posibilities to
> recompile it... should I recompile it?

probably :)  IIRC, Apache::DBI had problems with the redhat DSO for 6.1, but
it could have been another 6.X version.  At any rate, compiling from source
isn't too difficult.  See perl.apache.org/guide for lots of pointers...

> or there is any way to 
> modify the
> configuration without compilation?

no

> 
> Thanks a lot
> 
> Claudio
> 

HTH

--Geoff

Reply via email to