openslide build error

Benjamin Gilbert bgilbert at cs.cmu.edu
Wed Aug 31 23:30:49 EDT 2016


On Wed, Aug 31, 2016 at 08:23:36PM +0800, Doo Wong via openslide-users wrote:
> lrwxrwxrwx 1 root root 16  March 23 23:25 /usr/lib/x86_64-linux-gnu/libtiff.so -> libtiff.so.5.2.0
> -rw-r--r-- 1 root root 467208  March 23 23:26 /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.0
> lrwxrwxrwx 1 root root 16  March 23 23:25 /usr/lib/x86_64-linux-gnu/libtiff.so.5 -> libtiff.so.5.2.0
> -r-xr-xr-x 1 root root 658217 December 29  2014 /usr/local/MATLAB/R2015a/bin/glnxa64/libtiff.so.5.0.5
> lrwxrwxrwx 1 root root 16  August  4 15:56 /usr/local/MATLAB/R2015a/bin/glnxa64/libtiff.so.5 -> libtiff.so.5.0.5

Okay, I'm not seeing an older self-compiled libtiff (at least, not one
installed in /usr), but there's a libtiff distributed with MATLAB.  Is the
MATLAB bin directory in your library search path?

    echo $LIBRARY_PATH
    echo $LD_LIBRARY_PATH
    cat /etc/ld.so.conf /etc/ld.so.conf.d/*
    ldconfig -p | grep libtiff.so

--Benjamin Gilbert


More information about the openslide-users mailing list