expat_ver=2.0.0
apr_config=apr-1-config
apu_config=apu-1-config
httpd_ver=2.2.6

cd $HOME/build/dist ; fetch -mva http://mirror.olnevhost.net/pub/apache/httpd/httpd-$httpd_ver.tar.gz

cd $HOME/build/src  ; tar -xvzf $HOME/build/dist/httpd-$httpd_ver.tar.gz

CFLAGS="-O2 -fno-strict-aliasing -pipe -DAP_UNSAFE_ERROR_LOG_UNESCAPED"
./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 \

checking whether to enable mod_ssl... checking dependencies
checking for SSL/TLS toolkit base... /usr
checking for OpenSSL version... checking openssl/opensslv.h usability... yes
checking openssl/opensslv.h presence... yes
checking for openssl/opensslv.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
OK
checking openssl/engine.h usability... yes
checking openssl/engine.h presence... yes
checking for openssl/engine.h... yes
gnome-config: not found
checking for SSLeay_version in -lcrypto... yes
checking for SSL_CTX_new in -lssl... yes
checking for ENGINE_init... yes
checking for ENGINE_load_builtin_engines... yes
checking for SSL_set_cert_store... no
  adding "-I/usr/include" to INCLUDES
  adding "-L/usr/lib" to LDFLAGS
  forcing SSL_LIBS to "-lssl -lcrypto"
gnome-config: not found
  forcing MOD_SSL_LDADD to "$(SSL_LIBS)"
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




--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Senior System Admin - Riderway, Inc. http://riderway.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

Reply via email to