Hi, folks.
 
I'm trying to get Apache 1.3.19, OpenSSL 0.9.6 and mod_ssl 2.8.1-1.3.19 to work together on my RedHat 7.0 system... Everything compiles okay, but when I try to start apache, I get the following error:
 
Cannot load /usr/lib/apache/libssl.so into server: undefined symbol: sk_new_null
 
 
Here's my build script:
 
cd /usr/local/src/openssl-0.9.6
./config shared
make
make install
cd ../mod_ssl-2.8.1-1.3.19
./configure --with-apache=../apache_1.3.19 \
    --with-ssl=../openssl-0.9.6
cd ../apache_1.3.19
SSL_BASE=/usr/local/src/openssl-0.9.6
./configure --with-layout=RedHat \
    --enable-module=most \
    --disable-module=auth_dbm \
    --enable-shared=max
make
make install

 
Any ideas as to why the error is occurring?
 
 
Thanks.
Rehan
 

Reply via email to