On Sat, Jan 05, 2002 at 06:53:43PM -0600, Albert Chin wrote: > You'll note that there is *no* -lz anywhere. So, I don't see how > mod_deflate would ever get loaded. Looking at config.status, -lz is in > EXTRA_LIBS. So:
Correct. We specify the libraries in EXTRA_LIBS when we build httpd not when building the modules - the run-time link path comes from the executable. (Didn't we just go over this on another list?) This also gets to the whole inter-library dependency stuff with libtool that we can't use anyway. So, it's currently invalid if we pass any libraries to non-executables. If you have access to an AIX box, please be my guest on getting it to work there and we can investigate turning it on all for platforms. -- justin
