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

2010-02-25 Thread Paul Jacques
he.org > 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=:$LD_LIBRARY_PATH ldd > mod_ssl.so > > Not 100% sure on Linux but

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

2010-02-25 Thread daniel . goulder
Jacques [mailto:Paul Jacques ] 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 The output of ldd on mod_ssl.so is: libldap_r.so.2 => /

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

2010-02-25 Thread Paul Jacques
010 10:22:07 + > To: users@httpd.apache.org > From: daniel.goul...@and.co.uk > Subject: RE: [us...@httpd] How do I pick up correct version of SSL > > > > > > > From: Paul Jacques [mailto:Paul Jacques > ] >

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

2010-02-25 Thread daniel . goulder
From: Paul Jacques [mailto:Paul Jacques ] 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 rebuilt the openssl 0.9.8k with so and

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 => /usr/loc

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

2010-02-23 Thread John Iliffe
g PID, take a look > at /proc//maps > > Danny > > > > > From: Paul Jacques [mailto:Paul > Jacques ] > Sent: 23 February 2010 08:49 > To: users@httpd.apache.org > 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-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 vers

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

2010-02-23 Thread daniel . goulder
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... Date: Tue, 23 Feb 2010 18:53:27

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: RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-22 Thread Igor Cicimov
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: > > > I have just created a new server run... -- Hotmail: Trusted email with Microsoft’s power

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

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=" but the log shows that > the openssl in use is the default shipped with the operati

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-21 Thread Igor Cicimov
Include --with-ssl=/path_to_your_ssl in the configure command On Feb 22, 2010 2:47 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=" but the log shows that the ope