Results 1 to 4 of 4
I searched around out there and found a couple sites and tried to get it installed via yum but no luck. I seem to have exhausted everything i can think ...
- 11-21-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 1
Having issues getting citrix client running
I searched around out there and found a couple sites and tried to get it installed via yum but no luck. I seem to have exhausted everything i can think of. I figure I would bring it to the experts and see what they say.
I am running fedora 14.
I have installed the openmotif and when i try to install the rpm i get the following:
rpm -ivh ICAClient-12.0.0-0.x86_64.rpm
error: Failed dependencies:
libgtk-x11-2.0.so.0 is needed by ICAClient-12.0.0-0.x86_64
libXt.so.6 is needed by ICAClient-12.0.0-0.x86_64
libXmu.so.6 is needed by ICAClient-12.0.0-0.x86_64
libX11.so.6 is needed by ICAClient-12.0.0-0.x86_64
libXinerama.so.1 is needed by ICAClient-12.0.0-0.x86_64
libSM.so.6 is needed by ICAClient-12.0.0-0.x86_64
libXpm.so.4 is needed by ICAClient-12.0.0-0.x86_64
libXp.so.6 is needed by ICAClient-12.0.0-0.x86_64
libXext.so.6 is needed by ICAClient-12.0.0-0.x86_64
libXrender.so.1 is needed by ICAClient-12.0.0-0.x86_64
libICE.so.6 is needed by ICAClient-12.0.0-0.x86_64
libdl.so.2 is needed by ICAClient-12.0.0-0.x86_64
libc.so.6(GLIBC_2.7) is needed by ICAClient-12.0.0-0.x86_64
libpthread.so.0 is needed by ICAClient-12.0.0-0.x86_64
And i have tried to install the required failed dependencies and they all say i already have the latest files or nothing to do.
Thanks
Kovax
- 11-21-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
Try letting yum handle the dependencies for you:
It still may fail, but the yum errors might be more helpful (post them, if so).Code:yum localinstall ICAClient-12.0.0-0.x86_64.rpm
BTW, you *are* on 64-bit, not 32-bit, right?
- 11-22-2011 #3Just Joined!
- Join Date
- Jan 2011
- Location
- Hyderabad, India
- Posts
- 17
rpm -ivh ICAClient-12.0.0-0.x86_64.rpm --nodeps --force
this will ignore the dependencies and installs forcefully
- 11-22-2011 #4Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
but if the program needs some of those dependencies (shared libraries, etc.), then the program will barf. or will work for a while, then barf when you least expect it. Yes, this would work, but I would not recommend it, IMHO.


Reply With Quote