Tuesday, August 26, 2008

Citrix client in linux

After you have the permission to login using Citrix client follow the below instructions:

1. download tar ball
http://download2.citrix.com/files/de/products/client/ica/current/linuxx86.tar.gz
2. ragha@hoysala:~$ tar xzvf linuxx86.tar.gz
3. execute install script from the extracted directory as 'root' user(sudo in ubuntu)
ragha@hoysala:~$./setupwfc
4. Now create link to plugin in firefox
ragha@hoysala:~$cd /usr/lib/mozilla/plugins/
ragha@hoysala:/usr/lib/mozilla/plugins$ln -s /usr/lib/ICAClient/linuxx86/npica.so npica.so
5. Restart your firefox
6. Verify if the installation is correct by typing this at firefox address bar: about:plugins

Enjoy !

1 comment:

Nishanth Menon said...

this is 32bit Linux ONLY. Citrix guys dont have native x64 bit support
if you run on x64 bit:


$ firefox
LoadPlugin: failed to initialize shared library /home/nmenon/ICAClient/linuxx86/npica.so [/home/nmenon/ICAClient/linuxx86/npica.so: wrong ELF class: ELFCLASS32]


uname -a on my machine:
Linux coyote 2.6.24-19-generic #1 SMP Wed Aug 20 17:53:40 UTC 2008 x86_64 GNU/Linux