[Github-comments] [geany/geany-plugins] Debugger plugin missing in Geany 1.37.1 compiled for Ubuntu 18.04 on Nvidia Jetson Nano (#1116)

elextr notifications at xxxxx
Wed Oct 6 22:35:07 UTC 2021


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211006/3f597678/attachment.htm>


More information about the Github-comments mailing list