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
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/lo
; libraries or to the dynamic SSL (.so) libraries?
>
>
>
> Please respond to openssl-users@openssl.org
> Sent by:[EMAIL PROTECTED]
> To: openssl-users@openssl.org
> cc: (bcc: Dan Mitton/YD/RWDOE)
> Subject: RE: upgrade openssl, do I need to recom
ED] On Behalf Of csross
> Sent: Wednesday, October 22, 2008 8:16 PM
> To: openssl-users@openssl.org
> Subject: RE: upgrade openssl, do I need to recompile apache
>
>
> Thank you. Do I go into the apache source (httpd-2.2.8/modules/ssl) and
> just recompile in this directory or re
RE: upgrade openssl, do I need to recompile apache
LSN: Not Relevant
User Filed as: Not a Record
Thank you. Do I go into the apache source (httpd-2.2.8/modules/ssl) and
just
recompile in this directory or recompile the entire thing (apache)? How
do
you get apache to use the new mod_ssl then?
PROTECTED] On Behalf Of csross
Sent: Wednesday, October 22, 2008 8:16 PM
To: openssl-users@openssl.org
Subject: RE: upgrade openssl, do I need to recompile apache
Thank you. Do I go into the apache source (httpd-2.2.8/modules/ssl) and
just recompile in this directory or recompile the entire thing
Thank you. Do I go into the apache source (httpd-2.2.8/modules/ssl) and just
recompile in this directory or recompile the entire thing (apache)? I'm not
loading ssl dynamically in apache.
Thank you very much.
Prathima Dandapani -X (pdandapa - HCL at Cisco) wrote:
>
> Yes, you need to recom
Yes, you need to recompile mod_ssl of Apache when openssl is upgraded.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of csross
Sent: Wednesday, October 22, 2008 3:02 AM
To: openssl-users@openssl.org
Subject: upgrade openssl, do I need to recompile apache