Hi Hartmut, On Mon, 26 Feb 2024, 11:39:54 +0100, Hartmut Rosch wrote:
Thank you again. Well, I did a "ln -s libwx_gtk3u_core-suse.so.10.0.0 libwx_gtk3u-3.2.so.0" but forgot.
you should never need to do that manually. This leads to the question where you got this library from. Again, please show the output of running the following commands: rpm -qf --qf "%{name}\n" /lib64/libwx_gtk3u_core-suse.so.10.0.0 zypper se -s -x -i $(rpm -qf --qf "%{name}\n" /lib64/libwx_gtk3u_core-suse.so.10.0.0) ldd /lib64/libwx_gtk3u_core-suse.so.10.0.0
After removing that symlink I got "codeblocks: error while loading shared libraries: libwx_gtk3u-3.2.so.0: cannot open shared object file: No such file or directory" It is true. There is no libwx_gtk3u-3.2.so.0 but always alibwx_gtk3u_core-suse.so.10.0.0 or similar. And then, you guess it. The question is, how to cirvumvent this?
It shouldn't be necessary to circumvent anything, it should just work.
cheers
Hartmut
Cheers. l8er manfred