I ran the following command to get mod_so.c listed in httpd -l:
./configure --prefix=/usr/local/apahe \
--activate-module=src/modules/standard/mod_so.c
--enable-module=so
Now mod_so.c is listed twice in httpd -l, but whatever.
However, when I try to install php:
./configure --with-apxs=/usr/local/apache/bin/apxs
seems to work OK, but the subsequent "make" ends with this:
stub.lo: file not recognized: File truncated
Error code 1
Stop in /root/php-4.2.2.
Error code 1
Stop in /root/php-4.2.2.
/root/apache_1.3.26/stub.lo is indeed a 0 byte file, but how do I correct this?