I forgot about ldd. Yes, when I configured apache I specified --enable-ssl --with-ssl=/usr/local/ssl/lib.
I just compiled a new openssl on another server and apache sill shows ssl linked to the old openssl, so I do have to compile. Thank you very much. ldd /www/bin/httpd libssl.so.0.9.7 => /usr/local/ssl/lib/libssl.so.0.9.7 libcrypto.so.0.9.7 => /usr/local/ssl/lib/libcrypto.so.0.9.7 patrick-51 wrote: > >> How can >> I see which it is linked to? > > look at apache error.log > also you can type: > ldd httpd (in bin) to see what libs it using. > >> When I configure apache I just indicate /usr/local/ssl/lib (which >> contains >> both libssl.a and libssl.so). > > do you mean: ./configure ... --enable-ssl --with-ssl=/usr/local/ssl/lib? > > patrick > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager [EMAIL PROTECTED] > > -- View this message in context: http://www.nabble.com/upgrade-openssl%2C-do-I-need-to-recompile-apache-tp20099833p20155706.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]