Displaying 1 result from an estimated 1 matches for "ssl_incdir".
2006 Oct 25
1
Compling Apache 1.3.37 w/mod_ssl on x86_64 fails
This procedure works fine for years on RH/CentOS 3+
The current machine is a core 2 duo with x86_64 CentOS 4.4 (updated)
Compile, make and install openssl in /usr/local/openssl
configure mod_ssl for apache 1.3.37
configure apache using
SSL_BASE=/usr/local/openssl SSL_INCDIR=/usr/local/openssl/include
SSL_LIBDIR=/usr/local/openssl/lib ./configure --with-layout=Apache
--prefix=/usr/local/apache --enable-module=most --enable-shared=max
--enable-module=ssl
make dies here:
gcc -L/usr/local/openssl/lib -shared -o libssl.so mod_ssl.lo
ssl_engine_config.lo ssl_engine_co...