<div class="gmail_quote">On Mon, Jan 26, 2009 at 4:19 PM, Jim Kinney <span dir="ltr"><<a href="mailto:jim.kinney@gmail.com">jim.kinney@gmail.com</a>></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 <<a href="mailto:marcferguson@gmail.com">marcferguson@gmail.com</a>>:<br>
<div><div></div><div class="Wj3C7c">> Hi,<br>
><br>
> I'm running Fedora 10 x86_64 and I'm trying to run Citrix Presentation<br>
> server Clients for UNIX Version 10.x.  When I try to run it, it basically<br>
> says I'm missing libXaw.so.7.  I found the solution, but I wanted to post<br>
> this for reference.  Basically you need to install libXaw.i386 even though<br>
> libXaw.x86_64 is present.<br>
><br>
> [marc@unicron ICAClient]$ ldd wfica<br>
>     linux-gate.so.1 =>  (0x00110000)<br>
>     libXaw.so.7 => not found<br>
>     libXt.so.6 => /usr/lib/libXt.so.6 (0x0012a000)<br>
>     libX11.so.6 => /usr/lib/libX11.so.6 (0x06b6e000)<br>
>     libdl.so.2 => /lib/libdl.so.2 (0x0036f000)<br>
>     libpthread.so.0 => /lib/libpthread.so.0 (0x00376000)<br>
>     libc.so.6 => /lib/libc.so.6 (0x001f9000)<br>
>     libXext.so.6 => /usr/lib/libXext.so.6 (0x00184000)<br>
>     libSM.so.6 => /usr/lib/libSM.so.6 (0x00df5000)<br>
>     libICE.so.6 => /usr/lib/libICE.so.6 (0x00546000)<br>
>     libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0x001b0000)<br>
>     libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00b2a000)<br>
>     /lib/ld-linux.so.2 (0x001d4000)<br>
>     libXau.so.6 => /usr/lib/libXau.so.6 (0x00195000)<br>
>     libuuid.so.1 => /lib/libuuid.so.1 (0x00540000)<br>
>     libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x001b9000)<br>
><br>
> I then do a search to see if I have this library installed.<br>
><br>
> [marc@unicron ICAClient]$ sudo yum install libXaw<br>
> Loaded plugins: refresh-packagekit<br>
> Setting up Install Process<br>
> Parsing package install arguments<br>
> Package libXaw-1.0.4-3.fc10.x86_64 already installed and latest version<br>
> Nothing to do<br>
><br>
><br>
> --<br>
> Marc F.<br>
><br>
> <a href="http://www.fergytech.com" target="_blank">www.fergytech.com</a><br>
> Registered Linux User: #410978<br>
><br>
> "When life gives me lemons... I make Linuxaide, hmm good stuff!" -Marc F.<br>
><br>
</div></div>> _______________________________________________<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>
><br>
><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.  Interesting issue though.  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.  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.  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>.  <br>
<br>I tried to run it after that and got the same error.  So; I uninstalled then reinstalled the Citrix client, but I'm still getting the same issue.  I've tried 4 different version of openmotif and I'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.  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>"When life gives me lemons... I make Linuxaide, hmm good stuff!" -Marc F.<br>