I hope you can help... I have untarred the mod_perl file. I run ./configure --add-module=<path>/mod_perl.c
All goes well. Message says third party module copied. I then do a "make" of apache, and I get this: rm -f libextra.a ar cr libextra.a perl.o ar: perl.o: No such file or directory make[4]: *** [libextra.a] Error 1 make[3]: *** [all] Error 1 make[2]: *** [subdirs] Error 1 make[2]: Leaving directory `/home/apache/apache_1.3.22/src' make[1]: *** [build-std] Error 2 make[1]: Leaving directory `/home/apache/apache_1.3.22' make: *** [build] Error 2 I have also tried --activate-module=.... Bill