dc_shell遇到libtiff.so.3: cannot open shared object file: No such file or directory,怎么解决?用yum install libtiff
安装却提示:Package libtiff-4.0.3-35.el7.x86_64 already installed and latest version。
dc_shell遇到libtiff.so.3: cannot open shared object file: No such file or directory,怎么解决?用yum install libtiff
安装却提示:Package libtiff-4.0.3-35.el7.x86_64 already installed and latest version。
centos7里,libtiff.so.3需要用老的兼容版本,所以安装compat-libtiff3.x86_64就可以了。
yum install compat-libtiff3.x86_64