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=/usr/local/apache2 --enable-so --enable-mods-shared=all --with-included-apr --with-ssl="/opt/apache-tomcat-7.0.40/bin/tomcat-native-1.1.27-src/jni/native/srclib/openssl-1.0.1e" --enable-ssl --enable-v4-mapped Have you got a workaround to fix this problem? Thx.