My first post on this forum, but been playing around with my B3 for some time now.
Currently using my B3 primarily as an OpenVPN client. Everything working just fine, but ran into som trouble updating OpenSSL.
Compiled latest OpenVPN/OpenSSL, but having trouble getting OpenVPN to use the correct version of OpenSSL (latest 1.0.2d), it insists on using the preinstalled older version ( 0.9.8o).
OpenSSL compiled with configuration option:
Code: Select all
./config --prefix=/opt/custom-openssl
Code: Select all
./configure
--prefix=/opt/custom-openvpn
--enable-password-save
OPENSSL_SSL_LIBS="-L/opt/custom-openssl/ -lssl"
OPENSSL_SSL_CFLAGS="-I/opt/custom-openssl/include/"
OPENSSL_CRYPTO_LIBS="-L/opt/custom-openssl/ -lcrypto"
OPENSSL_CRYPTO_CFLAGS="-I/opt/custom-openssl/include/"
Code: Select all
root@b3:/opt/custom-openvpn/sbin# ./openvpn --version
OpenVPN 2.3.7 armv5tel-unknown-linux-gnueabi [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6]
library versions: OpenSSL 0.9.8o 01 Jun 2010, LZO 2.09