How to get Netextender (VPN) working in Ubuntu 12.10 x64?
See Franck Routiers Post:
Note, you'll have to have the Java Development Kit installed on your System.
1) go to https://sslvpn.demo.sonicwall.com/cgi-bin/welcome
2) log in with demo/password
3) click on NetExtender icon, this will download a tar.gz with the client
4) sudo ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0 /usr/lib/libssl.so.6
5) sudo ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.6
6) un-tar the client, make install script executable and launch install
You're done.
Connect with :
sudo netExtender -u user -p password -d domain server
(and see man netExtender)
https://www.sonicwall.com/support/knowledge-base/how-can-i-download-and-install-netextender-on-linux/180105195559153/
Installing with rpm had this issue, download the .tgz version and install, that fixed my issue in ubuntu 16.04 version