On Mon, Feb 9, 2009 at 12:36 PM, Marc Ferguson<marcferguson@xxxxxxxxx> wrote: > On Mon, Jan 26, 2009 at 4:19 PM, Jim Kinney <jim.kinney@xxxxxxxxx> wrote: >> >> The 32/64 bit dual lib shuffle. I have found that most closed-source, >> commercial products are barely usable on 64-bit Linux because of the >> hard coded lib needs. Sometimes a symlink to the 64-bit lib works. >> Sometimes it causes a crash. >> >> yum install libXaw.i386 works if the base/updates.repo is tweaked to >> include an additional i386 arch. Basically block copy the original one >> and replace $arch with i386 in the block. >> >> 2009/1/26 Marc Ferguson <marcferguson@xxxxxxxxx>: >> > Hi, >> > >> > I'm running Fedora 10 x86_64 and I'm trying to run Citrix Presentation >> > server Clients for UNIX Version 10.x. When I try to run it, it >> > basically >> > says I'm missing libXaw.so.7. I found the solution, but I wanted to >> > post >> > this for reference. Basically you need to install libXaw.i386 even >> > though >> > libXaw.x86_64 is present. >> > >> > [marc@unicron ICAClient]$ ldd wfica >> > linux-gate.so.1 => (0x00110000) >> > libXaw.so.7 => not found >> > libXt.so.6 => /usr/lib/libXt.so.6 (0x0012a000) >> > libX11.so.6 => /usr/lib/libX11.so.6 (0x06b6e000) >> > libdl.so.2 => /lib/libdl.so.2 (0x0036f000) >> > libpthread.so.0 => /lib/libpthread.so.0 (0x00376000) >> > libc.so.6 => /lib/libc.so.6 (0x001f9000) >> > libXext.so.6 => /usr/lib/libXext.so.6 (0x00184000) >> > libSM.so.6 => /usr/lib/libSM.so.6 (0x00df5000) >> > libICE.so.6 => /usr/lib/libICE.so.6 (0x00546000) >> > libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0x001b0000) >> > libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00b2a000) >> > /lib/ld-linux.so.2 (0x001d4000) >> > libXau.so.6 => /usr/lib/libXau.so.6 (0x00195000) >> > libuuid.so.1 => /lib/libuuid.so.1 (0x00540000) >> > libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x001b9000) >> > >> > I then do a search to see if I have this library installed. >> > >> > [marc@unicron ICAClient]$ sudo yum install libXaw >> > Loaded plugins: refresh-packagekit >> > Setting up Install Process >> > Parsing package install arguments >> > Package libXaw-1.0.4-3.fc10.x86_64 already installed and latest version >> > Nothing to do >> > >> > >> > -- >> > Marc F. >> > >> > www.fergytech.com >> > Registered Linux User: #410978 >> > >> > "When life gives me lemons... I make Linuxaide, hmm good stuff!" -Marc >> > F. >> > >> > _______________________________________________ >> > Ale mailing list >> > Ale@xxxxxxx >> > http://mail.ale.org/mailman/listinfo/ale >> > >> > >> >> >> >> -- >> -- >> James P. Kinney III >> _______________________________________________ >> Ale mailing list >> Ale@xxxxxxx >> http://mail.ale.org/mailman/listinfo/ale > > 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: > > /usr/lib/ICAClient/wfcmgr: error while loading shared libraries: libXm.so.3: > cannot open shared object file: No such file or directory > > 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 > ftp://ftp.ics.com/openmotif/2.3/2.3.1/, which I got that link directly from > http://www.motifzone.net/. > > 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. > > openmotif-2.2.3-2.i386.rpm > openmotif-devel-2.2.3-2.i386.rpm > openmotif-2.2.4-0.1.i386.rpm > openmotif-devel-2.2.4-0.1.i386.rpm > openmotif-2.3.1-1.fc9.i386.rpm > openmotif-devel-2.3.1-1.fc9.i386.rpm > openmotif-2.3.1-1.fc9.x86_64.rpm > openmotif-devel-2.3.1-1.fc9.x86_64.rpm > > Please help me understand this library issue. Thanks. > > -- > Marc F. Maybe too late but I just got mine working so I'll reply anyway. The version of openmotif you installed probably supplies libXm.so.4 not libXm.so.3. I installed version 11 of the icaclient which uses libXm.so.4 so I didn't have that problem. -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines