15 Jun
2010
15 Jun
'10
3:12 p.m.
On Jun 15, 2010, at 11:29 AM, David Peterson wrote:
=== configuring in ./types/rlm_eap_ttls (/usr/src/freeradius-server/src/modules/rlm_eap/./types/rlm_eap_ttls) configure: running /bin/bash ./configure '--prefix=/usr/local' '--enable-ltdl-install=no' --cache-file=/dev/null --srcdir=. checking for OpenSSL support... yes
The OpenSSL library headers are packaged as libssl-dev in ubuntu. The configure script has found the headers.... so remove all the freeradius libraries and binaries copied into place from your previous 'make install', make distclean, ./configure <options>, make, make install. -Arran