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
Trying to install ZeroTier on RHEL 8 on s390x but the package is not available from the ZeroTier repo. Please see the output below.
On the other hand, I was able to install ZeroTier on RHEL 9 s390x successfully. Can RHEL 8 package be added for s390x?
Thanks for your help.
$ cat /etc/os-release
NAME="Red Hat Enterprise Linux"
VERSION="8.10 (Ootpa)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="8.10"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Red Hat Enterprise Linux 8.10 (Ootpa)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos"
HOME_URL="https://www.redhat.com/"
DOCUMENTATION_URL="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_BUGZILLA_PRODUCT_VERSION=8.10
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.10"
$ if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi
gpg: WARNING: no command supplied. Trying to guess what you mean ...
gpg: Signature made Thu 29 Aug 2024 10:50:04 AM PDT
gpg: using RSA key 74A5E9C458E1A431F1DA57A71657198823E52A61
gpg: issuer "[email protected]"
gpg: Good signature from "ZeroTier, Inc. (ZeroTier Support and Release Signing Key) <[email protected]>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 74A5 E9C4 58E1 A431 F1DA 57A7 1657 1988 23E5 2A61
*** ZeroTier Service Quick Install for Unix-like Systems
*** Tested OSes / distributions:
*** MacOS (10.13+) (just installs ZeroTier One.pkg)
*** Debian Linux (7+)
*** RedHat/CentOS Linux (6+)
*** Fedora Linux (16+)
*** SuSE Linux (12+)
*** Mint Linux (20+)
*** Kali Linux (2024.1+)
*** Supported architectures vary by OS / distribution. We try to support
*** every system architecture supported by the target.
*** Please report problems by opening a GitHub issue or Pull Request at:
*** https://github.com/zerotier/install.zerotier.com
*** Please include the content of `/etc/os-release` for your distribution.
*** Detecting Linux Distribution
*** Found RHEL/CentOS/Rocky, creating /etc/yum.repos.d/zerotier.repo
*** Installing ZeroTier service package...
Updating Subscription Management repositories.
Red Hat Enterprise Linux 8 for IBM z Systems - BaseOS (RPMs) 94 kB/s | 4.1 kB 00:00
Red Hat Enterprise Linux 8 for IBM z Systems - AppStream (RPMs) 92 kB/s | 4.5 kB 00:00
ZeroTier, Inc. RPM Release Repository 53 kB/s | 13 kB 00:00
Error:
Problem: cannot install the best candidate for the job
- package zerotier-one-1.14.2-1.el8.aarch64 from zerotier does not have a compatible architecture
- nothing provides ld-linux-aarch64.so.1()(64bit) needed by zerotier-one-1.14.2-1.el8.aarch64 from zerotier
- nothing provides ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) needed by zerotier-one-1.14.2-1.el8.aarch64 from zerotier
- nothing provides libdl.so.2(GLIBC_2.17)(64bit) needed by zerotier-one-1.14.2-1.el8.aarch64 from zerotier
- nothing provides libm.so.6(GLIBC_2.17)(64bit) needed by zerotier-one-1.14.2-1.el8.aarch64 from zerotier
- nothing provides libpthread.so.0(GLIBC_2.17)(64bit) needed by zerotier-one-1.14.2-1.el8.aarch64 from zerotier
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
*** Package installation failed! Unfortunately there may not be a package
*** for your architecture or distribution. For the source go to:
*** https://github.com/zerotier/ZeroTierOne
The text was updated successfully, but these errors were encountered:
Trying to install ZeroTier on RHEL 8 on s390x but the package is not available from the ZeroTier repo. Please see the output below.
On the other hand, I was able to install ZeroTier on RHEL 9 s390x successfully. Can RHEL 8 package be added for s390x?
Thanks for your help.
The text was updated successfully, but these errors were encountered: