<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">to debug why a plugin won't load even though it is found, you can run:<br>
$ ldd /path/to/plugin.so<br>
(this will print out all the libraries the given binary needs to load;<br>
if a library is not available on your system, it will be marked as "not<br>
found")<br></blockquote><div><br></div><div>thanks for info. you are right. this is my result. it means the links broken? how to re-link or fix it? thanks, jonghyun</div><div><br></div><div>$ ldd ~/pd-externals/Gem/gem_imageMAGICK.so</div><div><span class="" style="white-space:pre">        </span>linux-vdso.so.1 =>  (0x00007ffe5294f000)</div><div><span class="" style="white-space:pre">       </span>libMagick++.so.4 => not found</div><div><span class="" style="white-space:pre">   </span>libMagickCore.so.4 => not found</div><div><span class="" style="white-space:pre"> </span>libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f03d08ef000)</div><div><span class="" style="white-space:pre"> </span>libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f03d052a000)</div><div><span class="" style="white-space:pre">       </span>libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f03d0314000)</div><div><span class="" style="white-space:pre">       </span>libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f03d000d000)</div><div><span class="" style="white-space:pre">       </span>/lib64/ld-linux-x86-64.so.2 (0x00005649f80b2000) </div></div></div></div>