Error running BOINC Manager Fedora Core 4

Message boards : BOINC Manager : Error running BOINC Manager Fedora Core 4
Message board moderation

To post messages, you must log in.

AuthorMessage
Dave

Send message
Joined: 3 Nov 05
Posts: 1
United States
Message 796 - Posted: 3 Nov 2005, 22:57:39 UTC

I get this error when trying to start Boinc Manager from Terminal window:

./boincmgr: error while loading shared libraries: libXext.so.6: cannot open shared object file: No such file or directory


This is a new install of Fedora Core 4 with the XWindows installed. Any thoughts would be appreciated.

Dave

ID: 796 · Report as offensive
Profile 5 and a half of 13

Send message
Joined: 21 Sep 05
Posts: 8
Message 827 - Posted: 5 Nov 2005, 19:31:17 UTC - in response to Message 796.  
Last modified: 5 Nov 2005, 19:42:54 UTC

I get this error when trying to start Boinc Manager from Terminal window:

./boincmgr: error while loading shared libraries: libXext.so.6: cannot open shared object file: No such file or directory


This is a new install of Fedora Core 4 with the XWindows installed. Any thoughts would be appreciated.

Dave

Open a terminal window (if in your window manager), change to your BOINC directory and run 'ldd' on boincmgr. If everything is ok the output should look _something_ like this:

:~$ cd BOINC
:~/BOINC$ ldd boinc
linux-gate.so.1 => (0xffffe000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7f1e000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7e01000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7dde000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7dcc000)
/lib/ld-linux.so.2 (0xb7f3c000)
:~/BOINC$ ldd boincmgr
linux-gate.so.1 => (0xffffe000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7f41000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7e76000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7e72000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7d56000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7d33000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7d21000)
/lib/ld-linux.so.2 (0xb7f69000)

Fedora may keep stuff in different places from Slackware, but libXext should still be somewhere in your path. I suspect that your installation of XWindows _may_ be incomplete.

Good Luck!

PS: The file could even have the wrong permissions. Also is this the only program you have this error with? A lot of programs use that library these days.

One of the Linux guru's could probably give you more complete advice than this.
Need help? Check out Paul D. Buck and friends' excellent BOINC-Wiki!
'We are the BOINC. Prepare to be assimilated.'
ID: 827 · Report as offensive

Message boards : BOINC Manager : Error running BOINC Manager Fedora Core 4

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.