<div dir="ltr">Thanks IOhannes<div><br></div><div>so, I ran that command and this is what I get:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>linux-vdso.so.1 (0x00007fffa4460000)</div><div>       libX11.so.6 => /lib64/libX11.so.6 (0x00007f51d1de5000)</div><div>        libc.so.6 => /lib64/libc.so.6 (0x00007f51d1c1c000)</div><div>    libxcb.so.1 => /lib64/libxcb.so.1 (0x00007f51d1bf1000)</div><div>        libdl.so.2 => /lib64/libdl.so.2 (0x00007f51d1bea000)</div><div>  /lib64/ld-linux-x86-64.so.2 (0x00007f51d2165000)</div><div> libXau.so.6 => /lib64/libXau.so.6 (0x00007f51d1be4000)</div></blockquote><div><br></div><div>compared to yours, I am missing 2 libs which are:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6(0x00007f67d158a000)</div><div>libbsd.so.0 => /usr/lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f67d156e000)</div></blockquote><div><br></div><div>however, when I search for installers, both are already installed and if I do a "whereis"</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>whereis libbsd</div><div>libbsd: /usr/lib64/libbsd.so /usr/share/man/man7/libbsd.7.gz</div><div>---</div><div>whereis libXdmcp<br>libXdmcp: /usr/lib64/libXdmcp.so<br></div><div><br></div></blockquote>so I guess the problem is here, but I have no idea how to fix this.<div>ideas?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 25, 2020 at 11:37 AM IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2/25/20 4:47 PM, José Rafael Subía Valdez wrote:<br>
> Hello list,<br>
> <br>
> I have installed the dnd-plugin available on Deken in my Fedora 31<br>
> computer, and it does not work, How can I troubleshoot this to find out<br>
> whats going on. same plugin works like a charm in my ubuntu 19 machines.<br>
> <br>
<br>
the dnd-plugin has a binary component (dnd-plugin/tkdnd/<a href="http://libtkdnd2.8.so" rel="noreferrer" target="_blank">libtkdnd2.8.so</a>),<br>
that links to a couple of libraries.<br>
if any of them is missing, the plugin cannot be loaded.<br>
<br>
you can check the dependencies, by running 'ldd' on the binary.<br>
<br>
on my system this returns:<br>
<br>
```sh<br>
$ ldd tkdnd/<a href="http://libtkdnd2.8.so" rel="noreferrer" target="_blank">libtkdnd2.8.so</a><br>
        linux-vdso.so.1 (0x00007ffddbf5d000)<br>
        libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f67d1b83000)<br>
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f67d19c3000)<br>
        libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f67d1999000)<br>
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f67d1994000)<br>
        /lib64/ld-linux-x86-64.so.2 (0x00007f67d1f12000)<br>
        libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f67d1790000)<br>
        libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6<br>
(0x00007f67d158a000)<br>
        libbsd.so.0 => /usr/lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f67d156e000)<br>
```<br>
<br>
if any of the lines contains a "not found", then you must install the<br>
missing library via your package manager.<br>
<br>
gfrdsam<br>
IOhannes<br>
<br>
PS: and don't forget to report any success :-)<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">José Rafael Subía Valdez<br><div><a href="http://www.jrsv.net" target="_blank">www.jrsv.net</a><br><div><br></div><div><br><div><br><font face="'lucida grande', tahoma, verdana, arial, sans-serif" size="4"><span style="font-size:14px;line-height:17px"><br></span></font></div></div></div></div></div>