[ Elza @ 19.12.2005. 12:33 ] @
Pri instalaciji mod_perl -a (a to mi je potrebno za Apache::ASP modul),

stalno mi javlja sljedeću grešku: (Imam RedHat 7 i Apache 1.3.33)

Evo šta sam uradila:


tar xzvf mod_perl-1.xx.tar.gz
cd mod_perl-1.xx
perl Makefile.PL APACHE_SRC=../apache_1.3.33/src \ DO_HTTPD=1 USE_APACI=1
EVERYTHING=1
make
make test
Na make test mi javi grešku:
still waiting for server to warm up...............not
ok
server failed to start! (please examine
t/logs/error_log) at t/TEST line 95.
make: *** [run_tests] Error 111


Što je najgore ja fajla error_log uopće nemam . Imam direktorij t/logs, ali ne error_log.

Jel itko imao sličnih problema?