Paulmany thanks for helpHere is my current compile output :Can someone point me how to fix this to have working ssl with apache ?HelloAfter I've tried to upgrade my openssl 1.0.2 (ubuntu default) to Openssl 1.1.0 I cannot compile apache with ssl anymore.I also reverse to openssl 1.0.2 but the problem still remain.
/usr/share/apr-1.0/build/libtool --silent --mode=link x86_64-linux-gnu-gcc -pthread -L/usr/local/lib -lssl -lcrypto \
-o ab ab.lo /usr/lib/x86_64-linux-gnu/libaprutil-1.la /usr/lib/x86_64-linux-gnu/libapr-1.la -lm
ab.o: In function `main':
ab.c:(.text+0x62a8): undefined reference to `SSLv2_client_method'
ab.c:(.text+0x653c): undefined reference to `CRYPTO_malloc_init'
collect2: error: ld returned 1 exit status
Makefile:73: recipe for target 'ab' failed
make[2]: *** [ab] Error 1