Comment 2 for bug 94600

Revision history for this message
vilbara (vilmantas-baranauskas) wrote :

I've got it running on my Edgy after following instructions on this page:
http://www.flexion.org/site/index.php?gadget=StaticPage&action=Page&id=50

"Juniper Network Connect SSL" is based on Java but seems that it uses some native code too. Therefore these steps are necessary:
sudo apt-get install openssl libmotif3 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
sudo ldconfig