cannot run Scilab

Hola
I just made a clean install in a new laptop of opensuse 13.1 and began adding the programs that I normally use. I have Scilab running in another machine but can’t get it working in this laptop.
According to the “Readme” file, all you need to do is to untar the tarball and, in command line, type (after moving to the Scilab directory):
./bin/scilab
When I do that I obtain this reply:
scilab-bin: /home/antonio/scilab/lib/thirdparty/libz.so.1: version `ZLIB_1.2.3.4’ not found (required by /usr/lib64/libpng16.so.16)

I already checked that the library is installed in the system, nonetheless the message keeps showing.

Any help will be greatly appreciatedlol!

On 12/11/2013 08:16 AM, jazmiel pecked at the keyboard and wrote:
> Hola
> I just made a clean install in a new laptop of opensuse 13.1 and began
> adding the programs that I normally use. I have Scilab running in
> another machine but can’t get it working in this laptop.
> According to the “Readme” file, all you need to do is to untar the
> tarball and, in command line, type (after moving to the Scilab
> directory):
> …/bin/scilab
> When I do that I obtain this reply:
> SCILAB-BIN: /HOME/ANTONIO/SCILAB/LIB/THIRDPARTY/LIBZ.SO.1: VERSION
> `ZLIB_1.2.3.4’ NOT FOUND (REQUIRED BY /USR/LIB64/LIBPNG16.SO.16)
> I already checked that the library is installed in the system,
> nonetheless the message keeps showing.
>
> Any help will be greatly appreciatedlol!
>
>

You might try the version for 12.3 found here:

Code:

http://software.opensuse.org/package/scilab

Ken

Hi
First of all, thanks for your replylol!
The link is not working. I mean, if i “click” on it, nothing happens
I downloaded version scilab-5.3.3 from its homepage and i receive the very same message as before
what can i do?:shame:

On 2013-12-12 02:16, jazmiel wrote:
>
> Hi
> First of all, thanks for your replylol!
> The link is not working. I mean, if i “click” on it, nothing happens

It is a link for reading, mostly. You can try the “1 click install” link
further on.


Cheers / Saludos,

Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)

Hola lol!
I did the one-click install; moved to the directory where it was deposited (/usr/bin/scilab) and when i type ‘scilab’ to execute the program i get this message::frowning:

** /usr/bin/scilab-bin: error while loading shared libraries: libtk8.5.so: cannot open shared object file: No such file or directory**

I donot know how to solve this. I wonder if this has to do anything with opensuse 13.1. I mean, I installed Scilab in Linux Mint Debian without any issue and is running as expected. Maybe, I think, I have to wait for a newer version of Scilab so it can run in opensuse. Am I right?

Anyway, I thank you very much your time, advice and support;)

Saludos

I had the same problem with openSUSE 13.1 and Scilab 5.4.1 and 5.3.3.

The 5.4.1 worked fine in openSUSE 12.2…

There is the bug #13145 in https://bugzilla.scilab.org/, but I have tried the solution indicated there without success.

Hope someone find a solution.

Hi,

Scilab-5.4.1 can be installed by adding my repo scilab2014 for openSUSE-13.1 as follow

$sudo zypper ar  http://download.opensuse.org/repositories/home:/ierturk:/scilab2014/openSUSE_13.1/ SCILAB2014

OR

by using YaST

Hope to it is useful.

Ibrahim

ierturk [at] ieee.org - www.progeltd.com

It is (at least for me). Nice job ierturk!

Thanks,

@Jazmiel:
Perhaps they were indeed right back here.
I don’t know if you already solved it, but I have faith in what it’s said in this other site. Can make a bit of sense…

Hi Kalten, Sounds good. Thanks.

Ibrahim

I tried that but Yast gives an error:

An error occurred during repository initialization.
|] Valid metadata not found at specified URL
Historik:
- |] Repository type can't be determined.


On 2014-01-19 16:56, LinAGKar wrote:
>
> ierturk;2615885 Wrote:
>> Hi,
>>
>> Scilab-5.4.1 can be installed by adding my repo scilab2014 for
>> openSUSE-13.1 as follow
>>
>>>
> Code:
> --------------------
> > > $sudo zypper ar http://tinyurl.com/myp9eol SCILAB2014
> --------------------

> I tried that but Yast gives an error:

Are you trying the tinyurl or the long one? Should be the long one.


Cheers / Saludos,

Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)

The url was shown as http://download.opensuse.org/reposit...openSUSE_13.1/ and i copy pasted that. When using the full url the repo works.
I still get an error when trying to run Scilab though:

/usr/bin/scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory

On 2014-01-19 18:26, LinAGKar wrote:

> Code:
> --------------------
> /usr/bin/scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory
> --------------------

Apparently you do not have a java installed on your system, and the rpm
you installed does not have a dependency on it, so that it would have
you required to install one automatically.


Cheers / Saludos,

Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)

Am 19.01.2014 21:18, schrieb Carlos E. R.:
> Apparently you do not have a java installed on your system, and the rpm
> you installed does not have a dependency on it, so that it would have
> you required to install one automatically.
>
It has that dependency


martinh@ganymed:~> rpm -q --requires scilab | grep java
javahelp2
libjava.so()(64bit)
martinh@ganymed:~>

and it works well here (I installed this afternoon from that repo).

@LinAGKar
How exactly did you install it?
A “zypper in scilab” should have installed all the dependencies.


PC: oS 13.1 x86_64 | i7-2600@3.40GHz | 16GB | KDE 4.11 | GTX 650 Ti
ThinkPad E320: oS 13.1 x86_64 | i3@2.30GHz | 8GB | KDE 4.11 | HD 3000
HTPC: oS 13.1 x86_64 | Celeron@1.8GHz | 2GB | Gnome 3.10 | HD 2500

On 2014-01-19 21:33, Martin Helm wrote:
> Am 19.01.2014 21:18, schrieb Carlos E. R.:
>> Apparently you do not have a java installed on your system, and the rpm
>> you installed does not have a dependency on it, so that it would have
>> you required to install one automatically.
>>
> It has that dependency

Oh. Then something else failed.


Cheers / Saludos,

Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)

Am 19.01.2014 18:26, schrieb LinAGKar:
> Code: -------------------- /usr/bin/scilab-bin: error while loading
> shared libraries: libjava.so: cannot open shared object file: No such
> file or directory --------------------
>
Did you run scilab-bin? This is not the way to start it, run scilab,
scilab-cli (if you want no gui, without java support), scilab-adv-cli
(if you want no gui but java support).


PC: oS 13.1 x86_64 | i7-2600@3.40GHz | 16GB | KDE 4.11 | GTX 650 Ti
ThinkPad E320: oS 13.1 x86_64 | i3@2.30GHz | 8GB | KDE 4.11 | HD 3000
HTPC: oS 13.1 x86_64 | Celeron@1.8GHz | 2GB | Gnome 3.10 | HD 2500

I do have java installed and I am running “scilab”. “scilab-adv-cli” gives the same error, though not “scilab-cli”.

Same here - this is scilab 5.5 from the opensuse “science” repo:

patti@OS123B:~> scilab-cli
Scilab 5.5.0 (Aug  5 2014, 20:23:55)
 
-->exit 
patti@OS123B:~> scilab-adv-cli
Could not find the Java configuration for the OS <linux>. Please contact us or submit a bug report with your detailed configuration http://bugzilla.scilab.org/
Fallback on the model </data/ldm/gempak/model> found by uname -m
/usr/bin/scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory
patti@OS123B:~> 
patti@OS123B:~> scilab
Could not find the Java configuration for the OS <linux>. Please contact us or submit a bug report with your detailed configuration http://bugzilla.scilab.org/
Fallback on the model </data/ldm/gempak/model> found by uname -m
/usr/bin/scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory
patti@OS123B:~> 


…seems unusual to have a repo software install fail. I just did a distribution upgrade 12.3 -> 13.1 x64

On 2014-09-21 05:56, PattiMichelle wrote:

> I just did a
> distribution upgrade 12.3 -> 13.1 x64

How exactly?


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)