Dave Gibelli wrote:
Hi> I am having problems compiling with eap module. Here is the section from config.log showing what I think is the problem. I have the latest OpenSSL and Freeradius 1.1.7
Any ideas?
configure:20584: gcc -o conftest -g -O2 -D_REENTRANT
It's not a compile problem. The "configure" tests are there so that the server can find out if your system has the packages to *start* the compilation. In this case, your system fails to meet the minimum prerequisites to build all of the modules in EAP.
-D_POSIX_PTHREAD_SEMANTICS conftest.c -lssl -L/usr/local/ssl/lib -lnsl -lresolv -lpthread >&5 /usr/local/ssl/lib/libssl.a(ssl_lib.o): In function `SSL_clear': ssl_lib.c:(.text+0x28): undefined reference to `ERR_put_error'
You do not have the crypto libraries installed. Alan DeKok,