17
Jun
2009
Ubuntu & Citrix XenApp 11.0
Problems installing Citrix ICA Client 11.0 (nowadays XenApps) on ubuntu?
Check out this page. Nuff said.
Basically, Download the client from the citrix site,
apt-get install libmotif3
unpack the client, run ./setupwfc, use defaults or customize. Make a symlink, sudo ln -s /usr/lib/libXm.so.3.0.2 /usr/lib/libXm.so.4. Also make links for the tools:
sudo ln -s /usr/lib/ICAClient/wfica /usr/local/bin/wfica
sudo ln -s /usr/lib/ICAClient/wfcmgr /usr/local/bin/wfcmgr
Run wfcmgr to configure options (such as local drive mapping).
In case you get an error 61 when you try to connect to a server, or start an application, download the Thawte Premium Server certificate, and put it in your installation /keystore/cacerts folder.