On Mon, Mar 23, 2015 at 8:02 PM, Gary Fitts <[email protected]> wrote: > I installed the MacPorts Apache2 package (apache 2.2.9) hoping to have a > build environment where I can add a custom Apache module. But there doesn’t > seem to be any build environment — no source files etc, just binaries. Am I > missing something, or is there another source package somewhere? > > > sudo find /opt -name core.c -print >
I would hope that Apache does not need anything beyond headers and libraries to create custom modules. Modules are dynamically loaded, not compiled in, these days. -- brandon s allbery kf8nh sine nomine associates [email protected] [email protected] unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
_______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
