Comment 1 for bug 1087347

Revision history for this message
marceluda (marceluda-gmail) wrote : Re: scilab-sivp not working for quantal

I've the same problem. I'va solved it by doing the following as root:

cd /usr/lib
 for i in libopencv*2.3.1; do ln -s $i $( basename $i .2.3.1 ); done

The problem is that sivp tries to find .so library filenames but ubuntu provides .so.2.3.1