Hello,
I just try the latest openssl 1.1.0d it's solve some problem but with apache compilation still the same problem.
/usr/local/apr/build-1/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -lssl -lcrypto -lrt -lcrypt -lpthread \
-o ab ab.lo /usr/local/apr/lib/libaprutil-1.la -lexpat /usr/local/apr/lib/libapr-1.la -lrt -lcrypt -lpthread -lm
ab.o: In function `ssl_print_cert_info':
/usr/local/src/httpd-2.4.25/support/ab.c:640: undefined reference to `X509_get_version'
/usr/local/src/httpd-2.4.25/support/ab.c:642: undefined reference to `X509_getm_notBefore'
/usr/local/src/httpd-2.4.25/support/ab.c:646: undefined reference to `X509_getm_notAfter'
ab.o: In function `ssl_state_cb':
/usr/local/src/httpd-2.4.25/support/ab.c:562: undefined reference to `SSL_in_init'
/usr/local/src/httpd-2.4.25/support/ab.c:562: undefined reference to `SSL_is_server'
ab.o: In function `sk_X509_num':
/usr/local/include/openssl/x509.h:97: undefined reference to `OPENSSL_sk_num'
ab.o: In function `sk_X509_value':
/usr/local/include/openssl/x509.h:97: undefined reference to `OPENSSL_sk_value'
ab.o: In function `test':
/usr/local/src/httpd-2.4.25/support/ab.c:1877: undefined reference to `SSL_in_init'
ab.o: In function `main':
/usr/local/src/httpd-2.4.25/support/ab.c:2169: undefined reference to `TLS_client_method'
/usr/local/src/httpd-2.4.25/support/ab.c:2468: undefined reference to `CRYPTO_malloc_init'
/usr/local/src/httpd-2.4.25/support/ab.c:2470: undefined reference to `OPENSSL_init_ssl'
/usr/local/src/httpd-2.4.25/support/ab.c:2471: undefined reference to `OPENSSL_init_ssl'
/usr/local/src/httpd-2.4.25/support/ab.c:2480: undefined reference to `SSL_CTX_set_options'
/usr/local/src/httpd-2.4.25/support/ab.c:2395: undefined reference to `TLS_client_method'
collect2: ld returned 1 exit status
make[2]: *** [ab] Error 1
make[2]: Leaving directory `/usr/local/src/httpd-2.4.25/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/httpd-2.4.25/support'
make: *** [all-recursive] Error 1
So no luck for me, Can someone from the apache httpd server project give me an answer about the support for openssl 1.1.x with apache 2.4.xx branch.
It would be appreciated.
Best regards,
Stephane
De : Stéphane Laurencelle [stephane.laurencelle@xxxxxxxxxxxxxxxx]
Envoyé : 26 janvier 2017 16:16 À : users@xxxxxxxxxxxxxxxx; frazier377@xxxxxxxxxxxxx Objet : RE : [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8 Hello Kent,
My problem is that i'm doing a POC and after my POC i will run it on production server and i'm not sure i want to burn myself with that choice :)
Thanks
Stephane
De : Kent Frazier [frazier377@xxxxxxxxxxxxx]
Envoyé : 26 janvier 2017 15:49 À : users@xxxxxxxxxxxxxxxx Objet : Re: problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8 I'm running 2.4.25 with openssl 1.1.0c on a MAC. I had slightly different issues, however. I was able to adapt the patches for a 2.4.23 version available at
https://bz.apache.org/bugzilla/attachment.cgi?id=34182&action="">
I have no idea whether this will work for you, or whether it has been sufficiently tested to meet your criteria. (My criteria was that I just wanted to play with it). On 1/26/17 12:18 PM, Daniel wrote:
|
![]() |