Fedora Linux Support Community & Resources Center
  #1  
Old 5th December 2007, 02:17 AM
blwegrzyn Offline
Registered User
 
Join Date: Nov 2006
Posts: 20
Citrix ICA on fedora 8

I installed below libraries:
openmotif-2.3.0-0.1.9.4.fc8.drpixel.i386.rpm
libXp-1.0.0-8.fc8

then I installed citrix:
ICAClient-10.6-1.i386.rpm

then I run below commands:
sudo chcon -t textrel_shlib_t /usr/lib/ICAClient/npica.so
sudo semanage fcontext -a -t textrel_shlib_t /usr/lib/ICAClient/npica.so

and to make the plugin available to firefox I run:
ln -s /usr/lib/ICAClient/npica.so /usr/lib/mozilla/plugins/

Now, when I login to the website that has ica application, I click the aplication,
I see citrix window for 5 seconds, it starts to load and then disappears and nothing happens,

is above the right procedure, did I miss anything?

thx
Reply With Quote
  #2  
Old 6th December 2007, 01:02 AM
Dr.Diesel Offline
Registered User
 
Join Date: Mar 2005
Location: Terre Haute, IN
Posts: 254
Yup, same here! There were a couple more threads about, none worked for me.
__________________
F18
Reply With Quote
  #3  
Old 6th December 2007, 05:04 AM
blwegrzyn Offline
Registered User
 
Join Date: Nov 2006
Posts: 20
it looks like no solution for citrix on fedora 8
i tried many fixed and none helped
Reply With Quote
  #4  
Old 6th December 2007, 12:51 PM
coyote2 Offline
Registered User
 
Join Date: Jul 2005
Posts: 13
I installed the version 10.6 rpm from ICA Client.

Try not to use the gui install.

Type rpm -ivh ICAClient-10.6-1.i386.rpm & it will tell you it needs two more files as dependency.

Use yum install to get the two files.

For my case, one can be available from yum repos.

The other is a libXm3-stub-1-0.i386.rpm. You can get the rpm from the link in my blog below.

After that, it will works.

When I click on my company's ICA client, it will laucnh the laun.ica file & select /etc/lib/ICAClient/wfica to open the session.

It works flawlessly for me.
----------------------------------------------------------------------------------------------------------------------
From my blog in May, 2006

http://coyotesg.blogspot.com/2006/05...ra-core-5.html

3. The most teething problem it seemed, is getting ICA Client 9 to work with FC5. I need this to connect to my office network to do my work from home. Apparently ICA Client 9 needs libXm.so.3 while FC5 uses libXm.so.4. I have downloaded the following 'stud rpm' that make a symbolic link libXm.so.3 to libXm.so.4. That allows ICA client 9 to proceed & complete installation in FC5.

Last edited by coyote2; 6th December 2007 at 01:00 PM.
Reply With Quote
  #5  
Old 6th December 2007, 09:06 PM
FriedChips's Avatar
FriedChips Offline
Registered User
 
Join Date: Jul 2007
Location: Indiana USA
Posts: 1,715
Quote:
Originally Posted by coyote2
Type rpm -ivh ICAClient-10.6-1.i386.rpm & it will tell you it needs two more files as dependency.

Use yum install to get the two files.
Actually if you use the command:
Code:
yum localinstall ICAClient-10.6-1.i386.rpm
it will automatically retrieve any dependancies and install automagically
__________________
The answer to all of lifes questions are buried somewhere in the Google search engine.

Code:
[Stephen@localhost ~]$ whatis this?
this?: nothing appropriate
Reply With Quote
  #6  
Old 7th December 2007, 02:13 AM
coyote2 Offline
Registered User
 
Join Date: Jul 2005
Posts: 13
Ha...ha... thanks for the tip. Heard of that before, just didn't know it actually meant the same thing.

Quote:
Originally Posted by FriedChips
Actually if you use the command:
Code:
yum localinstall ICAClient-10.6-1.i386.rpm
it will automatically retrieve any dependancies and install automagically
Reply With Quote
  #7  
Old 6th December 2007, 09:03 PM
blwegrzyn Offline
Registered User
 
Join Date: Nov 2006
Posts: 20
in my case I can start wfcmgr, but when I run citrix through the web (thats how my company is doing it, it must be through https) it ica starts , I see the ica windows, i see that it is connecting and then it disappears and nothing happens,
Reply With Quote
  #8  
Old 7th December 2007, 02:23 AM
blwegrzyn Offline
Registered User
 
Join Date: Nov 2006
Posts: 20
Even if it installs dependencies citrix does not work.
Again, anyone knows how to troubleshoot the problem?
Reply With Quote
  #9  
Old 29th March 2008, 02:37 AM
playac Offline
Registered User
 
Join Date: Dec 2006
Posts: 10
If you need to install the ICAClient 10.6 on Fedora 8, just follow these directions

First install openmotif-2.3.0. That will give you a libXm.so.4 under /usr/lib.

Create a symbolic link to libXm.so.4 using libXm.so.3
Code:
ln -s /usr/lib/libXm.so.4 /usr/lib/libXm.so.3
Now install the ICAClient RPM using the "--no-deps" option
Code:
rpm --nodeps -ivh ICAClient-10.6-1.i386.rpm
Thats it, your ICA client should run without issue now. If you try it from the menu and it does work, first try it via a command line:
Code:
 /usr/lib/ICAClient/wfcmgr -icaroot /usr/lib/ICAClient
After that you should be able to launch it from the menu with no problems.
Reply With Quote
  #10  
Old 29th March 2008, 04:06 AM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
Great minds work alike (and little ones seldom differ).

I see that's almost exactly what I did.

I see I also installed libXp, libXp-devel xorg-x11-xbitmaps

Apparently all of these were necessary, or I thought they were, when I installed it.
Reply With Quote
Reply

Tags
citrix, fedora, ica

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Citrix ICA Client install on Fedora cmilhaus Using Fedora 12 1st December 2010 07:43 PM
No Sound in Citrix with Fedora 11 or Rawhide kajukenbo Using Fedora 3 30th September 2009 09:01 PM
Fedora 10 / wfcmgr (Citrix) tscheez Using Fedora 1 18th January 2009 05:38 PM
Citrix Probem -- Fedora 8 RedFedora Using Fedora 28 15th April 2008 12:44 AM
Citrix ICA Client 10 on Fedora Core 6 dtmilano Using Fedora 0 13th April 2007 11:00 PM


Current GMT-time: 07:25 (Tuesday, 18-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat