johnyhost / transmisson-remote-gui

Automatically exported from code.google.com/p/transmisson-remote-gui
GNU General Public License v2.0
0 stars 0 forks source link

32bit binary on 64bit Debian #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the 32bit binary on a 64bit platform.
2.
3.

What is the expected output? What do you see instead?
For it to use the 32bit GTK libraries. Instead I see lots of
"(transgui:8405): Gtk-WARNING **:
/usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class:
ELFCLASS64" before the program starts and uses an ugly GTK theme.

What version of the product are you using? On what operating system?
1.3 on Debian 5.0

Please provide any additional information below.
I tried to fix using LD_LIBRARY_PATH but it didn't work.

Possible Fixes:
Create a 64bit binary
Make it search /usr/lib32 before /usr/lib for the GTK libraries.

Original issue reported on code.google.com by sean.r.e...@gmail.com on 18 Oct 2009 at 6:38

GoogleCodeExporter commented 9 years ago
You can create native 64-bit binary by yourself.

Original comment by j...@cp-lab.com on 18 Oct 2009 at 9:34