Hi All,

Can anyone tell me how to build "mod_cache.so" on Apache2.2.22? This is indeed 
pretty basic stuff. But for some reason I can not get it built inside the 
module directory.

I have tried configuring with these options (--enable-cache / --enable-cache 
--enable-disk-cache / --enable-cache --enable-mem-cache --enable-disk-cache), 
but to no avail. However I did noticed that on Apache2.4.1 using just 
"--enable-cache" did build the mod_cache.so. I just can't figure out why 
Apache2.2.22 doesn't build that module. And unfortunately I can not use 
Apache2.4.1 due to some compatibility issue. 

Here is my entire source tree configuration. 

./configure --prefix=$HTTPD_HOME --exec-prefix=$HTTPD_HOME --enable-module=so 
--enable-so --enable-rewrite --enable-cache --with-mpm=worker 
--with-apr=$SW_TOP/apr/bin/apr-1-config 
--with-apr-util=$SW_TOP/apr-util/bin/apu-1-config

(this generates mod_cache.so on Apache2.4.1 but not on Apache2.2.22 - tried 
adding --enable-disk-cache & --enable-mem-cache still doesn't build)

Thanks in advance.
-Junhee
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to