This may indicate wget is not using your newly built openssl 1.0.2 libraries.
Does ldd /usr/bin/wget | grep -e libcrypto -e libssl
point to the libraries you built?
2 Likes
This may indicate wget is not using your newly built openssl 1.0.2 libraries.
Does ldd /usr/bin/wget | grep -e libcrypto -e libssl
point to the libraries you built?