Displaying 2 results from an estimated 2 matches for "ssl_base".
2001 Jan 08
3
openssl not found
...rors with:
./configure --with-openssl=/usr/local/ssl --with-openssl-include=/usr/local/
ssl/include --with-openssl-lib=/usr/local/ssl/lib
.......
checking for SHA1_version in -lcrypto... no
configure: error: It seems like OpenSSL is not installed on this system.
Tried setting vars OPENSSL_DIR and SSL_BASE, still no go.
Have I missed something here?
-
Tinc: Discussion list about the tinc VPN daemon
Archive: http://mail.nl.linux.org/lists/
Tinc site: http://ftp.nl.linux.org/pub/linux/tinc/
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_...