i have downloaded openssl-0.9.8.tar.gz. I untared it then configured
it with these switches
./config --prefix=/usr/local shared zlib-dynamic
then did make and make install

i had apache httpd-2.0.53.tar.gz also untared it then used these
switches to configure
./configure  --enable-deflate  --enable-usertrack  --enable-auth-dbm
--enable-mime-magic \
--enable-expires  -disable-autoindex  --enable-so  --enable-cern-meta
--enable-ssl \
--enable-mods-shared=ssl --with-ssl=/usr/local/bin
then did make and make install

but when i start apache with
./apachectl startssl
I am getting this error
cluster1:/usr/local/apache2/bin # ./apachectl startssl
Syntax error on line 234 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/mod_ssl.so into server:
/usr/local/apache2/modules/mod_ssl.so: undefined symbol: X509_free
 
Regards
 
toney
 

Reply via email to