You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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:
Am I missing something?
Debian 12.
The text was updated successfully, but these errors were encountered: