On Thu, 12 Jun 2025 19:34:27 +0200 Nicola <[email protected]> wrote: > Package: opencpn > Version: 1:5.10.2+dfsg-1 > Severity: important > > Dear Maintainer, > > opencpn doesn't open, error is: opencpn: error while loading shared libraries: > libwx_gtk2u_gl-3.0.so.0: cannot open shared object file: No such file or > directory
Hi, I cannot reproduce this, and the same is true for a lot of users. So this is about your trixie system. The library it wants to load is libwx_gtk2u_gl-3.0.so.0. This library is in a wxwidgets version compiled against gtk2. gtk2 was removed already in bookworm, but something on your "trixie" system still wants to load it. I have no idea what that could be. Using the command `ldd /usr/bin/opencpn` you can list the runtime dependencies of opencpn. In particular `ldd /usr/bin/opencpn | grep gtk2` should not list anything on a sane trixie installation. Unless there is more input I will close this bug. Cheers! --aƶec

