<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>le-matt. &#187; citrix</title>
	<atom:link href="http://www.any-where.de/blog/tag/citrix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.any-where.de/blog</link>
	<description>news from the world (the real one and the virtual)</description>
	<lastBuildDate>Fri, 20 Jan 2012 06:36:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Citrix Client on Ubuntu 10, 64 Bit.</title>
		<link>http://www.any-where.de/blog/citrix_client_on_ubuntu_10_64_bit/</link>
		<comments>http://www.any-where.de/blog/citrix_client_on_ubuntu_10_64_bit/#comments</comments>
		<pubDate>Wed, 26 May 2010 20:48:49 +0000</pubDate>
		<dc:creator>Matthias Müller</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[citrix]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.any-where.de/blog/?p=413</guid>
		<description><![CDATA[Unfortunately, there is no 64 Bit package for the Citrix client 11. So, it is a smaller challange to install the client using 32 bit libraries. There are a couple of nice tutorials on the net. The one which helped me most was the how to by I can has linux. Basically it describes, that [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, there is no 64 Bit package for the Citrix client 11. So, it is a smaller challange to install the client using 32 bit libraries. There are a couple of nice tutorials on the net. The one which helped me most was the <a href="http://icanhaslinux.com/2009/02/02/howto-install-citrix-ica-client-on-ubuntu-810-64-bit/" target="_self">how to by I can has linux</a>. Basically it describes, that one should download the current 32 Bit Linux client from the <a href="http://www.citrix.com/English/ss/downloads/details.asp?downloadId=3323&amp;productId=186&amp;c1=sot2755&amp;c2=ost1349860" target="_self">Citrix Download Page</a>. After running the basic installation you&#8217;ll need to download the <a href="http://packages.ubuntu.com/intrepid/i386/libmotif3/download" target="_self">Motif 32Bit Libraries,</a> extract its files using <em>ar</em> and copy its libs to /usr/lib32 on your Ubuntu system.</p>
<p>But I still had a few issues installing the client: A symbolic link called <em>libXm.so.4</em> was missing in the first place. To fix that, I did the following:</p>
<pre>cd /usr/lib32
sudo ln -s libXm.so.3.0.2 libXm.so.4</pre>
<p>Now, I was able to start the client: <em>/usr/lib/ICAClient/wfcmgr</em></p>
<p><strong>Trouble connecting via SSL</strong></p>
<p>But when I tried to connect to a SSL Host, the connection broke telling me that To fix this, 2 steps are required. <a href="http://www2.slac.stanford.edu/computing/windows/services/citrix/linux_client.htm" target="_self">Download the certification files</a>. Now, move the files to /usr/lib/ICAClient/keystore/cacerts or whatever the installation directory of your client installation is.</p>
<p>After that, Citrix client and connecting SSL hosts worked like a charm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.any-where.de/blog/citrix_client_on_ubuntu_10_64_bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

