Aaron Bannert wrote: > > I tried sticking --disable-shared for apr and apr-util in httpd's configure.in. > > That doesn't work any more if you try to build the modules shared. > I think all you have to do is pass -static to the libtool link command > for httpd. I'll be able to fool around with this later today if nobody > beats me to it.
you're right...-static on the httpd link works great. I guess it helps to know what you're doing. I hid my lib/ directory after make install, and the only failures I got on a log replay are minor things which seem to be related to recent commits. Greg