<div dir="ltr">If I open a terminal and directly type in "matlab" ,the matlab will start. So I think the matlab bin directory is in my library search path. So what do you think is the problem?</div><div class="gmail_extra"><br><div class="gmail_quote">2016-09-01 11:30 GMT+08:00 Benjamin Gilbert <span dir="ltr"><<a href="mailto:bgilbert@cs.cmu.edu" target="_blank">bgilbert@cs.cmu.edu</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Aug 31, 2016 at 08:23:36PM +0800, Doo Wong via openslide-users wrote:<br>
> lrwxrwxrwx 1 root root 16  March 23 23:25 /usr/lib/x86_64-linux-gnu/<wbr>libtiff.so -> libtiff.so.5.2.0<br>
> -rw-r--r-- 1 root root 467208  March 23 23:26 /usr/lib/x86_64-linux-gnu/<wbr>libtiff.so.5.2.0<br>
> lrwxrwxrwx 1 root root 16  March 23 23:25 /usr/lib/x86_64-linux-gnu/<wbr>libtiff.so.5 -> libtiff.so.5.2.0<br>
> -r-xr-xr-x 1 root root 658217 December 29  2014 /usr/local/MATLAB/R2015a/bin/<wbr>glnxa64/libtiff.so.5.0.5<br>
> lrwxrwxrwx 1 root root 16  August  4 15:56 /usr/local/MATLAB/R2015a/bin/<wbr>glnxa64/libtiff.so.5 -> libtiff.so.5.0.5<br>
<br>
</span>Okay, I'm not seeing an older self-compiled libtiff (at least, not one<br>
installed in /usr), but there's a libtiff distributed with MATLAB.  Is the<br>
MATLAB bin directory in your library search path?<br>
<br>
    echo $LIBRARY_PATH<br>
    echo $LD_LIBRARY_PATH<br>
    cat /etc/ld.so.conf /etc/ld.so.conf.d/*<br>
    ldconfig -p | grep libtiff.so<br>
<span class="HOEnZb"><font color="#888888"><br>
--Benjamin Gilbert<br>
</font></span></blockquote></div><br></div>