In order to use the full network connect option of SecureAccess (Juniper SSL VPN), you have to do the following on your linux (Debian) host.
sudo apt-get install libstdc++2.10-glibc2.2
sudo ln -s /usr/lib/libssl.so.0.9.7 /usr/lib/libssl.so.2
sudo ln -s /usr/lib/libcrypto.so.0.9.7 /usr/lib/libcrypto.so.2
(you get the idea)
This is a year old, so the versions in the above syntax may have changed.
No comments:
Post a Comment