[SOLVED] Installing Citrix Client in Slackware 13.37/current
SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Installing Citrix Client in Slackware 13.37/current
Our company uses citrix so that we can do our work remotely. They didn't allow direct remote connections.
When I try to install critix client application, is says it requires OpenMotiff and OpenMotiff conflicts with a package shipped by slackware (forgot the name).
Need your tips guys, especially for those who successfully installed citrix in their Slackware box.
Not entirely true. I removed everything that had to do with bluetooth and my system is just fine.
thats what I'm saying. Some things can be removed without any problems. But if the conflict the OP described is with gcc, for example, removal won't be as simple an option.
thats what I'm saying. Some things can be removed without any problems. But if the conflict the OP described is with gcc, for example, removal won't be as simple an option.
God I read your post backwards... no more coffee and time for bed.
Sorry.
Note that the Citrix client is only available as 32bit binaries, so if you are running Slackware64 (as I do) you also have to install my multilib packages (http://slackware.com/~alien/multilib/) and a converted 32bit openmotif package (the 64bit openmotif package does not work with that 32bit Citrix client).
The openmotif libraries are mostly compatible with the lesstif libraries which you removed, but there will be some (rarely used) programs in Slackware that stop working after you remove lesstif.
Removed lesstif and install openmotif from sbo. I'm now having issues with certificates not trusted. Marking this as solved.
Thanks all
To cure the certificates issue, do the following:
Create a certificate directory like this (assuming you installed the Citrix client into /usr/lib/ICAClient/):
Code:
# mdir -p /usr/lib/ICAClient/keystore/cacerts
Then, copy or create (or create a symlink in that directory) for the CA certificate your client is complaining about. In my case, that was the Thawte Premium Server cert:
Note that the Citrix client is only available as 32bit binaries, so if you are running Slackware64 (as I do) you also have to install my multilib packages (http://slackware.com/~alien/multilib/) and a converted 32bit openmotif package (the 64bit openmotif package does not work with that 32bit Citrix client).
The openmotif libraries are mostly compatible with the lesstif libraries which you removed, but there will be some (rarely used) programs in Slackware that stop working after you remove lesstif.
Eric
Although this thread is a few months old, it seems relevant for my question, rather than starting a new one. Since this thread, it appears that the citrix listener is now available in 64 bit format. Unfortunately, it only comes in .deb and .rpm flavours at the moment. I see that Slack 13.37 has the rpm program, so I assume I could use that to install the .rpm package. I guess I'll need to use Alien's openmotif package (thanks for all the packages you've done, your multilib stuff and wiki was a life-saver).
Anyway, has anyone tried the 64 bit version, or gotten it to work?
I have removed the lesstif packages and installed the 64 bit openmotif from Alien's site and converted the 32 bit into a compat32 package (according to his instructions) and installed it. I downloaded the 32 bit tar.gz version of Citrix Receiver and ran the setup program as root.
When I click on an .ica link from firefox, I simply get prompted to download or choose a program to run, so clearly the plugin did not get to the right place. I put a sym link in /usr/lib64/mozilla/plugins to what I think is the plugin npica.so.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.