29 Jun
2022
29 Jun
'22
5:26 p.m.
On Jun 29, 2022, at 3:01 PM, Kamil Jońca <kjonca@op.pl> wrote:
The FreeRADIUS packages should use only one version of OpenSSL. Why?
What I mean is that you shouldn't install two versions of FreeRADIUS, each of which depends on different versions of OpenSSL. You should try to avoid installing multiple versions of OpenSSL on the same machine. This makes building from source more difficult, as it's hard to control which version of OpenSSL gets chosen by the compiler / linker, vs run-time linker. i don't mean that FreeRADIUS should only use OpenSSL 3. We support multiple versions of OpenSSL... just only one at a time. Alan DeKok.