Hi Alan, Is it possible to install free radius with open ssl 1.1.0g forcefully or I have to manually compile with Openssl 1.1.0g?Has this combination been tested? Currently when I install free radius using apt-get It links libssl.1.0.0 present in lib directory. ldd command shows that. If I remove libssl1.1.0 and install libssl1.1.0g and then install free radius shall it link with libssl1.1.0 Automatically? Regards Kavita On Thursday, November 23, 2017, Alan DeKok <aland@deployingradius.com> wrote:
On Nov 22, 2017, at 11:52 PM, kavita jindal <kavita.jindal@gmail.com <javascript:;>> wrote:
I am compiling freeradius using:
./configure --with-openssl-includes=/usr/include/ --with-openssl-libraries=/usr/lib/ CPPFLAGS="-I /usr/include/openssl/" CFLAGS="-I /usr/include/openssl/"
That doesn't make sense. You're supposed to pass the paths to --with-openssl-, NOT as CPPFLAGS and CFLAGS.
In short, if you're not familiar with customizing software, you shouldn't customize software.
Also i have verified the path and they contain SSL header files.
Since the error is below "*fr_tls_status_t unknown" ..* this is defined in \freeradius-server-3.0.x\src\include\tls-h . Why the corresponding .h file is not present.
Because the "configure" process didn't find OpenSSL. If you read the output of "configure", it will tell you what's going on.
Honestly, find an OS which has OpenSSL 1.1.0 pre-installed, and use that.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html