[users@httpd] undefined reference to tls client method

2013-11-01 Thread David Benfell
Hi all, I'm trying to build apache-2.2.25 and I'm getting: .libs/ab.o: In function `main': /home/benfell/httpd-2.2.25/support/ab.c:2239: undefined reference to `TLSv1_1_client_method' /home/benfell/httpd-2.2.25/support/ab.c:2241: undefined reference to `TLSv1_2_client_method' My ./configure lin

Re: [users@httpd] undefined reference to tls client method

2013-11-01 Thread Aurélien Terrestris
Check that you have openssl and openssl-devel installed on your server : rpm -qa | grep 'openssl' If not, install them (sudo yum install -y openssl openssl-devel) 2013/11/1 David Benfell : > Hi all, > > I'm trying to build apache-2.2.25 and I'm getting: > > .libs/ab.o: In function `main': > /hom

Re: [users@httpd] undefined reference to tls client method

2013-11-01 Thread David Benfell
Hi Aurélien, On 2013-11-01 02:48, Aurélien Terrestris wrote: Check that you have openssl and openssl-devel installed on your server : rpm -qa | grep 'openssl' If not, install them (sudo yum install -y openssl openssl-devel) (Interesting that you figured out I'm running an RPM-based system ;

Re: [users@httpd] undefined reference to tls client method

2013-11-01 Thread Pete Houston
Hello David, On Fri, Nov 01, 2013 at 03:21:35AM -0700, David Benfell wrote: > I built openssl from source. I'm trying to get TLS 1.2 working, > which the old and crufty openssl on Centos 6.4 doesn't do. Do I need > to do something different to get the development libraries in place? Since it is t

Re: [users@httpd] undefined reference to tls client method

2013-11-01 Thread David Benfell
On 2013-11-01 03:32, Pete Houston wrote: Hello David, On Fri, Nov 01, 2013 at 03:21:35AM -0700, David Benfell wrote: I built openssl from source. I'm trying to get TLS 1.2 working, which the old and crufty openssl on Centos 6.4 doesn't do. Do I need to do something different to get the developm

Re: [users@httpd] undefined reference to tls client method

2013-11-30 Thread Igor Cicimov
Hi David, I have exactly the same problem on CentOS-5.10 with openssl1.0.1e. It seams you are indicating your openssl installation from source went wrong somewhere. This is how I compiled and installed openssl from source: $ ./Configure --prefix=/usr/local --openssldir=/usr/local/openssl enable-t

Re: [users@httpd] undefined reference to tls client method

2013-11-30 Thread David Benfell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 11/30/2013 04:51 AM, Igor Cicimov wrote: Hi David, I have exactly the same problem on CentOS-5.10 with openssl1.0.1e. It seams you are indicating your openssl installation from source went wrong somewhere. This is how I compiled and installed o

Re: [users@httpd] undefined reference to tls client method

2013-11-30 Thread Igor Cicimov
On Sun, Dec 1, 2013 at 7:22 AM, David Benfell < benf...@mail.parts-unknown.org> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > > On 11/30/2013 04:51 AM, Igor Cicimov wrote: > >> Hi David, >> >> I have exactly the same problem on CentOS-5.10 with openssl1.0.1e. >> It seams you are i

[users@httpd] SOLVED Re: [users@httpd] undefined reference to tls client method

2013-11-01 Thread David Benfell
On 2013-11-01 04:12, David Benfell wrote: On 2013-11-01 03:32, Pete Houston wrote: OTOH, if it fails, you'll probably have to revisit your build of openssl. Actually, even though the test passed, I needed to revisit the build of openssl. The big ugly question is where in (insert obscenity o