> [root@dev src]# httpsdctl start
> $path = :/www/vhosts/www.neilgunton.com/htdocs:/www/lib/perl/Apache/
> Embperl::Execute body.html
> [2783]ERR:  56: : Unknown Provider epcompile
> /usr/local/apache/bin/httpsdctl: line 171:  2783 Segmentation fault
$HTTPD
> /usr/local/apache/bin/httpsdctl start: httpsd could not be started
>

it would be very helpfull if you can compile with

perl Makefile.PL debug
make install

and then start the httpd with the -X option under gdb

gdb httpd
set args -f httpd.conf -X
r

when you get the sigsegv type BT and send me the backtrace

Gerald




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to