10Troubleshoot - amagerard/Freeradius GitHub Wiki
Almalinux/FreeRadius
01 Sypnoptic | 02 Network | 03 FreeRadius | 04 InstanceDefault | |
---|---|---|---|---|
05 InstanceSql | 06 InstanceLdap | 07 InstanceAD | 08 Selinux | 09 GnomeShell |
DaloRadius | OpenLdap | SambaAD | 10 Troubleshoot |
10. Troubleshoot.
10.1 Critical freeradius service (november 28, 2024).
https://forums.rockylinux.org/t/rocky-linux-and-openssl-3-2-2/16622
You have updated almalinux to 9.5.
The freeradius service does not start anymore.
You have this message:
libssl version mismatch. built: 30000070 linked: 30200020
the solution is to recompile freeradius.
cd /opt/freeradius
./configure --prefix=/usr --sysconfdir=/etc
make
make install
Restart your freeradius service.