openslide build error
Benjamin Gilbert
bgilbert at cs.cmu.edu
Tue Aug 30 23:26:57 EDT 2016
On Sun, Aug 28, 2016 at 07:22:32PM +0800, Doo Wong via openslide-users wrote:
> I compile the libtiff fine for opencv but have not found out what is wrong
> with it. Could you please tell me how to check it?
What version of libtiff did you compile? Normally, you should use the copy
of libtiff provided by Ubuntu, instead of compiling your own. To use the
Ubuntu copy of libtiff when compiling other software, you need to install
its development headers (with "sudo apt-get install libtiff5-dev").
Please run this command and post the output:
find /usr -name 'libtiff.so*' -exec ls -l {} ';' 2>/dev/null
--Benjamin Gilbert
More information about the openslide-users
mailing list