On Feb 4, 2018, at 2:58 PM, Sergio NNX <sfhacker@hotmail.com> wrote:,
I'm in the process of building FR 3.0.16 from source against OpenSSL 1.1.1 and I have come across the following linking errors:
build/lib/local/.libs/libfreeradius-eap.a(eapcrypto.o):eapcrypto.c:(.text+0xe0): undefined reference to `fr_sha1_update' build/lib/local/.libs/libfreeradius-eap.a(eapcrypto.o):eapcrypto.c:(.text+0xfa): undefined reference to `fr_sha1_final' build/lib/local/.libs/libfreeradius-eap.a(fips186prf.o):fips186prf.c:(.text+0xb4): undefined reference to `fr_sha1_init' build/lib/local/.libs/libfreeradius-eap.a(fips186prf.o):fips186prf.c:(.text+0xe4): undefined reference to `fr_sha1_trans
You did something other than: $ ./configure $ make So... what did you do? Alan DeKok.