RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-25 Thread Paul Jacques
Dears, I rebuilt the openssl 0.9.8k with so and installed it at /usr/local/ssl I also add the path in front of LD_LIBRARY_PATH. The ldd does not show libssl library, may be due to the fact that is using DSO... libm.so.6 = /lib/i686/libm.so.6 (0x4002d000) libaprutil-1.so.0 =

RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-25 Thread daniel . goulder
From: Paul Jacques devexplo...@hotmail.com [mailto:Paul Jacques devexplo...@hotmail.com] Sent: 25 February 2010 09:15 To: users@httpd.apache.org Subject: RE: [us...@httpd] How do I pick up correct version of SSL Dears, I

RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-25 Thread Paul Jacques
...@and.co.uk Subject: RE: [us...@httpd] How do I pick up correct version of SSL From: Paul Jacques devexplo...@hotmail.com [mailto:Paul Jacques devexplo...@hotmail.com] Sent: 25 February 2010 09:15 To: users@httpd.apache.org Subject

RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-25 Thread daniel . goulder
? From: Paul Jacques devexplo...@hotmail.com [mailto:Paul Jacques devexplo...@hotmail.com] Sent: 25 February 2010 10:46 To: users@httpd.apache.org Subject: RE: [us...@httpd] How do I pick up correct version of SSL You are right, I ran it against httpd

RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-25 Thread Paul Jacques
From: daniel.goul...@and.co.uk Subject: RE: [us...@httpd] How do I pick up correct version of SSL How about if you set LD_LIBRARY_PATH prior to running ldd? i.e. LD_LIBRARY_PATH=your_path_to_libssl.so:$LD_LIBRARY_PATH ldd mod_ssl.so Not 100% sure on Linux but on Solaris you can pass

RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-23 Thread Paul Jacques
For static linking but the command does not help for dynamic libraries... Date: Tue, 23 Feb 2010 18:53:27 +1100 From: icici...@gmail.com To: users@httpd.apache.org Subject: Re: RE: [us...@httpd] How do I pick up correct version of SSL Run the ldd command against httpd executive binary too see

RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-23 Thread daniel . goulder
] Sent: 23 February 2010 08:49 To: users@httpd.apache.org Subject: RE: [us...@httpd] How do I pick up correct version of SSL For static linking but the command does not help for dynamic libraries

RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-23 Thread Paul Jacques
suppose that I should add the path of the newly build openssl so file in LD_LIBRARY_PATH Now, I understand the Enjoy of Sander... ;-) To: users@httpd.apache.org Date: Tue, 23 Feb 2010 09:23:54 + From: daniel.goul...@and.co.uk Subject: RE: [us...@httpd] How do I pick up correct version of SSL

Re: [us...@httpd] How do I pick up correct version of SSL

2010-02-22 Thread John Iliffe
Thanks, I completely missed that. One question before I fix it: do I have to recompile Apache or is there some way to update the existing? At this point, no problem, but what happens next time they update openssl, or any other module for that matter? Regards, John

Re: [us...@httpd] How do I pick up correct version of SSL

2010-02-22 Thread Sander Temme
On Feb 21, 2010, at 7:17 PM, John Iliffe wrote: I have just created a new server running Red Hat EL5.4. I decided to update the version of Apache to 2.2.14 at the same time. I compiled with enable-ssl=path to openssl but the log shows that the openssl in use is the default shipped with

RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-22 Thread Paul Jacques
we check which library is taken by httpd at runtime? Thanks a lot for help, P. From: scte...@apache.org Date: Mon, 22 Feb 2010 17:15:22 -0800 To: users@httpd.apache.org Subject: Re: [us...@httpd] How do I pick up correct version of SSL On Feb 21, 2010, at 7:17 PM, John Iliffe wrote

Re: RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-22 Thread Igor Cicimov
To: users@httpd.apache.org Subject: Re: [us...@httpd] How do I pick up correct version of SSL On Feb 21, 2010, at 7:17 PM, John Iliffe wrote:I have just created a new server run... -- Hotmail: Trusted email with Microsoft’s powerful SPAM protection. Sign up now

[us...@httpd] How do I pick up correct version of SSL

2010-02-21 Thread John Iliffe
I have just created a new server running Red Hat EL5.4. I decided to update the version of Apache to 2.2.14 at the same time. I compiled with enable-ssl=path to openssl but the log shows that the openssl in use is the default shipped with the operating system. How do I get Apache to pick up the