LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-27-2021, 01:27 AM   #1
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Rep: Reputation: Disabled
openssl10 removed


It seems that after removing openssl10-solibs the links /lib64/libssl.so.1 and /lib64/libcrypto.so.1 are lost (not provided by openssl-1.1.1). This make some programs fail

Quote:
--> SDLvncviewer
SDLvncviewer: error while loading shared libraries: libssl.so.1: cannot open shared object file: No such file or directory
 
Old 01-27-2021, 01:53 AM   #2
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,220

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Did you forget to install-new maybe?

Code:
~ # slackpkg file-search libssl.so.1

Looking for libssl\.so\.1 in package list. Please wait... DONE

The list below shows the packages that contains "libssl\.so\.1" file.

[ Status     ] [ Repository   ] [ Package                         ]
   installed       slackware64      openssl-1.1.1i-x86_64-2
   installed       slackware64      openssl-solibs-1.1.1i-x86_64-2

Last edited by drgibbon; 01-27-2021 at 01:54 AM.
 
1 members found this post helpful.
Old 01-27-2021, 02:07 AM   #3
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Original Poster
Rep: Reputation: Disabled
I did "upgradepkg --reinstall" to openssl-1.1.1i-x86_64-2 and openssl-solibs-1.1.1i-x86_64-2. This did not create the links libssl.so.1 and libcrypto.so.1
 
Old 01-27-2021, 02:20 AM   #4
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,220

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Weird, I don't have /lib64/libssl.so.1, only /lib64/libssl.so.1.1, but SDLvncviewer doesn't throw that error for me:
Code:
~ SDLvncviewer                  
27/01/2021 16:19:46 ConnectClientToTcpAddr6: connect
27/01/2021 16:19:46 Unable to connect to VNC server

Last edited by drgibbon; 01-27-2021 at 02:22 AM.
 
Old 01-27-2021, 02:28 AM   #5
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Original Poster
Rep: Reputation: Disabled
In "ldd /usr/bin/SDLvncviewer" I have

Quote:
libssl.so.1.1 => /lib64/libssl.so.1.1 (0x00007fdbba620000)
libssl.so.1 => not found
 
Old 01-27-2021, 03:00 AM   #6
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,220

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Code:
ldd /usr/bin/SDLvncviewer | grep libssl
        libssl.so.1.1 => /lib64/libssl.so.1.1 (0x00007f902f43e000)
(with libvncserver-0.9.13-x86_64-2).
 
Old 01-27-2021, 03:12 AM   #7
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Rep: Reputation: 187Reputation: 187
@Toutatis What if you try with re-installing libvncserver-0.9.13-x86_64-2.txz ?
(slackpkg reinstall libvncserver)

As drgibbon I'm having the exact same result here (except for the (0x00007fxxxxx) part obviously)
 
Old 01-27-2021, 03:26 AM   #8
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Original Poster
Rep: Reputation: Disabled
I have reinstalled libvncserver-0.9.13-x86_64-2.txz, and also run ldconfig, but the result is the same.
The only way to solve the problem is to create the links /lib64/libssl.so and /lib64/libcrypto.so.1
 
Old 01-27-2021, 04:03 AM   #9
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,783

Rep: Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460
SDLvncviewer links to some library which links to the old openssl libraries on your system. Try
Code:
readelf -d /usr/bin/SDLvncviewer |grep NEEDED
and check all those libraries listed, which one of those needs libssl.so.1.

You don't have anything in /usr/local/lib or /usr/local/lib64, do you?
 
Old 01-27-2021, 04:47 AM   #10
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Original Poster
Rep: Reputation: Disabled
@Petri Kaukasoina This was (my own) ffmpeg that did need it. The problem disappeared after recompilation.
I should have verified everything that needed libssl.so, and not the first one (SDLvncviewer). I should also have verified the packages that are not the same as slackware official ones, since they can affect slackware official packages.

Thank you everyone
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Doubt openssl10-1.0.2t-x86_64-1.txz Nick-us Slackware 4 10-02-2019 02:31 PM
[SOLVED] Eric removed Palemon from his smithy - palemoon: removed from the repository becasuse [sic] of developer attitude Darth Vader Slackware 14 09-02-2018 01:30 PM
When 1 app is removed, is it removed from the other accounts too? drpeppercan Linux Mint 12 12-24-2017 07:42 AM
Removed accidently removed panel at Suse 11.1? alte_mann SUSE / openSUSE 6 01-29-2009 04:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration