 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

2nd December 2008, 07:34 AM
|
|
Registered User
|
|
Join Date: Dec 2008
Location: Helsinki, Finland
Posts: 1

|
|
|
Citrix Metaframe presentation server client on Fedora 10
The problems is easy enough to state: Fedora 10 does not include Openmotif anymore and Citrix Metaframe client requires precisely Openmotif.
What is the current state-of-the-art solution for this problem? I'd prefer a solution that doesn't include compiling Openmotif from vanilla sources, so at least a SRPM would be nice.
|

14th January 2009, 03:07 AM
|
|
Registered User
|
|
Join Date: Jun 2008
Posts: 6

|
|
|
This package needs a heap of dependencies.
Do you have the requirements listed somewhere?
|

11th February 2009, 03:32 AM
|
 |
Registered User
|
|
Join Date: Nov 2005
Location: flying a cubicle
Posts: 465

|
|
yum can do that for you:
Code:
yum localinstall --nogpgcheck openmotif-2.3.0-0.3.fc9.ccrma.i386.rpm
Remember to do the symlink dmorenop mentions.
|

11th February 2009, 03:35 AM
|
 |
Registered User
|
|
Join Date: Nov 2005
Location: flying a cubicle
Posts: 465

|
|
And then do this...
Code:
yum install libXaw.i386
ln -s /usr/lib/libXm.so.4 /usr/lib/libXm.so.3
rpm -ivh --nodeps ICAClient-10.6-1.i386.rpm
This is assuming you have already done the yum command against openmotif already. Being nodeps, the rpm transaction will happen, so be sure you follow all the steps!!
|

11th July 2009, 09:01 PM
|
 |
Registered User
|
|
Join Date: Mar 2007
Posts: 73

|
|
|
this is really frustrating
I tried - followedethe instructions and nothing.....
How do I get Citrix to work on my laptop - here are the details of what I did so far:
[root@localhost Desktop]# rpm -q openmotif
openmotif-2.3.2-1.i386
[root@localhost config]# rpm -q libXaw
libXaw-1.0.4-3.fc10.i386
in the /usr/lib I have:[root@localhost lib]# ls -l| grep libXm
lrwxrwxrwx 1 root root 14 2009-04-29 10:56 libXm.so -> libXm.so.4.0.2*
lrwxrwxrwx 1 root root 10 2009-07-11 14:29 libXm.so.2 -> libXm.so.4*
lrwxrwxrwx 1 root root 10 2009-07-11 14:29 libXm.so.3 -> libXm.so.4*
lrwxrwxrwx 1 root root 14 2009-04-29 10:56 libXm.so.4 -> libXm.so.4.0.2*
-rwxr-xr-x 1 root root 2729708 2009-03-18 11:41 libXm.so.4.0.2*
lrwxrwxrwx 1 root root 15 2009-04-29 10:45 libXmu.so.6 -> libXmu.so.6.2.0*
-rwxr-xr-x 1 root root 96924 2008-02-22 13:49 libXmu.so.6.2.0*
lrwxrwxrwx 1 root root 16 2009-04-29 10:45 libXmuu.so.1 -> libXmuu.so.1.0.0*
-rwxr-xr-x 1 root root 12576 2008-02-22 13:49 libXmuu.so.1.0.0*
I created libXm.so.3 -> libXm.so.4
and libXm.so.2 -> libXm.so.4*
---------------- Then I tried installing Citrix via its install script
-r-xr-xr-x 1 1001 1001 16512 2006-10-31 06:06 setupwfc*
and NOTHING
I uninstalled and tried via RPM:
[root@localhost config]# rpm -q ICAClient
ICAClient-11.0-1.i386
---------------------------------------
Then I tried connecting and firefox asked if I wanted to save the file - meaning coudn't find citrix. Then I browsed to /usr/lib/ICAClient/wfica and get the error that I haven't accepted SSL lvl3 crt....
AGGGGGGGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHH HHHH
&#^$(&@^(*$^@#&^%
I need Citrix client to connect to my work when running Linux - otherwise I will have to do it via Windows - which I am trying to avoid for sentimental reasons..
Last edited by akvino; 11th July 2009 at 09:03 PM.
|

12th July 2009, 12:54 PM
|
 |
Registered User
|
|
Join Date: Nov 2005
Location: flying a cubicle
Posts: 465

|
|
|
Based on the error you are getting, it sounds like the ICAClient is working fine, but your company is using a root CA that Citrix doesn't include. For whatever reason, the Linux ICAClient from citrix doesn't have all the same root CA's that a Windows install has.
So what you would need to do is determine who the root CA is (view the certificate in firefox), and then google around and get a copy of their cert. If you save their cert in the "cacerts" folder inside /usr/lib/ICAClient, then it should work. I had to do precisely this once, so I know this problem can occur.
|

14th July 2009, 10:52 PM
|
 |
Registered User
|
|
Join Date: Mar 2007
Posts: 73

|
|
|
Getting closer
Quote:
Originally Posted by PilotJLR
Based on the error you are getting, it sounds like the ICAClient is working fine, but your company is using a root CA that Citrix doesn't include. For whatever reason, the Linux ICAClient from citrix doesn't have all the same root CA's that a Windows install has.
So what you would need to do is determine who the root CA is (view the certificate in firefox), and then google around and get a copy of their cert. If you save their cert in the "cacerts" folder inside /usr/lib/ICAClient, then it should work. I had to do precisely this once, so I know this problem can occur.
|
It is telling me now
You have not chosen to trust "Verisign Class 3 Secure SErver CA" - where do I enable this?
|

12th July 2009, 12:59 PM
|
|
Registered User
|
|
Join Date: Apr 2004
Location: Euregio
Posts: 3,613

|
|
|
Your company is using a root CA certificate which Linux has not inluded. You can donwload it from the webpage of the CA authority.
|

14th July 2009, 10:58 PM
|
 |
Registered User
|
|
Join Date: Mar 2007
Posts: 73

|
|
Quote:
Originally Posted by ilja
Your company is using a root CA certificate which Linux has not inluded. You can donwload it from the webpage of the CA authority.
|
Did that -where do I save it for Citrix Client?
|

15th July 2009, 12:05 PM
|
|
Registered User
|
|
Join Date: Nov 2007
Posts: 7

|
|
|
keystore/cacerts in the icaclient installation directory
|

15th July 2009, 05:57 PM
|
 |
Registered User
|
|
Join Date: Mar 2007
Posts: 73

|
|
|
That worked - I placed Verisign intermediate cert and my company cert into somefilename.crt in given directory and it works now.
Thanks a bunch for help with this.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 20:47 (Saturday, 18-05-2013)
|
|
 |
 |
 |
 |
|
|