23 Nov
2017
23 Nov
'17
9:01 a.m.
On Nov 23, 2017, at 8:54 AM, kavita jindal <kavita.jindal@gmail.com> wrote:
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?
Yes... FreeRADIUS works with OpenSSL 1.1.0
Currently when I install free radius using apt-get It links libssl.1.0.0 present in lib directory. ldd command shows that.
That's nice.
If I remove libssl1.1.0 and install libssl1.1.0g and then install free radius shall it link with libssl1.1.0 Automatically?
I'd hope so. Again, if you can't debug build issues, you shouldn't be doing custom builds. This list isn't the place to learn how your local C compiler and linker works. Alan DeKok.