The problem is that on most Linuxes /usr/local/lib is not a place the dynamic loader looks for libraries (/usr, /usr/lib by default IIUC) and so its not finding `libgeanypluginutils.so`. But the RUNPATH adds an extra directory to look in, and on my system `debugger.so` and `scope.so` (notice it has the same error as debugger in your Help->Debug messages) here both have RUNPATH pointing to `lib` in the prefix I built Geany with (~/geany-git so nowhere near a standard system directory).
Did you build Geany with `--prefix=/usr/local` and Plugins with `--prefix=/usr/local --with-geany-libdir=/usr/local/lib`? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1116#issuecomment-937276828
