On Thu, 05 Jul 2007 10:46:51 -0700 [EMAIL PROTECTED] wrote: > 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)
I'm assuming you have a need for Apache/mod_perl 1.x and aren't using Apache/mod_perl 2.x on purpose here. If the installed Apache doesn't support mod_so, you'll need to recompile it with mod_so support and/or recompile it with mod_perl included statically. In this situation you can't just "add in" mod_perl to your httpd. My suggestion would be to ignore the installed Apache, and build a new one from scratch following the installation instructions on the mod_perl site and use that. ------------------------------------------------------- Frank Wiles, Revolution Systems, LLC. Personal : [EMAIL PROTECTED] http://www.wiles.org Work : [EMAIL PROTECTED] http://www.revsys.com