undefined symbol: X509_free

undefined symbol: X509_free

am 29.08.2005 16:02:22 von toney samuel

i have downloaded openssl-0.9.8.tar.gz. I untared it then configured
it with these switches
../config --prefix=3D/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=20
--enable-mime-magic \
--enable-expires -disable-autoindex --enable-so --enable-cern-meta=20
--enable-ssl \
--enable-mods-shared=3Dssl --with-ssl=3D/usr/local/bin
then did make and make install

but when i start apache with=20
../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
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: undefined symbol: X509_free

am 29.08.2005 16:41:02 von Cliff Woolley

On 8/29/05, Toney Samuel wrote:
> 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

This is a long-outstanding bug in the Apache build process. It's easy
to work around. Please refer to
http://www.mail-archive.com/modssl-users@modssl.org/msg14344 .html .

Thanks!
Cliff
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org