I installed openssl-1.0.2 with some logging code that added to original version by ./config shared --prefix=/usr
, make
and make install
commands. After that I installed openvpn according to ./configure OPENSSL_SSL_LIBS="-L/usr/ -lssl" OPENSSL_SSL_CFLAGS="-I/usr/include/" OPENSSL_CRYPTO_LIBS="-L/usr/ -lcrypto" OPENSSL_CRYPTO_CFLAGS="-I/usr/include/"
, make
and make install
.
When I make vpn tunnel, I dont see any logs in log system file. I think openvpn is using another OpenSSL. I dont know how to resolve this problem...