RE: Upgrade openssl 1.0.2 to 1.1.1 guideline

2022-03-08 Thread Dr. Matthias St. Pierre
The following wiki page might serve as a starting point: https://wiki.openssl.org/index.php/OpenSSL_1.1.0_Changes HTH, Matthias > -Original Message- > From: openssl-users On Behalf Of Yan, Bob > via openssl-users > Sent: Tuesday, March 8, 2022 5:48 PM > To: openssl-users@openssl.org >

Re: upgrade openssl, do I need to recompile apache

2008-10-25 Thread csross
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

Re: upgrade openssl, do I need to recompile apache

2008-10-24 Thread patrick
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

RE: upgrade openssl, do I need to recompile apache

2008-10-24 Thread csross
; 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

RE: upgrade openssl, do I need to recompile apache

2008-10-23 Thread csross
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

2008-10-23 Thread Dan_Mitton
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?

RE: upgrade openssl, do I need to recompile apache

2008-10-22 Thread Prathima Dandapani -X (pdandapa - HCL at Cisco)
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

RE: upgrade openssl, do I need to recompile apache

2008-10-22 Thread csross
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

RE: upgrade openssl, do I need to recompile apache

2008-10-22 Thread Prathima Dandapani -X (pdandapa - HCL at Cisco)
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

RE: Upgrade openssl

2005-06-13 Thread Airey, John
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Arsen > Hairapetyan > Sent: 13 June 2005 13:07 > To: openssl-users@openssl.org > Subject: Upgrade openssl > > Hello! > I have CERN SLC3 installed on my machine. It came with > openssl v0.9.7a > inst