Jiri Slaby composed on 2019-12-06 08:05 (UTC+0100):
Felix Miata wrote:
It worked and works fine in 42.3. I cloned 42.3, then upgraded to 15.1. The ancient 32bit gtk2 app is in /usr/local/ shared by both, so I know it still works. But, 15.1 won't launch it. If I try to launch it with gdb, it reports"
"not in executable format: file format not recognized"
Since it normally launches from a wrapper script, I tried the binary instead, with this result:
"error while loading shared libraries: libxul.so: cannot open shared object file: No such file or directory"
File libxul.so is in the same directory as the binary, so I changed to it first, then tried to start, but get the same cannot open message.
First, you have to export LD_LIBRARY_PATH=. to make the linker search in the current directory.
Whether I literally do that, or export it = the actual path to where the app's wrapper and binary and its libxul.so are, the error is the same. :-( -- Evolution as taught in public schools is religion, not science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org