Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Other Things Gentoo
  • Search

openmotif library problem for icaclient/wfcmgr

Still need help with Gentoo, and your question doesn't fit in the above forums? Here is your last bastion of hope.
Post Reply
Advanced search
10 posts • Page 1 of 1
Author
Message
equaeghe
l33t
l33t
Posts: 679
Joined: Tue Feb 22, 2005 8:02 pm

openmotif library problem for icaclient/wfcmgr

  • Quote

Post by equaeghe » Sun Dec 02, 2007 11:30 pm

Hi, I get the following error when trying to use citrix's wfcmgr:

Code: Select all

~ $ wfcmgr
/opt/ICAClient/wfcmgr.bin: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory

~ $ locate libXm.so.3
/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/libXm.so.3
/opt/matlab74/sys/os/glnxa64/libXm.so.3
/opt/matlab74/sys/os/glnxa64/libXm.so.3.0.1
/usr/lib32/openmotif-2.2/libXm.so.3
/usr/lib32/openmotif-2.2/libXm.so.3.0.2
/usr/lib64/libXm.so.3
/usr/lib64/openmotif-2.2/libXm.so.3
/usr/lib64/openmotif-2.2/libXm.so.3.0.2
/usr/lib64/libXm.so.3.0.2
Any ideas to resolve or further diagnose this issue? (I've already tried to get rid of the problem by re-emerging icaclient and openmotif.)

Erik
Last edited by equaeghe on Wed Dec 05, 2007 11:16 pm, edited 1 time in total.
Top
pehop
n00b
n00b
Posts: 50
Joined: Sun Oct 16, 2005 5:51 pm
Location: Oxford, UK

  • Quote

Post by pehop » Mon Dec 03, 2007 11:44 am

I have the same problem. It started after upgrading app-emulation/emul-linux-x86-xlibs-20071128-r1 to app-emulation/emul-linux-x86-xlibs-20071128-r2. I don't know why but when I go back to app-emulation/emul-linux-x86-xlibs-20071128-r1 it didn't help :(
Last edited by pehop on Mon Dec 03, 2007 5:02 pm, edited 1 time in total.
Top
equaeghe
l33t
l33t
Posts: 679
Joined: Tue Feb 22, 2005 8:02 pm

  • Quote

Post by equaeghe » Mon Dec 03, 2007 12:42 pm

pehop wrote:I have the same problem. It started after upgrading app-emulation/emul-linux-x86-xlibs-20071128-r1 to app-emulation/emul-linux-x86-xlibs-20071128-r2. I don't know why but when I go back to app-emulation/emul-linux-x86-xlibs-20071128-r1 it doesn't help :(
Mmm, I guessed it might have something to do with that. I got a message about a collision and a file (libXm.so.something) being overwritten with the advice to use portageq owner to check it out (which returned no owner...).

If no answer appears soon, I'll file a bug and report its number back here,

Erik

EDIT: no need to file a new bug, [bug=200426]200426[/bug] is our guy. I'll post a link to this thread in the bug.
Top
dopey
Apprentice
Apprentice
Posts: 235
Joined: Mon Feb 10, 2003 11:09 pm

  • Quote

Post by dopey » Thu Dec 06, 2007 6:00 am

For a workaround
create /etc/env.d/99motif32 with the following one line content:
LDPATH=/usr/lib32/openmotif-2.2

run env-update

all done, no need to downgrade the package.
Top
equaeghe
l33t
l33t
Posts: 679
Joined: Tue Feb 22, 2005 8:02 pm

  • Quote

Post by equaeghe » Thu Dec 06, 2007 7:38 pm

dopey wrote:For a workaround
create /etc/env.d/99motif32 with the following one line content:
LDPATH=/usr/lib32/openmotif-2.2

run env-update

all done, no need to downgrade the package.
I did that, and when I try to start wfcmgr, the splash screen appears for a short while and then nothing happens, except for the following errors in the console: (many more of the same, just pasted the last few ones)

Code: Select all

Warning: No font found.
Warning:
    Name: FONTLIST_DEFAULT_TAG_STRING
    Class: XmRendition
    Conversion failed.  Cannot load font.

Warning:
    Name: FONTLIST_DEFAULT_TAG_STRING
    Class: XmRendition
    Conversion failed.  Cannot load font.

Segmentatiefout
That last word is 'segmentation fault' in Dutch, my locale language.

So still no go for me...
Top
dopey
Apprentice
Apprentice
Posts: 235
Joined: Mon Feb 10, 2003 11:09 pm

  • Quote

Post by dopey » Fri Dec 07, 2007 11:18 pm

hmm. intersting. I guess I can file this under a "works for me" type of thing. Be interesting to get an strace output of your runup.
Top
equaeghe
l33t
l33t
Posts: 679
Joined: Tue Feb 22, 2005 8:02 pm

  • Quote

Post by equaeghe » Mon Dec 10, 2007 10:32 pm

dopey wrote:hmm. intersting. I guess I can file this under a "works for me" type of thing. Be interesting to get an strace output of your runup.

Code: Select all

strace wfcmgr 2> wfcmgr.strace
results in a file of about 730kB... Personal messages don't seem to allow attachments, or can I do something like that in another way?

Erik
Top
steffers
n00b
n00b
Posts: 12
Joined: Sat Nov 03, 2007 8:24 am

the LDPATH addition works for me

  • Quote

Post by steffers » Thu Dec 27, 2007 8:44 am

The addition of /usr/lib32/openmotiv-2.2 to LDPATH fixed the problem for me. No segmentation faults. Just for your information. :)
Top
Aleksi Halkola
n00b
n00b
Posts: 21
Joined: Tue Aug 02, 2005 7:48 am

  • Quote

Post by Aleksi Halkola » Tue Jan 15, 2008 9:12 am

I was glad to find the work around here on the forums so quickly. And it worked for me too. Thanks!
Top
myha
Apprentice
Apprentice
User avatar
Posts: 152
Joined: Fri Sep 16, 2005 6:57 am
Location: Ljubljana, Slovenia

  • Quote

Post by myha » Wed Feb 27, 2008 2:05 pm

hi, worked here also.

thanks,
brm
Top
Post Reply

10 posts • Page 1 of 1

Return to “Other Things Gentoo”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic