<div dir="ltr"><div>1. after run " cat /etc/ld.so.conf /etc/ld.so.conf.d/* " :</div><div>include /etc/ld.so.conf.d/*.conf</div><div><br></div><div>/usr/lib/x86_64-linux-gnu/libfakeroot</div><div># libc default configuration</div><div>/usr/local/lib</div><div>/usr/local/lib</div><div># Multiarch support</div><div>/lib/x86_64-linux-gnu</div><div>/usr/lib/x86_64-linux-gnu</div><div>/usr/lib/x86_64-linux-gnu/mesa-egl</div><div>/usr/lib/nvidia-352</div><div>/usr/lib32/nvidia-352</div><div># Legacy biarch compatibility support</div><div>/lib32</div><div>/usr/lib32</div><div>2. after run "<span style="font-size:14px">  ldconfig -p | grep libtiff.so</span>":</div><div><div>libtiff.so.5 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libtiff.so.5</div><div>libtiff.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libtiff.so</div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-09-01 16:35 GMT+08:00 Doo Wong <span dir="ltr"><<a href="mailto:mrwangdu8181@gmail.com" target="_blank">mrwangdu8181@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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="HOEnZb"><div class="h5"><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>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/libt<wbr>iff.so -> libtiff.so.5.2.0<br>
> -rw-r--r-- 1 root root 467208  March 23 23:26 /usr/lib/x86_64-linux-gnu/libt<wbr>iff.so.5.2.0<br>
> lrwxrwxrwx 1 root root 16  March 23 23:25 /usr/lib/x86_64-linux-gnu/libt<wbr>iff.so.5 -> libtiff.so.5.2.0<br>
> -r-xr-xr-x 1 root root 658217 December 29  2014 /usr/local/MATLAB/R2015a/bin/g<wbr>lnxa64/libtiff.so.5.0.5<br>
> lrwxrwxrwx 1 root root 16  August  4 15:56 /usr/local/MATLAB/R2015a/bin/g<wbr>lnxa64/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><font color="#888888"><br>
--Benjamin Gilbert<br>
</font></span></blockquote></div><br></div>
</div></div></blockquote></div><br></div>