Citrix Receiver 11 on 64-bit Ubuntu 9.10

I’ve done this twice now, so I’m documenting as much for myself as others.

1. Install 32-bit OpenMotif as per the last post on this thread.

mkdir motif
cd motif
wget http://ftp.ubuntu.com/ubuntu/pool/multiverse/o/openmotif/libmotif3_2.2.3-2_i386.deb
dpkg -x libmotif3_2.2.3-2_i386.deb .
sudo cp -r usr/lib/* /usr/lib32/

(For client V11)
sudo ln -s /usr/lib32/libXm.so.3 /usr/lib32/libXm.so.4

2. Install the ia32-libs package.
3. Install the ICAClient version 11 from Citrix.

Optionally, I had to install the Entrust.net root cert in the ICAClient/keystore/cacerts directory. Run ldd on ICAClient/wfica to verify you have all the libraries.

Advertisement

One Response to Citrix Receiver 11 on 64-bit Ubuntu 9.10

  1. This worked very well for me. Thanks m8.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s