Hi,
I'm still having trouble to use scilab 6.0.0 in Ubuntu 17.10. As i stated in 
previous mail, i managed ton install ubuntu 18.04 version, but it has the well 
known input function bug. I can live without input, despite i use scilab for 
teaching numerical methods and input is very useful. But then i realized atoms 
is also not working, at least in my pc. I get the error

So, i thought i could compile scilab myself, but when running configure file, i 
get this error:

configure: error: curl : library missing. (Cannot find symbol 
curl_easy_setopt). Check if curl is installed and if the version is correct

Curl is installed:

curl -V
curl 7.55.1 (x86_64-pc-linux-gnu) libcurl/7.55.1 OpenSSL/1.0.2g zlib/1.2.11 
libidn2/2.0.2 libpsl/0.18.0 (+libidn2/2.0.2) librtmp/2.3
Release-Date: 2017-08-14
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 
pop3s rtmp rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL 
libz TLS-SRP UnixSockets HTTPS-proxy PSL

So i wen to config.log and found this:

configure:31521: $CURL_CONFIG --checkfor $CURL_REQUIRED_VERSION
configure:31524: $? = 0
configure:31626: checking for curl_easy_setopt in -lcurl
configure:31659: gcc -o conftest -I/home/pablo/scilab/scilab/usr/include -g -O2 
  -Wl,--no-as-needed conftest.c -lcurl  -L/home/pablo/scilab/scilab/usr/lib 
-lcurl -L/home/scilab/work/linux-prer$
/usr/bin/ld: warning: libssl.so.0.9.8, needed by 
/home/pablo/scilab/scilab/usr/lib/libcurl.so, not found (try using -rpath or 
-rpath-link)
/usr/bin/ld: warning: libcrypto.so.1.0.0, needed by 
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libssl.so, may 
conflict with libcrypto.so.0.9.8
/home/pablo/scilab/scilab/usr/lib/libcurl.so: undefined reference to 
`SSLv2_client_method'
collect2: error: ld returned 1 exit status

I have libssl and libcrypto, but i think i have newer versions. I could not 
manage to install those versions.

Is this the problem? how can i solve this?
Thanks

El mar, 6 de feb 2018 a las 2:18 PM, Pablo Fonovich <pablo_...@hotmail.com> 
escribió:
Thanks,
I solved it updating too. Anyway, that version is the one with input command 
bugged. I wish i could use a nigthly build where that bug is fixed. Also, 
trying to download a nigthly build lead me to 404 http error.

El mar, 6 de feb 2018 a las 10:54 AM, Paul Onions <ponion...@gmail.com> 
escribió:
On 6 February 2018 at 13:25, Pablo Fonovich 
<pablo_...@hotmail.com<mailto:pablo_...@hotmail.com>> wrote:
Hi, I also followed the steps in my Ubuntu 17.10 but it just keeps installing 
scilab 5.5.2. Am i doing something wrong?
I seem to remember doing a "sudo apt update" after step 2, before step 3. I 
also made sure I had removed the 5.5.2 release before trying this, just to make 
sure things didn't get confused. Though as shown in my last message I still 
managed to confuse myself a little bit by not removing the tarfile 6.0.0 
release I had lying around :-) Hope this helps, Paul 
_______________________________________________ users mailing list 
users@lists.scilab.org<mailto:users@lists.scilab.org> 
http://lists.scilab.org/mailman/listinfo/users
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to