Have you checked shared libs with ldd ?

# ldd /app/Apache/e2e01/modules/mod_ssl.so

Also check if ssl and crypto are where they are supposed to be...

# ldconfig -p | grep ssl
# ldconfig -p | grep crypt

Saju
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Tim Spangler
Sent: Wednesday, April 09, 2008 12:48 PM
To: openssl-users@openssl.org
Subject: Installing openssl 0.9.8g in custom location on 64bit SLES 10


Hello,

I'm trying to configure openssl 0.9.8g on a 64bit install of SLES 10.  I'm
using a script that works fine in 32 bit, but doesn't work correctly in 64
bit.  The script installs openssl to /app/openssl/0.9.8g with the --shared
option, and then adds /app/openssl/0.9.8g/lib to /etc/ld.so.conf and runs
ldconfig.

I point an open source Apache build (2.2.8) against this openssl install. 
In the 32 bit OS install, Apache runs fine.  In the 64 bit install, apache
errors on start with this error:

Cannot load /app/Apache/e2e01/modules/mod_ssl.so into server:
/app/Apache/e2e01/modules/mod_ssl.so: undefined symbol:
SSL_CTX_set_info_callback

Unfortuantly a google search on "mod_ssl.so: undefined symbol:
SSL_CTX_set_info_callback" reveals little information.  I suspect this
problem has something to do with running openssl from a non standard
location (whatever location is standard in SLES 10, I have no idea
--installing to /usr/local/ssl causes the same problem), but I can't seem
to track down what the problem is.

Any help is appreciated, even if its just a link to a guide that I can
follow.

Thanks in advace,

-Tim Spangler

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to