Forked from rafaelquines/gist:265da3bd53a799d718e0b9a655af291c
Last active
July 16, 2019 19:35
-
-
Save jfollmann/cdf22b069bbd39da361cbe9a925152bc to your computer and use it in GitHub Desktop.
VPN BigIP F5 Client Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /opt/f5/vpn/lib | |
sudo mv libssl.so.1.0.0 libssl.so.1.0.0_old | |
sudo mv libcrypto.so.1.0.0 libcrypto.so.1.0.0_old | |
sudo ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.1 libssl.so.1.0.0 | |
sudo ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 libcrypto.so.1.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment