Closed
Description
Bug Report
Describe the bug
Install fails on RedHat 9 with dependency error
To Reproduce
`[root@servername x86_64]$ yum install fluent-bit-4.0.3-1.x86_64.rpm
Updating Subscription Management repositories.
Last metadata expiration check: 1:42:32 ago on Mon 02 Jun 2025 06:41:52 AM GMT.
Error:
Problem: conflicting requests
- nothing provides libcrypto.so.3(OPENSSL_3.4.0)(64bit) needed by fluent-bit-4.0.3-1.x86_64 from @commandline
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
`
Expected behavior
Installs with all dependencies being met.
Your Environment
- Version used: Latest version downloaded from https://packages.fluentbit.io/centos/9/
- Server type and version: x86_64
- Operating System and version: Red Hat Enterprise Linux 9.6
Additional context
As the package is taken from the centos folder, it's likely the same issue as #10333 where the CentOS 9 Stream is built against a more recent openssl version than the one RedHat 9 has available.
Seems to have been effecting releases since fluent-bit-4.0.1, was hoping it would be fixed when #10333 was.