I'm trying to build mod_perl (1.30) into httpd (1.3.37) on Mac OS 10.3. However, the default make process does not build httpd with mod_so. The httpd (1.3.30) that came with the original installation does. So its a bit surprising that the build scripts don't link in mod_so. My question then, should mod_so be part of the httpd build? If so, is there an obvious way of doing it? (I've been messy around with the make scripts to this point)
Thanks - Mark