23 May
2024
23 May
'24
11:23 a.m.
I am working on building FreeRADIUS (v3.2.2) and OpenSSL (v3.3) separately with cmake files. After compilations done, I am getting an error "Error: (TLS) Failed loading legacy provider" when run radius server with "radiusd -Xx". I also looked with strace command to see any loading issue. It seems that it does not find the legacy.so library file. I also tried to give rpath with patchelf command to define the exact path of legacy.so which is created during openssl compilation. It still looks a different path which does not include the related legacy provider library (legacy.so). Do you have any suggestions?