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: 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.4/support »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /opt/httpd-2.4.4/support »
make: *** [all-recursive] Erreur 1
by launching this command:
./configure --prefix=/opt/apache2 --with-included-apr --with-ssl="./srclib/openssl" --enable-ssl --enable-setenvif --enable-V4-mapped
Have you got a workaround to fix this problem?
Thx.