我在Scilab控制台中加载SIVP工具箱时遇到问题。我使用的是scilab 5.5.0。我已经安装了libtiff4。我收到以下错误。有人可以帮忙吗?
SIVP - Scilab Image and Video Processing Toolbox
Load macros
Load gateways
atomsLoad: An error occurred while loading 'SIVP-0.5.3.1-2':
link: The shared archive was not loaded: libtiff.so.4: cannot open shared object file: No such file or directory
!--error 10000
at line 335 of function atomsLoad called by :
atomsLoad SIVP
答案 0 :(得分:1)
我遇到了同样的问题。我正在使用Fedora 20.导航到你的lib文件夹,检查你是否有libtiff.so.4,你可能没有这个文件,否则你不会得到这个错误。但是,您可以使用libtiff.so.5或.3。如果你有旧的安装。只需安装.4安装openCV。如果你有.5那么你必须创建一个象征性的链接
sudo -c 'ln -s libtiff.so.5 libtiff.so.4
这解决了Linux中的问题。
答案 1 :(得分:0)
你有自己的诽谤吗?
如果没有,你正在运行Ubuntu
sudo apt-get install libtiff4