| Bug #8242 | SGI Altix problem finding libgtk-x11-2.0.so.0 | ||
|---|---|---|---|
| Submitted: | 1 Feb 2005 17:31 | Modified: | 1 Aug 2006 19:06 |
| Reporter: | Dale Smith | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Administrator | Severity: | S1 (Critical) |
| Version: | 1.0.19 | OS: | SGI Altix Linux (RH) |
| Assigned to: | Alfredo Kojima | CPU Architecture: | Any |
| Tags: | Engineering | ||
[16 Feb 2005 7:52]
Alfredo Kojima
Hi From your ldd output it seems your OS is 64bit, while the binaries we provide at the moment are 32bit only. We are working to provide native IA64 RedHat binaries soon, so please wait until it's released.
[1 Aug 2006 19:06]
Alfredo Kojima
The next release will have a version which bundles all necessary external libraries.

Description: I made sure the required library is in /usr/lib and added that directory to LD_LIBRARY_PATH and exported it: *** [xxx bin]$ LD_LIBRARY_PATH=/usr/lib:${LD_LIBRARY_PATH} [xxx bin]$ export LD_LIBRARY_PATH [xxx bin]$ ./mysql-administrator ./mysql-administrator-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory *** Output of ldd is *** [xxx bin]$ ldd mysql-administrator-bin libia32toia64.so => /usr/lib/libia32toia64.so (0x2000000000040000) libc.so.6.1 => /lib/tls/libc.so.6.1 (0x2000000000098000) /lib/ld-linux-ia64.so.2 => /lib/ld-linux-ia64.so.2 (0x2000000000000000) *** How to repeat: [xxx bin]$ LD_LIBRARY_PATH=/usr/lib:${LD_LIBRARY_PATH} [xxx bin]$ export LD_LIBRARY_PATH [xxx bin]$ ./mysql-administrator on SGI Altix. uname -a is Linux xxx 2.4.21-sgi301rp04091014_10105 #1 SMP Fri Sep 10 15:02:03 PDT 2004 ia64 ia64 ia64 GNU/Linux Suggested fix: None.