Donnerstag, 25. November 2010

How to install Citrix Client on Fedora 14 64 bit

Every time i installed a brand new Fedora release i am facing the same issue: Getting the 32bit Citrix Client up and running is very annoying. The most prominent problems i observed are the following:

/usr/lib/ICAClient/wfcmgr: error while loading shared libraries: libXm.so.4: cannot open shared object file: No such file or directory

/usr/lib/ICAClient/wfcmgr: error while loading shared libraries: libXinerama.so.1: cannot open shared object file: No such file or directory


/usr/lib/ICAClient/wfica: error while loading shared libraries: libXaw.so.7: cannot open shared object file: No such file or directory

They could be solved by installing the 32bit versions of openmotif, libXaw and libXinerama from the RPMFusion repository.

1. Add the repositories:

su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'

2. Install the missing dependencies:

yum install openmotif.i686 libXinerama.i686 libXaw.i686

3. Download the Client from th following location:

Citrix Downloads

4. Extract the downloaded tar.gz archive

tar -xvf linuxx86-11.100.158406.tar.gz

5. Install the client

cd linuxx86
./setupwfc


Last but not least i also experienced problems when trying to connect to the citrix server:
You have not chosen to trust "TC TrustCenter Class 2 CA II", the issuer of the server's security certificate (SSL error 61).

To overcome this issue you have to download the missing certificate(s) and install them into the following directory:

mv TCTrustCenterClass2CAII.crt /usr/lib/ICAClient/keystore/cacerts/

Keine Kommentare:

Kommentar veröffentlichen