undefined symbol: X509_free

2005-08-29 Thread Toney Samuel
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
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  modssl-users@modssl.org
Automated List Manager[EMAIL PROTECTED]


Re: undefined symbol: X509_free

2005-08-29 Thread Cliff Woolley
On 8/29/05, Toney Samuel [EMAIL PROTECTED] 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[EMAIL PROTECTED]