Here you go! There is no RUNPATH that I can see. ``` timmyd@eris:/usr/local/lib/geany$ readelf --dynamic debugger.so
Dynamic section at offset 0x2cb68 contains 37 entries: Tag Type Name/Value 0x0000000000000001 (NEEDED) Shared library: [libgeany.so.0] 0x0000000000000001 (NEEDED) Shared library: [libvte-2.91.so.0] 0x0000000000000001 (NEEDED) Shared library: [libgtk-3.so.0] 0x0000000000000001 (NEEDED) Shared library: [libgdk-3.so.0] 0x0000000000000001 (NEEDED) Shared library: [libcairo.so.2] 0x0000000000000001 (NEEDED) Shared library: [libgdk_pixbuf-2.0.so.0] 0x0000000000000001 (NEEDED) Shared library: [libgobject-2.0.so.0] 0x0000000000000001 (NEEDED) Shared library: [libglib-2.0.so.0] 0x0000000000000001 (NEEDED) Shared library: [libutil.so.1] 0x0000000000000001 (NEEDED) Shared library: [libgeanypluginutils.so.0] 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x0000000000000001 (NEEDED) Shared library: [ld-linux-aarch64.so.1] 0x000000000000000e (SONAME) Library soname: [debugger.so] 0x000000000000000c (INIT) 0xf788 0x000000000000000d (FINI) 0x24cd8 0x0000000000000019 (INIT_ARRAY) 0x3ca20 0x000000000000001b (INIT_ARRAYSZ) 8 (bytes) 0x000000000000001a (FINI_ARRAY) 0x3ca28 0x000000000000001c (FINI_ARRAYSZ) 8 (bytes) 0x000000006ffffef5 (GNU_HASH) 0x1f0 0x0000000000000005 (STRTAB) 0x4338 0x0000000000000006 (SYMTAB) 0x960 0x000000000000000a (STRSZ) 12585 (bytes) 0x000000000000000b (SYMENT) 24 (bytes) 0x0000000000000003 (PLTGOT) 0x3cfe8 0x0000000000000002 (PLTRELSZ) 13200 (bytes) 0x0000000000000014 (PLTREL) RELA 0x0000000000000017 (JMPREL) 0xc3f8 0x0000000000000007 (RELA) 0x79b8 0x0000000000000008 (RELASZ) 19008 (bytes) 0x0000000000000009 (RELAENT) 24 (bytes) 0x000000006ffffffe (VERNEED) 0x7938 0x000000006fffffff (VERNEEDNUM) 4 0x000000006ffffff0 (VERSYM) 0x7462 0x000000006ffffff9 (RELACOUNT) 723 0x0000000000000000 (NULL) 0x0 ``` I also tried copying libgeanyplugins.* from /usr/local/lib to /usr/local/geany/lib. And launching geany as super-user. None of that fixed my problem. -- 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-937126932
