<div class="gmail_quote">On Mon, Jan 26, 2009 at 4:19 PM, Jim Kinney <span dir="ltr">&lt;<a href="mailto:jim.kinney@gmail.com">jim.kinney@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The 32/64 bit dual lib shuffle. I have found that most closed-source,<br>
commercial products are barely usable on 64-bit Linux because of the<br>
hard coded lib needs. Sometimes a symlink to the 64-bit lib works.<br>
Sometimes it causes a crash.<br>
<br>
yum install libXaw.i386 works if the base/updates.repo is tweaked to<br>
include an additional i386 arch. Basically block copy the original one<br>
and replace $arch with i386 in the block.<br>
<br>
2009/1/26 Marc Ferguson &lt;<a href="mailto:marcferguson@gmail.com">marcferguson@gmail.com</a>&gt;:<br>
<div><div></div><div class="Wj3C7c">&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m running Fedora 10 x86_64 and I&#39;m trying to run Citrix Presentation<br>
&gt; server Clients for UNIX Version 10.x. &nbsp;When I try to run it, it basically<br>
&gt; says I&#39;m missing libXaw.so.7. &nbsp;I found the solution, but I wanted to post<br>
&gt; this for reference. &nbsp;Basically you need to install libXaw.i386 even though<br>
&gt; libXaw.x86_64 is present.<br>
&gt;<br>
&gt; [marc@unicron ICAClient]$ ldd wfica<br>
&gt; &nbsp; &nbsp; linux-gate.so.1 =&gt; &nbsp;(0x00110000)<br>
&gt; &nbsp; &nbsp; libXaw.so.7 =&gt; not found<br>
&gt; &nbsp; &nbsp; libXt.so.6 =&gt; /usr/lib/libXt.so.6 (0x0012a000)<br>
&gt; &nbsp; &nbsp; libX11.so.6 =&gt; /usr/lib/libX11.so.6 (0x06b6e000)<br>
&gt; &nbsp; &nbsp; libdl.so.2 =&gt; /lib/libdl.so.2 (0x0036f000)<br>
&gt; &nbsp; &nbsp; libpthread.so.0 =&gt; /lib/libpthread.so.0 (0x00376000)<br>
&gt; &nbsp; &nbsp; libc.so.6 =&gt; /lib/libc.so.6 (0x001f9000)<br>
&gt; &nbsp; &nbsp; libXext.so.6 =&gt; /usr/lib/libXext.so.6 (0x00184000)<br>
&gt; &nbsp; &nbsp; libSM.so.6 =&gt; /usr/lib/libSM.so.6 (0x00df5000)<br>
&gt; &nbsp; &nbsp; libICE.so.6 =&gt; /usr/lib/libICE.so.6 (0x00546000)<br>
&gt; &nbsp; &nbsp; libxcb-xlib.so.0 =&gt; /usr/lib/libxcb-xlib.so.0 (0x001b0000)<br>
&gt; &nbsp; &nbsp; libxcb.so.1 =&gt; /usr/lib/libxcb.so.1 (0x00b2a000)<br>
&gt; &nbsp; &nbsp; /lib/ld-linux.so.2 (0x001d4000)<br>
&gt; &nbsp; &nbsp; libXau.so.6 =&gt; /usr/lib/libXau.so.6 (0x00195000)<br>
&gt; &nbsp; &nbsp; libuuid.so.1 =&gt; /lib/libuuid.so.1 (0x00540000)<br>
&gt; &nbsp; &nbsp; libXdmcp.so.6 =&gt; /usr/lib/libXdmcp.so.6 (0x001b9000)<br>
&gt;<br>
&gt; I then do a search to see if I have this library installed.<br>
&gt;<br>
&gt; [marc@unicron ICAClient]$ sudo yum install libXaw<br>
&gt; Loaded plugins: refresh-packagekit<br>
&gt; Setting up Install Process<br>
&gt; Parsing package install arguments<br>
&gt; Package libXaw-1.0.4-3.fc10.x86_64 already installed and latest version<br>
&gt; Nothing to do<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Marc F.<br>
&gt;<br>
&gt; <a href="http://www.fergytech.com" target="_blank">www.fergytech.com</a><br>
&gt; Registered Linux User: #410978<br>
&gt;<br>
&gt; &quot;When life gives me lemons... I make Linuxaide, hmm good stuff!&quot; -Marc F.<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
<font color="#888888">--<br>
James P. Kinney III<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
</font></blockquote></div><br>I may have spoken too soon.&nbsp; Interesting issue though.&nbsp; By installing the correct i386 library I was able to run the Citrix client via my web browser - I am unable though to run the client by itself.&nbsp; If I run /usr/lib/ICAClient/wfcmgr - I get this error:<br>
<br><b>/usr/lib/ICAClient/wfcmgr: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory</b><br><br>So after some poking around, I found that OpenMotif is supposed to have libXm.so.3 library.&nbsp; I install both i386 and x86_64 packages from <a href="ftp://ftp.ics.com/openmotif/2.3/2.3.1/">ftp://ftp.ics.com/openmotif/2.3/2.3.1/</a>, which I got that link directly from <a href="http://www.motifzone.net/">http://www.motifzone.net/</a>.&nbsp; <br>
<br>I tried to run it after that and got the same error.&nbsp; So; I uninstalled then reinstalled the Citrix client, but I&#39;m still getting the same issue.&nbsp; I&#39;ve tried 4 different version of openmotif and I&#39;m still getting the same error.<br>
<br><i>openmotif-2.2.3-2.i386.rpm<br>openmotif-devel-2.2.3-2.i386.rpm<br>openmotif-2.2.4-0.1.i386.rpm<br>openmotif-devel-2.2.4-0.1.i386.rpm<br>openmotif-2.3.1-1.fc9.i386.rpm<br>openmotif-devel-2.3.1-1.fc9.i386.rpm<br>openmotif-2.3.1-1.fc9.x86_64.rpm<br>
openmotif-devel-2.3.1-1.fc9.x86_64.rpm</i><br><br>Please help me understand this library issue.&nbsp; Thanks.<br clear="all"><br>-- <br>Marc F.<br><br><a href="http://www.fergytech.com">www.fergytech.com</a><br>Registered Linux User: #410978<br>
<br>&quot;When life gives me lemons... I make Linuxaide, hmm good stuff!&quot; -Marc F.<br>