zerotier / zeronsd

A DNS server for ZeroTier users
https://zerotier.com
BSD 3-Clause "New" or "Revised" License
493 stars 56 forks source link

Didn't actually fix libssl problem? #229

Open bepstein111 opened 6 months ago

bepstein111 commented 6 months ago

So I just downloaded the latest .deb release (0.5.2) which mentions the mixup between libssl3 and 1.1 under "fixes made", making me think that it was fixed in this version. I just went to install it however, and recieved the following:

sudo dpkg -i zeronsd_0.5.2_amd64.deb 
Selecting previously unselected package zeronsd.
(Reading database ... 117786 files and directories currently installed.)
Preparing to unpack zeronsd_0.5.2_amd64.deb ...
Unpacking zeronsd (0.5.2) ...
dpkg: dependency problems prevent configuration of zeronsd:
 zeronsd depends on libssl1.1 (>= 1.1.1); however:
  Package libssl1.1 is not installed.

dpkg: error processing package zeronsd (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 zeronsd

Am I missing something? Debian 12.

paul-chambers commented 5 months ago

Can confirm this problem also occurs on Ubuntu 23.10, too.

nrvale0 commented 5 months ago

Seeing same errors as above on Debian 12. It appears as though the assets listed under Releases have not been updated with fix?

I'm trying to build from src now...

nrvale0 commented 5 months ago
git clone https://github.com/zerotier/zeronsd
cd zeronsd
docker build .

Build runs clean. Docs say that it installs the package automagically for you which I don't want. That doesn't appear to have worked on the build machine and I cannot find the .deb in the work dir nor in the container layers so that I can copy to another machine.

Is zeronsd actually supported? The above plus not having a tag since Spring of '22 makes me wonder.