<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title></title>
</head>
<body style="font-family:Arial;font-size:14px">
<p>Hello,<br>
<br>
Sorry, I thought that I had to use the same directory layout as in the official 6.0.1. Now that I have copied<br>
<br>
scilab/lib/thirdparty and scilab/thirdparty (.jar files)<br>
<br>
at the same location in the install folder, scilab seems to start but freezes :<br>
<br>
~/WORK$ SCIVERBOSE=1 ./bin/scilab<br>
SCILABBIN : scilab-bin<br>
DISABLE_JAVA_DETECTION : 0<br>
SCILAB_MODE : gui<br>
OS : Linux<br>
MODEL : x86_64<br>
IS_SCILAB_BINARY : 0<br>
Trying to find Java in /usr/java/jdk1.8.*/<br>
Trying to find Java in /usr/lib/jvm/java-1.8.0-openjdk-amd64/<br>
Java found in /usr/lib/jvm/java-8-openjdk-amd64<br>
JAVA_HOME : /usr/lib/jvm/java-8-openjdk-amd64<br>
SCI : /home/mottelet/WORK/share/scilab/<br>
SCIBIN : /home/mottelet/WORK/bin/scilab-bin<br>
PATH : /home/mottelet/WORK/share/scilab/:/home/mottelet/WORK/share/scilab//bin:/home/mottelet/WORK/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin<br>
CLASSPATH : /home/mottelet/WORK/share/scilab//modules/core/jar/org.scilab.modules.core.jar<br>
EGL_DRIVER : egl_glx<br>
LD_LIBRARY_PATH : /home/mottelet/WORK/share/scilab//lib/thirdparty:/home/mottelet/WORK/share/scilab//bin:/home/mottelet/WORK/share/scilab//lib/scilab/:/home/mottelet/WORK/share/scilab//lib64/scilab/:.:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/native_threads/:/home/mottelet/WORK/share/scilab//lib/thirdparty/redist<br>
DOCBOOK : /home/mottelet/WORK/share/scilab//thirdparty/docbook<br>
<br>
(the script freezes at this point).<br>
<br>
In -nwni I have the following error :<br>
<br>
~/WORK$ SCIVERBOSE=1 ./bin/scilab -nwni<br>
SCILABBIN : scilab-cli-bin<br>
DISABLE_JAVA_DETECTION : 1<br>
SCILAB_MODE : nwni<br>
OS : Linux<br>
MODEL : x86_64<br>
IS_SCILAB_BINARY : 0<br>
SCI : /home/mottelet/WORK/share/scilab/<br>
SCIBIN : /home/mottelet/WORK/bin/scilab-cli-bin<br>
PATH : /home/mottelet/WORK/share/scilab/:/home/mottelet/WORK/share/scilab//bin:/home/mottelet/WORK/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin<br>
CLASSPATH :<br>
EGL_DRIVER :<br>
LD_LIBRARY_PATH : /home/mottelet/WORK/share/scilab//lib/thirdparty:/home/mottelet/WORK/share/scilab//bin:/home/mottelet/WORK/share/scilab//lib/scilab/:/home/mottelet/WORK/share/scilab//lib64/scilab/:.:/home/mottelet/WORK/share/scilab//lib/thirdparty/redist<br>
DOCBOOK : /home/mottelet/WORK/share/scilab//thirdparty/docbook<br>
Scilab branch-6.0 (May 18 2018, 08:28:32)<br>
<br>
Une erreur a été détectée en chargeant /home/mottelet/WORK/share/scilab//modules/functions/.libs/libscifunctions.so : /home/mottelet/WORK/share/scilab//modules/functions/.libs/libscifunctions.so: cannot open shared object file: No such file or directory<br>
<br>
--><br>
<br>
However, the scilab binary runs fine in all modes from the build folder.<br>
<br>
S.<br>
<br>
<br>
Quoting Clément David <<a href="mailto:Clement.David@esi-group.com">Clement.David@esi-group.com</a>>:</p>
<blockquote style="border-left:2px solid blue;margin-left:2px;padding-left:12px;" type="cite">
<p>Hello Stéphane,<br>
<br>
This issue (or similar startup issues) comes from a version mismatch on dependencies between<br>
configure/build time and run time. You have to ship the same (or compatible) thirdparty within the<br>
install dir. By default, the launcher script (at run time) add the directories shipped with the<br>
scilab binary.<br>
<br>
After copying the thirdparty to the same location as in the binary, you should make scilab run. If<br>
not, the location you put them might not be good. If you want to debug these things, use :<br>
<br>
SCIVERBOSE=1 /home/mottelet/WORK/bin/scilab<br>
<br>
<br>
<br>
Thanks,<br>
<br>
--<br>
Clément<br>
<br>
Le vendredi 18 mai 2018 à 09:03 +0200, Stéphane Mottelet a écrit :</p>
<blockquote style="border-left:2px solid blue;margin-left:2px;padding-left:12px;" type="cite">
<p>Hello,<br>
<br>
Under Linux, make install fails to make a working standalone Scilab (here<br>
with branch-6.0)<br>
<br>
I did:<br>
<br>
make clean<br>
./configure --prefix=/home/mottelet/WORK<br>
make<br>
make install<br>
<br>
then, /home/mottelet/WORK/bin/scilab gives me:<br>
<br>
/home/mottelet/WORK/bin/scilab-bin: error while loading shared libraries:<br>
libssl.so.0.9.8: cannot open shared object file: No such file or directory<br>
<br>
When I saw that the WORK/lib/thirdparty/ folder was missing I made a clone<br>
of the thirdparty folder which is part of my git repo in WORK/lib/thirdparty<br>
<br>
but I still get the same error. What did I miss ?<br>
<br>
S.</p>
</blockquote>
_______________________________________________<br>
dev mailing list<br>
<a href="mailto:dev@lists.scilab">dev@lists.scilab</a>.<a href="orghttps://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/dev" target="_blank">orghttps://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/dev</a></blockquote>
<p><br>
<br></p>
</body>
</html>