On Tue, Jan 21, 2025 at 12:38 AM Amit P <amit.subscription@gmail.com> wrote:
Are you saying we can't use Freeradius 3.0.26 package with OpenSSL3.0.
As a fellow user, I can't comment on that since I haven't tested it myself.
Please let me know if I am missing anything.
I would, however, ask why you're using that combination. You might have better luck: - use packages provided by freeradius (which Alan linked). or - using distro-provided packages. or - using libraries provided by the distro, and compile your own latest version (should be 3.2.6) If you somehow end up with "I'm stuck with openssl 3.0 from the OS/distro, but need freeradius 3.0 because my old server runs that version". I suggest take a look at docker: https://hub.docker.com/r/freeradius/freeradius-server (if you're new to docker, in this context it allows an app to have it's own libraries / dependencies, separate from the OS) -- Fajar