Building Freeradius 3.2.0

Alan DeKok aland at deployingradius.com
Thu Apr 28 14:14:10 UTC 2022


On Apr 28, 2022, at 10:08 AM, Bassem Mettichi <mettichi at gmail.com> wrote:
> iam trying to build Freeradius 3.2.0 from source when i run make i get
> these warnings:
> ...
> How to solve this issue ?

  Your system is broken.  Those errors come because it's building against the OpenSSL3 headers, but the servers thinks that the system has OpenSSL 1 installed.

  3.2.0 was tested with OpenSSL 1.1.0 and OpenSSL 3.  It works with both of them.

  My guess is that you've installed both OpenSSL 1 and OpenSSL 3 on the same system.  The C compiler may then pick up one version during the "configure" stage, and then another during the normal build process.

  Ensure that you have only one version of OpenSSL installed.

  Alan DeKok.



More information about the Freeradius-Users mailing list