[Scilab-users] SIVP problem via ATOMS with Linux Mint 18.1 - HELP

Nikolay Strelkov n.strelkov at gmail.com
Sat Nov 11 16:06:11 CET 2017


Dear Dave!

I got libtiff.so.4 from Ubuntu Saucy (see this AskUbuntu answer -
https://askubuntu.com/a/457034/66509 ).

Then I installed SIVP with
atomsUpdate(); atomsInstall("SIVP");
from Scilab 5.5.2 x64 on Ubuntu Xenial Xerus 16.04 LTS (as your LinuxMint
is based on it).

As was already mentioned on SIVP ATOMS page - symbolics links are broken
inside SIVP archive (
https://atoms.scilab.org/toolboxes/SIVP/0.5.3.2#comment2775 ) .

So with current SIVP version user should do the following from terminal:

cd /home/$USER/.Scilab/scilab-5.5.2/atoms/SIVP/
0.5.3.2/thirdparty/opencv/linux/x64

rm libavcodec.so
ln -s libavcodec.so.52 libavcodec.so

rm libavformat.so
ln -s libavformat.so.52 libavformat.so

rm libavutil.so
ln -s libavutil.so.49 libavutil.so

rm libcvaux.so
ln -s libcvaux.so.4 libcvaux.so

rm libcv.so
ln -s libcv.so.4 libcv.so

rm libcxcore.so
ln -s libcxcore.so.4 libcxcore.so

rm libdc1394.so
ln -s libdc1394.so.22 libdc1394.so

rm libhighgui.so
ln -s libhighgui.so.4 libhighgui.so

rm libml.so
ln -s libml.so.4 libml.so

rm libswscale.so
ln -s libswscale.so.0 libswscale.so


I'm not SIVP and/or OpenCV expert, I did not use it before your e-mail,
but it seems that it works after aforementioned manipulations.
I can run all SIVP Demonstrations.

Hope this helps.



--

*With best regards,Ph.D., *


*associate professor at MPEI
<http://mpei.ru/lang/en/Pages/default.aspx>,IEEE member,maintainer of
Mathieu functions toolbox for Scilab
<http://atoms.scilab.org/toolboxes/Mathieu/>,Nikolay Strelkov.*

2017-11-11 13:29 GMT+03:00 David Brant <brantosaurus at hotmail.com>:

> Hi
> Everything works fine on windows, but unforunately i need to work with
> linux.
> It appears ATOMS has not been configured to run correctly on Linux Mint.
> This is a real same. Without the toolkits, its reduce capability is a big
> hit.
>
> Would this be worth submitting as a bug report?
>
> Dave
>
>
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20171111/b795c3d5/attachment.htm>


More information about the users mailing list