LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-12-2022, 04:22 PM   #1
nicolaus_k
LQ Newbie
 
Registered: May 2022
Distribution: Linux Mint
Posts: 3

Rep: Reputation: 0
Linux Mint error msg: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file:


I was trying to install zerotier on Linux Mint. The installation stops at a message *** Waiting for identity generation ***

Checking the program's status with the command line interface in another terminal yields the message:

zerotier-cli: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

Has anybody encountered and fixed this issue?
 
Old 05-12-2022, 06:47 PM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

libssl.so.1.0.0 is quite old. What version of Mint are you running and how exactly did you install zerotier.

Evo2.
 
Old 05-13-2022, 12:23 AM   #3
nicolaus_k
LQ Newbie
 
Registered: May 2022
Distribution: Linux Mint
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks for the reply Evo2,

I used the install command from the zerotier web site https://www.zerotier.com/download/

curl -s https://install.zerotier.com | sudo bash

I am using Linux Mint 20.3 / Cinnamon 64-bit

I did try uninstalling zerotier and reinstalling from the Mint Software manager app, and it hangs up that same way with that install as well.
 
Old 05-13-2022, 01:20 AM   #4
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

I think I need some more information. Please run the following and post the output.
Code:
which zerotier-cli
ldd $(which zerotier-cli)
apt-cache show zerotier-one
Cheers,

Evo2.

P.S. Also, please include the output of the following:
Code:
apt-cache search libssl1

Last edited by evo2; 05-13-2022 at 02:41 AM. Reason: P.S.
 
Old 05-13-2022, 01:50 AM   #5
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,864

Rep: Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311
I guess you need to ask the official [zerotier] support about how should it be installed.
Would be nice to know the answer to post #4, and also how did you configure your software manager to find this package.
 
Old 05-13-2022, 02:29 AM   #6
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by pan64 View Post
and also how did you configure your software manager to find this package.
This can be seen by downloading at looking at the installation script. Eg

Code:
curl -s https://install.zerotier.com > zerotier-installer.sh
less zerotier-installer.sh
This is how I knew that there should be a package called "zerotier-one" on OPs system. I guess I could download the package myself, extract it and inspect it, but I feel like OP should be doing that leg work.

Cheers,

Evo2.
 
Old 05-13-2022, 02:57 AM   #7
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,864

Rep: Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311
Quote:
Originally Posted by evo2 View Post
Hi,

This can be seen by downloading at looking at the installation script. Eg

Code:
curl -s https://install.zerotier.com > zerotier-installer.sh
less zerotier-installer.sh
This is how I knew that there should be a package called "zerotier-one" on OPs system. I guess I could download the package myself, extract it and inspect it, but I feel like OP should be doing that leg work.

Cheers,

Evo2.
Yes, it looks like it produces an /etc/apt/sources.list.d/zerotier.list file, reconfigures apt and installs the package. But an incompatible one.
 
Old 05-13-2022, 03:12 AM   #8
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by pan64 View Post
Yes, it looks like it produces an /etc/apt/sources.list.d/zerotier.list file, reconfigures apt and installs the package. But an incompatible one.
Yeah. It seems that package does not list the libssl1.0 dependency. The question is now whether Mint 20.3 provides libssl1.0. I suspect it doesn't and has libssl1.1 instead.

So zerotier should fix their package to specify the libssl1 dependency and also fix it to link against libssl1.1 instead of libssl1.0.

Evo2.
 
Old 05-14-2022, 12:32 PM   #9
nicolaus_k
LQ Newbie
 
Registered: May 2022
Distribution: Linux Mint
Posts: 3

Original Poster
Rep: Reputation: 0
To Evo2 & pan64, I had a travel situation come up, and I am away from the machine that I was using for the installation. I will try your suggestions in a few day (probably about 5) and get back to you with the results. I really do appreciate the help, & sorry for the delay. About contacting zerotier directly, I did, and while their response was polite, it did not seem to be moving me any closer to a solution. That is when I posted my question on this forum. Thanks, and I will get back.
 
  


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
Error with GCC: while loading shared libraries: libisl.so.22: cannot open shared object file: No such file or directory juju Slackware 18 04-30-2021 05:25 PM
How to fix error: " error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory"? justa_skid Linux - Newbie 2 02-22-2021 02:23 AM
[SOLVED] thunar: error while loading shared libraries: libexo-2.so.0: cannot open shared object file: No such file or directory M0M0 Slackware 8 09-18-2020 06:57 PM
apt-config:error while loading shared libraries: libgcc_s.so.1 cannot open shared object file: No such file or directory wenyumei Ubuntu 1 07-20-2016 10:58 AM
error while loading shared libraries: libdb-4.1.so: cannot open shared object file putquery8581 Linux - Software 1 10-01-2004 07:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:20 AM.

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