scilab-sivp not working
Bug #1087347 reported by
Fr Ch
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scilab |
Unknown
|
Medium
|
|||
sivp (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
SIVP does not work with Quantal Quetzal (and Trusty too). When I try to load this toolbox in scilab, I get the following message:
Start SIVP - Scilab Image and Video Processing Toolbox
Load macros
Load dependencies
ATTENTION : Can not load dependencies (opencv 2.3.1 or more required).
tags: | added: trusty |
summary: |
- scilab-sivp not working for quantal + scilab-sivp not working |
Changed in scilab: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
Changed in scilab: | |
status: | Confirmed → Unknown |
Changed in sivp (Ubuntu): | |
importance: | Undecided → Medium |
To post a comment you must log in.
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