-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Bug Report
Describe the bug
Install fails on Alma linux 9 with dependency error
To Reproduce
- Steps to reproduce the problem:
Run:
curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | sh
on Alma Linux 9.
Expected behavior
Installs cleanly.
Actual behaviour
[mstevens@localhost ~]$ sudo su -
[sudo] password for mstevens:
Last login: Wed May 14 09:49:17 BST 2025 on pts/0
[root@localhost ~]# curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3917 100 3917 0 0 19107 0 --:--:-- --:--:-- --:--:-- 19107
================================
Fluent Bit Installation Script
================================
This script requires superuser access to install packages.
You will be prompted for your password by sudo.
[fluent-bit]
name = Fluent Bit
# Legacy server style
baseurl = https://packages.fluentbit.io/centos/$releasever/
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://packages.fluentbit.io/fluentbit.key
enabled=1
Fluent Bit 960 B/s | 866 B 00:00
Fluent Bit 18 kB/s | 3.1 kB 00:00
Importing GPG key 0x3888C1CD:
Userid : "Fluentbit releases (Releases signing key) <[email protected]>"
Fingerprint: C3C0 A285 34B9 293E AF51 FABD 9F9D DC08 3888 C1CD
From : https://packages.fluentbit.io/fluentbit.key
Fluent Bit 66 kB/s | 77 kB 00:01
Error:
Problem: cannot install the best candidate for the job
- nothing provides libcrypto.so.3(OPENSSL_3.4.0)(64bit) needed by fluent-bit-4.0.2-1.aarch64 from fluent-bit
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Your Environment
- Version used: Latest single line install script from https://docs.fluentbit.io/manual/installation/linux/redhat-centos
- Server type and version: aarch64 (alma linux vm on macos)
- Operating System and version: Alma Linux 9
Additional context
Unable to install or update on Alma Linux 9.
Elwell, root-expert, kkantonop and hal58th