<div dir="ltr">I got this output:<div><div>lrwxrwxrwx 1 root root 16  March 23 23:25 /usr/lib/x86_64-linux-gnu/libtiff.so -> libtiff.so.5.2.0</div><div>-rw-r--r-- 1 root root 467208  March 23 23:26 /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.0</div><div>lrwxrwxrwx 1 root root 16  March 23 23:25 /usr/lib/x86_64-linux-gnu/libtiff.so.5 -> libtiff.so.5.2.0</div><div>-r-xr-xr-x 1 root root 658217 December 29  2014 /usr/local/MATLAB/R2015a/bin/glnxa64/libtiff.so.5.0.5</div><div>lrwxrwxrwx 1 root root 16  August  4 15:56 /usr/local/MATLAB/R2015a/bin/glnxa64/libtiff.so.5 -> libtiff.so.5.0.5</div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-08-31 11:26 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 Sun, Aug 28, 2016 at 07:22:32PM +0800, Doo Wong via openslide-users wrote:<br>
> I compile the libtiff fine for opencv but have not found out what is wrong<br>
> with it. Could you please tell me how to check it?<br>
<br>
</span>What version of libtiff did you compile?  Normally, you should use the copy<br>
of libtiff provided by Ubuntu, instead of compiling your own.  To use the<br>
Ubuntu copy of libtiff when compiling other software, you need to install<br>
its development headers (with "sudo apt-get install libtiff5-dev").<br>
<br>
Please run this command and post the output:<br>
<br>
    find /usr -name 'libtiff.so*' -exec ls -l {} ';' 2>/dev/null<br>
<span class="HOEnZb"><font color="#888888"><br>
--Benjamin Gilbert<br>
</font></span></blockquote></div><br></div>