21 Jan
2020
21 Jan
'20
8 a.m.
On Jan 21, 2020, at 7:56 AM, Ferdinand Goldmann <Ferdinand.Goldmann@jku.at> wrote:
Using the backtrace from gdb I was able to find the culprit: the openldap-client. :-(
While the updated freeRADIUS server was compiled against openssl 1.1.1d from the FreeBSD ports tree, the openldap-client was compiled against openssl 1.0.2s from the base system. This led to the segmentation violation.
Yeah, that will cause issues. The Unix shared library system is atrociously broken.
Once I re-installed openldap-client compiled against openssl 1.1.1d from the ports tree radiusd started just fine.
Good to hear. Alan DeKok.