mike,
before I made the symlink:
root@idefix:/usr/lib/x86_64-linux-gnu# ls -l | grep gtk3u_core
lrwxrwxrwx 1 root root 29 Mar 24 2020 libwx_gtk3u_core-3.0.so.0 -> libwx_gtk3u_core-3.0.so.0.4.0
-rw-r--r-- 1 root root 6779624 Mar 24 2020 libwx_gtk3u_core-3.0.so.0.4.0
making the symlink:
root@idefix:/usr/lib/x86_64-linux-gnu# ln -s libwx_gtk3u_core-3.0.so.0.4.0 libwx_gtk2u_core-3.0.so.0
results in:
root@idefix:/usr/lib/x86_64-linux-gnu# ls -l | grep gtk3u_core
lrwxrwxrwx 1 root root 29 May 16 15:38 libwx_gtk2u_core-3.0.so.0 -> libwx_gtk3u_core-3.0.so.0.4.0
lrwxrwxrwx 1 root root 29 Mar 24 2020 libwx_gtk3u_core-3.0.so.0 -> libwx_gtk3u_core-3.0.so.0.4.0
-rw-r--r-- 1 root root 6779624 Mar 24 2020 libwx_gtk3u_core-3.0.so.0.4.0
but after reinstalling
plugin in
opencpn it still does not
work, now it does not find another library:
from log file:
.....
15:39:56.518 MESSAGE pluginmanager.cpp:5709 Copying /home/jan/Downloads/photolayer-3.3.1+3103.v3.3.1_ubuntu-gtk3-20.04-x86_64.tar.gz to local cache
....
15:39:56.521 MESSAGE pluginmanager.cpp:1174 Checking
plugin candidate: /home/jan/.local/lib/opencpn/libphotolayer_pi.so
15:39:56.521 MESSAGE pluginmanager.cpp:2124 Plugin is compatible by elf library scan: true
15:39:56.521 MESSAGE pluginmanager.cpp:2232 PlugInManager: Loading PlugIn: /home/jan/.local/lib/opencpn/libphotolayer_pi.so
15:39:56.522 ERROR dlunix.cpp:162 libgeotiff.so.2: cannot open shared object file: No such file or directory
15:39:56.522 MESSAGE pluginmanager.cpp:2291 PlugInManager: Cannot load library: /home/jan/.local/lib/opencpn/libphotolayer_pi.so
so now I'm delving into libgeotiff.so.2 ... I'll keep you informed ;-)