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
RPM Package freeradius-mysql for v3.2 should be compatible with both MariaDB and mysql .
When installing on on Rocky Linux 9 it fails for missing dependency libmysqlclient.so
From the spec file v3.2.x/redhat/freeradius.spec starting from RHEL 10 the dependency for mariadb-connector-c is supported; for RHEL 7,8,9 dependency is on mysql(-libs) only.
MariaDB provides compatibility package for mysql(-libs) only for RHEL 7,8.
Dependency for RHEL 9 is not handled by any package.