Re: scilab bin

2021-06-19 Thread George N. White III
On Sat, 19 Jun 2021 at 05:05, Barry Scott wrote: > > > > On 18 Jun 2021, at 21:50, Jerry James wrote: > > > > On Fri, Jun 18, 2021 at 2:40 PM Patrick Dupre wrote: > >> But > >> > >> scilab-bin: symbol lookup error: /lib64/libk5cry

Re: scilab bin

2021-06-19 Thread Barry Scott
> On 18 Jun 2021, at 21:50, Jerry James wrote: > > On Fri, Jun 18, 2021 at 2:40 PM Patrick Dupre wrote: >> But >> >> scilab-bin: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: >> EVP_KDF_ctrl, version OPENSSL_1_1_1b > > Take a look

Re: scilab bin

2021-06-18 Thread Samuel Sieb
On 2021-06-18 2:17 p.m., Patrick Dupre wrote: # ldd /lib64/libk5crypto.so.3 | grep crypto libcrypto.so.1.1 => /lib64/libcrypto.so.1.1 (0x7fecb90ca000) libcrypto.so.1.1 => /usr/local/scilab-6.1.0/lib/thirdparty/libcrypto.so.1.1 (0x7f4c37d2d000) And there is your problem. Try d

Re: scilab bin

2021-06-18 Thread Patrick Dupre
> Subject: Re: scilab bin > > On 6/18/21 1:38 PM, Patrick Dupre wrote: > > dnf install krb5-libs > > Last metadata expiration check: 0:44:00 ago on Fri 18 Jun 2021 09:47:24 PM > > CEST. > > Package krb5-libs-1.19.1-8.fc34.x86_64 is already installed. > >

Re: scilab bin

2021-06-18 Thread Samuel Sieb
to do. But scilab-bin: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b I don't know why you're getting that error. # nm -D /lib64/libk5crypto.so.3 | grep EVP_KDF_ctrl U EVP_KDF_ctrl@@OPENSSL_1_1_1b # ldd /lib64/libk

Re: scilab bin

2021-06-18 Thread Jerry James
On Fri, Jun 18, 2021 at 2:40 PM Patrick Dupre wrote: > But > > scilab-bin: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: > EVP_KDF_ctrl, version OPENSSL_1_1_1b Take a look here: https://bugzilla.redhat.com/show_bug.cgi?id=1829790 This seems to mean that scilab

Re: scilab bin

2021-06-18 Thread Patrick Dupre
> > On 18/06/2021 04:22, Patrick Dupre wrote: > > Still trying to run scilab:: > > scilab-bin: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: > > EVP_KDF_ctrl, version OPENSSL_1_1_1b > > > > dnf repoquery --whatprovides 'libk5cryp

Re: scilab bin

2021-06-17 Thread Ed Greshko
On 18/06/2021 04:22, Patrick Dupre wrote: Still trying to run scilab:: scilab-bin: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b dnf repoquery --whatprovides 'libk5crypto.so.3' [egreshko@meimei ~]$ dnf repoquery --wh

Re: scilab bin

2021-06-17 Thread Patrick Dupre
Still trying to run scilab:: scilab-bin: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b dnf repoquery --whatprovides 'libk5crypto.so.3' Traceback (most recent call last): File "/usr/bin/dnf", line 57, in from dnf.cl

Re: scilab bin

2021-06-16 Thread Samuel Sieb
On 2021-06-16 1:32 p.m., Patrick Dupre wrote: OK, very good, thanks now scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory dnf repoquery --whatprovides libjava.so java-11-openjdk-headless-1:11.0.11.0.9-4.fc34.i686 java-11

Re: scilab bin

2021-06-16 Thread Patrick Dupre
OK, very good, thanks now scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory dnf repoquery --whatprovides libjava.so java-11-openjdk-headless-1:11.0.11.0.9-4.fc34.i686 java-11-openjdk-headless-slowdebug-1:11.0.11.0.9-4.fc34

Re: scilab bin

2021-06-13 Thread Samuel Sieb
On 6/13/21 2:26 PM, Patrick Dupre wrote: Trying to install scilab 6.1.0 from scilab-6.1.0.bin.linux-x86_64.tar.gz I got: scilab-bin: error while loading shared libraries: libldap-2.4.so.2: cannot open shared object file: No such file or directory I could bit find libldap only penldap

scilab bin

2021-06-13 Thread Patrick Dupre
Trying to install scilab 6.1.0 from scilab-6.1.0.bin.linux-x86_64.tar.gz I got: /usr/bin/chcon: failed to change context of '/usr/local/scilab-6.1.0/bin/scilab-bin' to ‘unconfined_u:object_r:execmem_exec_t:s0’: Operation not permitted Error: Cannot chcon 'scilab-bin' /usr/