Re: "undefined reference to `TLSv1_1_client_method"

2013-06-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 6/11/13 9:46 AM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: "undefined reference to `TLSv1_1_client_method" > >>> by launching this

RE: "undefined reference to `TLSv1_1_client_method"

2013-06-11 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: "undefined reference to `TLSv1_1_client_method" > > by launching this command: ./configure --prefix=/usr/local/apache2 > > --enable-so --enable-mods-shared=all --with-included-apr > &

Re: "undefined reference to `TLSv1_1_client_method"

2013-06-11 Thread Christopher Schultz
d-2.4.4/support/ab.c:2271: > undefined reference to `TLSv1_1_client_method' > /opt/httpd-2.4.4/support/ab.c:2273: undefined reference to > `TLSv1_2_client_method' collect2: ld returned 1 exit status > make[2]: *** [ab] Erreur 1 make[2]: quittant le répertoire « > /opt/httpd-2.4.

"undefined reference to `TLSv1_1_client_method"

2013-06-11 Thread derri
Hi everybody, With apache 2.4.4, i tried , without success, to build binaries. I've got this error each time : ab.o: In function `main': /opt/httpd-2.4.4/support/ab.c:2271: undefined reference to `TLSv1_1_client_method' /opt/httpd-2.4.4/support/ab.c:2273: undefin