Hi all, I'm trying to test a C module against both apache2 and apache1. apache1 is working beautifully, but when I attempt to reconfigure for apache2 (stock FC1), A::T (1.20) keeps complaining about finding mod_perl 1. I'm doing:
./TEST -clean ./TEST -apxs /usr/sbin/apxs -conf With -trace=debug on, I'm getting: <lots snipped> [ debug] using httpd.conf inherited ServerRoot to resolve modules/mod_perl.so [ debug] modules/mod_perl.so successfully resolved to existing file /etc/httpd/modules/mod_perl.so [ debug] Found: perl_module => mod_perl.c [ debug] Skipping LoadModule of mod_perl.c [ debug] using httpd.conf inherited ServerRoot to resolve modules/libphp4.so [ debug] modules/libphp4.so successfully resolved to existing file /etc/httpd/modules/libphp4.so [ debug] Found: php4_module => sapi_apache2.c [ debug] LoadModule php4_module sapi_apache2.c [ debug] using httpd.conf inherited ServerRoot to resolve modules/mod_python.so [ debug] modules/mod_python.so successfully resolved to existing file /etc/httpd/modules/mod_python.so [ debug] Found: python_module => mod_python.c [ debug] LoadModule python_module mod_python.c [ debug] using httpd.conf inherited ServerRoot to resolve modules/mod_ssl.so [ debug] modules/mod_ssl.so successfully resolved to existing file /etc/httpd/modules/mod_ssl.so [ debug] Found: ssl_module => mod_ssl.c [ debug] LoadModule ssl_module mod_ssl.c [ debug] Matched Apache revision Apache/2.0.48 2 [warning] cleaning out current configuration [ debug] unlink /export/opt/web/mod_auth_tkt/t/logs/apache_runtime_status.sem: No such file or directory [ error] Found mod_perl/1.27, but it can't be used with Apache/2.0.48 Any suggestions as to what's going on here, or how to track it down? Cheers, Gavin -- Open Fusion P/L - Open Source Business Solutions [ Linux - Perl - Apache ] ph: +612 9875 5032 fax: +612 9875 4317 web: http://www.openfusion.com.au mob: +61 403 171712 - Fashion is a variable, but style is a constant - Programming Perl
