Comment 4 for bug 1087347

Revision history for this message
In , Sergio Benjamim (sergio-br2) wrote :

BUG DESCRIPTION:
----------------
Sivp does not work with Ubuntu (tested in Quantal and Trusty). When I try to load this package with scilab, I get the following message.

ERROR LOG:
----------
Start SIVP - Scilab Image and Video Processing Toolbox
 Load macros
 Load dependencies
ATTENTION : Can not load dependencies (opencv 2.3.1 or more required).

HOW TO REPRODUCE THE BUG:
-------------------------
Click in Modules --> sivp menu in main window

OTHER INFORMATION:
------------------
Symlinks missing in scilab beta 1 in trusty:

ln -r -s libopencv_calib3d.so.2.4.6 libopencv_calib3d.so
ln -r -s libopencv_contrib.so.2.4 libopencv_contrib.so
ln -r -s libopencv_core.so.2.4.6 libopencv_core.so
ln -r -s libopencv_features2d.so.2.4.6 libopencv_features2d.so
ln -r -s libopencv_flann.so.2.4.6 libopencv_flann.so
ln -r -s libopencv_highgui.so.2.4.6 libopencv_highgui.so
ln -r -s libopencv_imgproc.so.2.4.6 libopencv_imgproc.so
ln -r -s libopencv_legacy.so.2.4.6 libopencv_legacy.so
ln -r -s libopencv_ml.so.2.4.6 libopencv_ml.so
ln -r -s libopencv_objdetect.so.2.4.6 libopencv_objdetect.so
ln -r -s libopencv_video.so.2.4.6 libopencv_video.so

After make the symlinks, it works.