<?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>Bits, Bytes and my 5 cents &#187; Citrix</title> <atom:link href="http://blog.encodingit.ch/category/software/citrix/feed/" rel="self" type="application/rss+xml" /><link>http://blog.encodingit.ch</link> <description>Life is just a technical game</description> <lastBuildDate>Fri, 27 Aug 2010 12:13:27 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>Kampf mit dem Citrix Receiver</title><link>http://blog.encodingit.ch/2010/02/citrix-receiver/</link> <comments>http://blog.encodingit.ch/2010/02/citrix-receiver/#comments</comments> <pubDate>Fri, 05 Feb 2010 11:48:13 +0000</pubDate> <dc:creator>Patrick</dc:creator> <category><![CDATA[Citrix]]></category> <category><![CDATA[Fedora]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Software]]></category><guid isPermaLink="false">http://blog.encodingit.ch/?p=779</guid> <description><![CDATA[Um auf ein paar unserer Server zugreiffen zu können musste ich heute auf meinem Fedora 12 den Citrix Receiver installieren.
Am Anfang war ich noch glücklich darüber, dass ich die Installation nicht unter Debian / Ubuntu durchführen musste, da es schon fertige RPM-Pakete von Citrix gibt.]]></description> <content:encoded><![CDATA[<p>Um auf ein paar unserer Server zugreifen zu können, musste ich heute auf meinem Fedora 12 den Citrix Receiver installieren.<br /> Am Anfang war ich noch glücklich darüber, dass ich die Installation nicht unter Debian / Ubuntu durchführen musste, da es schon fertige RPM-Pakete von Citrix gibt für Fedora.</p><p>Frisch fröhlich habe ich mit der Installation des <a href="http://www.citrix.com/site/SS/downloads/details.asp?dID=2755&#038;downloadID=3323#top">Paketes</a> begonnen:</p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">rpm <span style="color: #660033;">-i</span> ICAClient-<span style="color: #000000;">11.0</span>-1.i386.rpm</pre></td></tr></table></div><p>Dummerweise besteht ein Abhängigkeitsproblem, also gleich mal yum durchrennen lassen:</p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">yum <span style="color: #c20cb9; font-weight: bold;">install</span> ICAClient-<span style="color: #000000;">11.0</span>-1.i386.rpm</pre></td></tr></table></div><p>Doch dummerweise findet auch yum das benötigte Paket libXm.so.3 nicht&#8230;</p><p>Nach ein bisschen googeln habe ich dann herausgefunden, dass man unbedingt openmotif installieren muss. Doch auch das scheint nirgends in den Paketquellen vorhanden zu sein??<br /> Also lade ich mir <a href="http://www.motifzone.net/filebrowser/openmotif/2.3/2.3.1">das Paket</a> halt manuell herunter und installiere es:</p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">yum localinstall <span style="color: #660033;">--nogpgcheck</span> openmotif-2.3.1-1.RHEL3.0.i386.rpm</pre></td></tr></table></div><p>Soweit so gut, also gleich nochmal versucht den Receiver zu installieren.</p><p>Doch noch immer scheint libXm.so.3 nicht vorhanden zu sein&#8230; Nach weiterer Suchzeit auf Google habe ich noch ein weiteres benötigtes Paket gefunden:</p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>4
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">yum <span style="color: #c20cb9; font-weight: bold;">install</span> libXaw</pre></td></tr></table></div><p>Doch damit wurde libXm.so.6 und nicht wie benötigt libXm.so.3 installiert. Also muss man noch ein bisschen bescheissen:</p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>5
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libXm.so.6 <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libXm.so.3</pre></td></tr></table></div><p>Auch bin ich oft über die Aussage gestolpert, dass möglichweise ein paar Fonts rumzicken könnten:</p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>6
7
8
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>fonts<span style="color: #000000; font-weight: bold;">/</span>cjkuni-uming<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">mv</span> fonts.dir fonts.dir.disabled
<span style="color: #c20cb9; font-weight: bold;">mv</span> fonts.scale fonts.scale.disabled</pre></td></tr></table></div><p>und dann war es endlich soweit:</p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>9
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">yum <span style="color: #c20cb9; font-weight: bold;">install</span> ICAClient-<span style="color: #000000;">11.0</span>-1.i386.rpm</pre></td></tr></table></div><p>Jetzt konnte ich den Receiver endlich installieren.<br /> Doch damit noch nicht genug, man sollte die Applikation ja auch starten können&#8230; Und genau daran haperte es noch!<br /> Als Ausgabe erhielt ich immer:</p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>10
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>ICAClient<span style="color: #000000; font-weight: bold;">/</span>wfcmgr: Zeile <span style="color: #000000;">197</span>: Vereinbarung: Kommando nicht gefunden.</pre></td></tr></table></div><p>Doch nach ein bisschen Überlegen und Nachdenken war das ein kleineres Problem. Denn wenn man den Fehler so liest, so habe ich gleich an ein Problem mit der Eula gedacht. Also mal recherchieren, wie man das Anzeigen der Lizenz umgehen kann <img src='http://blog.encodingit.ch/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>11
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">touch</span> ~<span style="color: #000000; font-weight: bold;">/</span>.ICAClient<span style="color: #000000; font-weight: bold;">/</span>.eula_accepted</pre></td></tr></table></div><p>Und von nun an kann ich auch unter Fedora alle Citrix Applikationen gebrauchen:</p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>12
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>ICAClient<span style="color: #000000; font-weight: bold;">/</span>wfcmgr <span style="color: #660033;">-icaroot</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>ICAClient</pre></td></tr></table></div><p><a href="http://blog.encodingit.ch/wp-content/uploads/2010/02/Bildschirmfoto-Citrix-Receiver.png" rel="lightbox[779]"><img src="http://blog.encodingit.ch/wp-content/uploads/2010/02/Bildschirmfoto-Citrix-Receiver-300x154.png" alt="" title="Bildschirmfoto-Citrix Receiver" width="300" height="154" class="alignleft size-medium wp-image-783" /></a></p><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr"><ul class="socials"><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://blog.encodingit.ch/2010/02/citrix-receiver/&amp;title=Kampf+mit+dem+Citrix+Receiver" rel="" class="external" title="Empfehle diesen Artikel bei del.icio.us">Empfehle diesen Artikel bei del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://blog.encodingit.ch/2010/02/citrix-receiver/&amp;title=Kampf+mit+dem+Citrix+Receiver" rel="" class="external" title="Digg this!">Digg this!</a></li><li class="shr-facebook"> <a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.encodingit.ch/2010/02/citrix-receiver/&amp;t=Kampf+mit+dem+Citrix+Receiver" rel="" class="external" title="Empfehle diesen Artikel bei Facebook">Empfehle diesen Artikel bei Facebook</a></li><li class="shr-gmail"> <a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Kampf+mit+dem+Citrix+Receiver&amp;body=Link: http://blog.encodingit.ch/2010/02/citrix-receiver/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Um%20auf%20ein%20paar%20unserer%20Server%20zugreiffen%20zu%20k%C3%B6nnen%20musste%20ich%20heute%20auf%20meinem%20Fedora%2012%20den%20Citrix%20Receiver%20installieren.%0D%0AAm%20Anfang%20war%20ich%20noch%20gl%C3%BCcklich%20dar%C3%BCber%2C%20dass%20ich%20die%20Installation%20nicht%20unter%20Debian%20%2F%20Ubuntu%20durchf%C3%BChren%20musste%2C%20da%20es%20schon%20fertige%20RPM-Pakete%20von%20Citrix%20gibt." rel="" class="external" title="Email this via Gmail">Email this via Gmail</a></li><li class="shr-googlebookmarks"> <a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://blog.encodingit.ch/2010/02/citrix-receiver/&amp;title=Kampf+mit+dem+Citrix+Receiver" rel="" class="external" title="Füge hinzu zu Google Bookmarks">Füge hinzu zu Google Bookmarks</a></li><li class="shr-identica"> <a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Kampf+mit+dem+Citrix+Receiver&quot;+-+from+http://tinyurl.com/3yndzms" rel="" class="external" title="Sende dies zu Identica">Sende dies zu Identica</a></li><li class="shr-linkedin"> <a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blog.encodingit.ch/2010/02/citrix-receiver/&amp;title=Kampf+mit+dem+Citrix+Receiver&amp;summary=Um%20auf%20ein%20paar%20unserer%20Server%20zugreiffen%20zu%20k%C3%B6nnen%20musste%20ich%20heute%20auf%20meinem%20Fedora%2012%20den%20Citrix%20Receiver%20installieren.%0D%0AAm%20Anfang%20war%20ich%20noch%20gl%C3%BCcklich%20dar%C3%BCber%2C%20dass%20ich%20die%20Installation%20nicht%20unter%20Debian%20%2F%20Ubuntu%20durchf%C3%BChren%20musste%2C%20da%20es%20schon%20fertige%20RPM-Pakete%20von%20Citrix%20gibt.&amp;source=Bits, Bytes and my 5 cents" rel="" class="external" title="Empfehle diesen Artikel bei LinkedIn">Empfehle diesen Artikel bei LinkedIn</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://blog.encodingit.ch/2010/02/citrix-receiver/" rel="" class="external" title="Empfehle diesen Artikel bei Technorati">Empfehle diesen Artikel bei Technorati</a></li><li class="shr-twitter"> <a href="http://twitter.com/home?status=Kampf+mit+dem+Citrix+Receiver+-+http://tinyurl.com/3yndzms&amp;source=shareaholic" rel="" class="external" title="Twittere diesen Artikel!">Twittere diesen Artikel!</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded> <wfw:commentRss>http://blog.encodingit.ch/2010/02/citrix-receiver/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Dynamic Page Served (once) in 1.136 seconds -->
