Hello Alan, thanks a lot for your response, as i am building Freeradius on Centos 7, i confirm i have only one version of Openssl openssl-1.0.2k-25.el7_9.x86_64 Thanks Bassem Le jeu. 28 avr. 2022 à 15:14, Alan DeKok <aland@deployingradius.com> a écrit :
On Apr 28, 2022, at 10:08 AM, Bassem Mettichi <mettichi@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.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html