[Scilab-users] libsciparallel.so not provided

Martin Helm martin at null-a.de
Sun Dec 2 10:37:02 CET 2012


Am 02.12.2012 09:37, schrieb Paul Carrico:
>
> Dear,
>
> I installed Scilab binary files under 2 different linux OS (Opensuse
> and Centos) ; in both cases the libsciparallel.so library is missing …
>
> is there any workaround in order to use parallel_run function ?
>
> (I haven’t seen any rpm file of something like this …)
>
Which version have you installed? Looking at my system where 5.3.3 and
5.4.0 is installed I find the libraries here

/opt/scilab-5.3.3/lib/scilab/libsciparallel.so
/opt/scilab-5.3.3/lib/scilab/libsciparallel.so.5
/opt/scilab-5.3.3/lib/scilab/libsciparallel.so.5.3.3
/opt/scilab-5.4.0/lib/scilab/libsciparallel.so
/opt/scilab-5.4.0/lib/scilab/libsciparallel.so.5
/opt/scilab-5.4.0/lib/scilab/libsciparallel.so.5.4.0

so look into the place where you installed scilab into the lib/scilab
directory.
Check also with ldd if a needed library from your system is missing
which prevents it from loading
e. g.
ldd /opt/scilab-5.3.3/lib/scilab/libsciparallel.so



More information about the users mailing list