On 2/25/20 4:47 PM, José Rafael Subía Valdez wrote: > Hello list, > > I have installed the dnd-plugin available on Deken in my Fedora 31 > computer, and it does not work, How can I troubleshoot this to find out > whats going on. same plugin works like a charm in my ubuntu 19 machines. >
the dnd-plugin has a binary component (dnd-plugin/tkdnd/libtkdnd2.8.so),
that links to a couple of libraries.
if any of them is missing, the plugin cannot be loaded.
you can check the dependencies, by running 'ldd' on the binary.
on my system this returns:
```sh
$ ldd tkdnd/libtkdnd2.8.so
linux-vdso.so.1 (0x00007ffddbf5d000)
libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6
(0x00007f67d1b83000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f67d19c3000)
libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1
(0x00007f67d1999000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f67d1994000)
/lib64/ld-linux-x86-64.so.2 (0x00007f67d1f12000)
libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6
(0x00007f67d1790000)
libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6
(0x00007f67d158a000)
libbsd.so.0 => /usr/lib/x86_64-linux-gnu/libbsd.so.0
(0x00007f67d156e000)
```
if any of the lines contains a "not found", then you must install the
missing library via your package manager.
gfrdsam
IOhannes
PS: and don't forget to report any success :-)
signature.asc
Description: OpenPGP digital signature
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
