Hi Philip, Sifting through a tonne of mail that has been spooling away on the side for the last few months. In particular, I saw this post of yours w.r.t. distcache last november, and I didn't see any reply on the list;
On Thu, 2007-11-15 at 06:00 -0500, Philip M. Gollucci wrote: [snip] > ./configure \ > --prefix=/software/httpd/2.2.6/prefork \ > --with-expat=/software/expat/2.0.0 \ > --with-perl=/software/perl/5.5.8/bin/perl \ > --with-apr=/software/apr/1.2.8/bin/apr-1-config \ > --with-apr-util=/software/apr-util/1.2.8/bin/apu-1-config \ > --with-mpm=prefork \ > --with-ssl=/usr \ > --enable-ssl --enable-distcache \ [snip] > checking whether Distcache is required... yes (specified) > checking distcache/dc_client.h usability... no > checking distcache/dc_client.h presence... no > checking for distcache/dc_client.h... no > configure: error: distcache support failed: can't include distcache > headers > > Sure enough, this file is not in the tarball or SVN. > > Has it been this way since 2003 ? > http://marc.info/?l=apache-httpd-dev&m=106984835501531&w=2 FWIW, distcache is available at www.distcache.org, the "dc" session cache implementation in httpd communicates with distcache tools by linking with its libs. (Hence the need to enable it in "configure" and for it to be pre-installed.) You may have already figured this out since posting, but FWIW. Cheers, Geoff