Installing Citrix on Fedora 14

Some of you my be familiar with my adventures with installing Citrix on Debian based systems, well I’ve been trying out Fedora 14 and came across a few issues as well.

You can make life a lot easier for yourself by downloading the rpm version from the Citrix site. Once you download this you can install it using the following command

yum install --nogpgcheck ./ICAClient-11.100-1.i386.rpm

A full explanation of the command can be found on the Fedora Forums

That installs all the dependencies so we’re almost good to go until we hit the dreaded You have not chosen to trust “/C=US/ST=/L=/O=Equifax/OU=Equifax Secure Certificate Authority/CN=”, the issuer of the server’s security certificate (SSL 61) error.

The common fix was to just copy them from Firefox now mozilla has migrated to using a cert database. The easiest way to export them is using the Firefox plugin Export All Certificates which can be accessed by using Edit -> Preferences -> Advanced -> Encryption Tab -> View Certificates -> Export All. You will need to rename them first to the correct file extension. I used:

rename .der .crt *der

Then I just copied them all to /usr/lib/ICAClient/keystore/cacerts/ and then it worked.

This entry was posted in citrix, General and tagged , . Bookmark the permalink.

6 Responses to Installing Citrix on Fedora 14

  1. Pingback: Installing Citrix on Fedora 16 | kenfallon.com

  2. Hendrik says:

    Newer versions of the Linux Citrix software get installed into /opt/Citrix
    Also, the Export All Certificates add-on does not run on newer Firefox versions. What I did was to install the “Certificate Patrol 2.0.14” add-on and from there exported the GlobalSign Root CA.
    Afterwards I issued this command:
    sudo cp GlobalSignRootCA.crt /opt/Citrix/ICAClient/keystore/cacerts/

    And it went fine from there.

  3. Jacob says:

    Hm..

    Doesn’t work for me, i get the error:

    ./wfcmgr
    /opt/Citrix/ICAClient/./wfcmgr.bin: error while loading shared libraries: libXm.so.4: cannot open shared object file: No such file or directory

    i tried looking for the file using yum but cant find anything.
    any ideas?

    Sincerely

    Jacob

  4. Ken Fallon says:

    Hi Jacob,

    Have you downloaded the latest version ? Check out my latest post here https://kenfallon.com/category/citrix/ on where to get it.

    If you still run into issues can you send me the output of:
    uname -a
    ls -al /opt/Citrix/ICAClient/wfcmgr.bin
    file /opt/Citrix/ICAClient/wfcmgr.bin
    ldd /opt/Citrix/ICAClient/wfcmgr.bin

    Ken.

  5. Paul says:

    Great I just tried this with Fedora 16 and it worked great. I can all most do without a using my work laptop now. Thanks again.

  6. Pingback: How to install checkpoint ssl extender VPN SNX under Fedora 16 64bit | kenfallon.com

Leave a Reply

Your email address will not be published. Required fields are marked *