Citrix
'Forum Post
ulist at gs1.ubuntuforums.org
Wed Nov 2 20:41:59 UTC 2005
Hi all,
I had similar problems described in this thread with ICA Client 9.0 on
Breezy Badger (wfcmgr nags for libXm.so.3). Here's how I made it work:
First I needed to get OpenMotif installed. I added multiverse to my
/etc/apt/sources.list and updated;
# apt-get update
Then I installed OpenMotif:
# apt-get install libmotif3
Now verify that you have libXm.so.3.0.2 in /usr/X11R6/lib
I tried to add /usr/X11R6/lib to $PATH, but this did not help - wfcmgr
would still nag. The only way I could get it to work, was to add a
symbolic link in /usr/lib
# cd /usr/lib
# ln -s /usr/X11R6/lib/libXm.so.3.0.2 libXm.so.3
Well, at least this worked for me :)
HPA
--
Hans Petter Andersen
More information about the ubuntu-users
mailing list