Teaser
The more I see, the more I know
The more I know, the less I understand
clear

libXm.so.3: cannot open shared object file: No such file or directory

Unter Ubuntu 64 Bit (hier am Beispiel von Ubuntu 8.10) gibt es beim Start vom Citrix Presentation Server Client folgende Fehlermeldung:

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

Das Paket libXm gehört eigentlich zu den Motif Paketen, jedoch führt auch die Installation der Motif Pakete unter Ubuntu 8.10 64 Bit nicht zum Erfolg. Die Ursache liegt darin, daß die Citrix Anwendung eine 32 Bit Anwendung ist und libXm.so.3 als 32 Bit Paket erwartet wird.

Abhilfe:

  1. wget http://de.archive.ubuntu.com/ubuntu/pool/multiverse/o/openmotif/libmotif3_2.2.3-2_i386.deb
  2. dpkg -i --force-architecture libmotif3_2.2.3-2_i386.deb
  3. ln -s /usr/lib/libXm.so.3 /usr/lib32/libXm.so.3