Citrix ICA Client

Kristian Vilmann kvi at sslug.dk
Tue Jan 3 16:11:46 UTC 2006


David Mummery wrote:
> Kim - 
> 
> Thanks for the advice. I can now login to Nfuse and access published applications from Firefox. 
> 
> I am still, however, unable to launch the ICAClient from either command line or the Gnome menu.
> 
> I have checked and found libXm.so.3 is installed in /usr/X11R6/lib
> 
> Still get the same error libXm.so.3 not available. I'm a bit confused as regards what to try next...
> 

Hi David,

I had the same thing happen to me. AFAIK it's a LIBRARY_PAHTH issue, so 
I created a little script that I use to start wfcmgr

kvi at nc6220kvi:~$ cat /usr/local/bin/runwficamgr
#! /bin/sh

ARGS=$*
PROG=/usr/local/ICAClient/wfcmgr
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/X11R6/lib
ICAROOT=/usr/local/ICAClient
LANG=C
export LD_LIBRARY_PATH ICAROOT LANG

$PROG $ARGS

kvi at nc6220kvi:~$


/kristian
-- 
Kristian Vilmann
Spread the word: http://linuxforum.dk/




More information about the ubuntu-users mailing list