Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2nd December 2008, 07:34 AM
sjl Offline
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.
Reply With Quote
  #2  
Old 2nd December 2008, 11:59 AM
dmorenop Offline
Registered User
 
Join Date: Nov 2008
Posts: 8
Get the package:

http://rpm.pbone.net/index.php3/stat....i386.rpm.html

afterwards install it and create symb link from libXm.so.4 to libXm.so.2

you're done
Reply With Quote
  #3  
Old 14th January 2009, 03:07 AM
funkioto Offline
Registered User
 
Join Date: Jun 2008
Posts: 6
This package needs a heap of dependencies.
Do you have the requirements listed somewhere?
Reply With Quote
  #4  
Old 11th February 2009, 03:32 AM
PilotJLR's Avatar
PilotJLR Offline
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.
Reply With Quote
  #5  
Old 11th February 2009, 03:35 AM
PilotJLR's Avatar
PilotJLR Offline
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!!
Reply With Quote
  #6  
Old 11th July 2009, 09:01 PM
akvino's Avatar
akvino Offline
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.
Reply With Quote
  #7  
Old 12th July 2009, 12:54 PM
PilotJLR's Avatar
PilotJLR Offline
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.
Reply With Quote
  #8  
Old 14th July 2009, 10:52 PM
akvino's Avatar
akvino Offline
Registered User
 
Join Date: Mar 2007
Posts: 73
Getting closer

Quote:
Originally Posted by PilotJLR View Post
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?
Reply With Quote
  #9  
Old 12th July 2009, 12:59 PM
ilja Offline
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.
__________________
--
http://twitter.com/ik12
Reply With Quote
  #10  
Old 14th July 2009, 10:58 PM
akvino's Avatar
akvino Offline
Registered User
 
Join Date: Mar 2007
Posts: 73
Quote:
Originally Posted by ilja View Post
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?
Reply With Quote
  #11  
Old 15th July 2009, 12:05 PM
esb4me Offline
Registered User
 
Join Date: Nov 2007
Posts: 7
keystore/cacerts in the icaclient installation directory
Reply With Quote
  #12  
Old 15th July 2009, 05:57 PM
akvino's Avatar
akvino Offline
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.
Reply With Quote
Reply

Tags
citrix metaframe, metaframe

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
need help with citrix ica client dimwitflathead Using Fedora 7 26th February 2010 07:18 PM
Fedora 10 Citrix Client SELinux Printing esb4me Using Fedora 0 5th December 2008 01:46 PM
Citrix ICA Client 10 on Fedora Core 6 dtmilano Using Fedora 0 13th April 2007 11:00 PM
Any Linux competitor to Citrix Metaframe? tashirosgt Using Fedora 0 26th January 2006 02:29 PM


Current GMT-time: 20:47 (Saturday, 18-05-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