And you are sure that the CGI module is installed on the machine, right?
perl -e 'use CGI;' from the command-line will tell you. -Fran Udlei Nattis wrote: > hi, sorry my english ;) > > when i add this line in httpd.conf > > PerlModule DBI > > or > > use DBI(); in startup.conf > > apache dont start, i receive this error: > > /usr/local/apache-2.0/bin/apachectl: line 192: 12547 Segmentation > fault $HTTPD > /usr/local/apache-2.0/bin/apachectl start: httpd could not be started > > i test it in > Apache 2.0/Perl 5.8.0RC1/Modperl 1.99.02/03 > Apache 2.0/Perl 5.7.3/Modperl 1.99.02/03 > Apache 2.0/Perl 5.6.1/Modperl 1.99.02/03 > Apache 2.0-cvs/All Perls/All Modperls > > :/