hi
sorry, my english dont is good ;)

i have one big problem,
i using apache2, modperl2 and perl 5.6.1

Apache/2.0.37-dev (Unix) mod_perl/1.99_02-dev Perl/v5.6.1

when i add this line in httpd.conf

PerlModule DBI

or

Perlrequire startup.conf

startup.conf:
use DBI;

1;

if i use it, httpd don't start, i receive this error:

/usr/local/apache-2.0/bin/apachectl: line 192: 32646 Segmentation 
fault      (core dumped) $HTTPD
/usr/local/apache-2.0/bin/apachectl start: httpd could not be started

:////// i test in perl 5.7.3 and other versions of modperl 2 and httpd 2

if i try
use DBI;

in any file.pl and request via http i dont receve any problem :/

problem is, why DBI crash apache ?

thanks

nattis

Reply via email to