Home:ALL Converter>scilab_SIVP atomsload error

scilab_SIVP atomsload error

Ask Time:2014-04-30T13:56:36         Author:user264136

Json Formatter

I am facing a problem in loading SIVP toolbox in Scilab console. I am using scilab 5.5.0.I have installed libtiff4. I am getting the following error. Can anyone please help?

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

Author:user264136,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/23380652/scilab-sivp-atomsload-error
user3669283 :

I had the same problem. I am using Fedora 20. Navigate to your lib folder and check to see if you have libtiff.so.4, you probably don't have this file or else you wouldn't get this error. However, you may have libtiff.so.5 or .3. If you have the older one just install .4 by installing openCV. If you have .5 then you'll have to create a symbolic link like \nsudo -c 'ln -s libtiff.so.5 libtiff.so.4\n\nThis solves the problem in Linux.",
2014-05-23T14:25:11
yy