Can't run freeradius after reboot
Hi, I think there were some updates on our RHEL 9 machine where I test frreeradius, and now radiusd refuses to run: radiusd -X Error : tls - libssl version mismatch. built: 30000070 linked: 30200020 I upgraded to 3.2.6, and it didn’t seem to fix. Any clues on how to fix this? Best, Francis
On 19/11/2024 08:48, Francis Augusto Medeiros-Logeay via Freeradius-Users wrote:
I think there were some updates on our RHEL 9 machine where I test frreeradius, and now radiusd refuses to run:
radiusd -X Error : tls - libssl version mismatch. built: 30000070 linked: 30200020
I upgraded to 3.2.6, and it didn’t seem to fix.
Hmm, looks like they bumped OpenSSL from 3.0.7 up to 3.2.2 in RHEL 9.5. We build on Rocky9 (latest Docker image is 9.3) which still has 3.0.7. According to Rocky's release schedule version 9.5 should arrive in November, so when that's out we can rebuild packages against OpenSSL 3.2.
Any clues on how to fix this?
For the time being, roll back to before the update. -- Matthew
On 19 Nov 2024, at 12:11, Matthew Newton via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
On 19/11/2024 08:48, Francis Augusto Medeiros-Logeay via Freeradius-Users wrote:
I think there were some updates on our RHEL 9 machine where I test frreeradius, and now radiusd refuses to run: radiusd -X Error : tls - libssl version mismatch. built: 30000070 linked: 30200020 I upgraded to 3.2.6, and it didn’t seem to fix.
Hmm, looks like they bumped OpenSSL from 3.0.7 up to 3.2.2 in RHEL 9.5. We build on Rocky9 (latest Docker image is 9.3) which still has 3.0.7.
According to Rocky's release schedule version 9.5 should arrive in November, so when that's out we can rebuild packages against OpenSSL 3.2.
Any clues on how to fix this?
For the time being, roll back to before the update.
Thanks a lot Matthew! Best, Francis
participants (2)
-
Francis Augusto Medeiros-Logeay -
Matthew Newton