Hi everybody , I am trying to set up freeradius-1.1.3 and to support PEAP/MSCHAPV2 i need to compile 2 modules which aren't build with ./configure ,make , make install. These modules are rlm_eap_peap and rlm_eap_tls in /usr/local/src/freeradius-1.1.3/src/modules/rlm_eap/types/ directory. Then i do : root@apolyxrono2:/usr/local/src/freeradius-1.1.3/src/modules/rlm_eap/types/rlm_eap_peap# ./configure and the output is: checking for OpenSSL support... no configure: WARNING: silently not building rlm_eap_peap. configure: WARNING: FAILURE: rlm_eap_peap requires: OpenSSL. configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged I have installed libssl0.9.8 , libssl-dev and openssl . Can anyone help me because i don't have a lot of time !!! thanks Adreas Polyxronopoulos Send instant messages to your online friends http://uk.messenger.yahoo.com ___________________________________________________________ Try the all-new Yahoo! Mail. "The New Version is radically easier to use" – The Wall Street Journal http://uk.docs.yahoo.com/nowyoucan.html
adreas Polyxronopoulos wrote:
Hi everybody ,
I am trying to set up freeradius-1.1.3 and to support PEAP/MSCHAPV2 i need to compile 2 modules which aren't build with ./configure ,make , make install. These modules are rlm_eap_peap and rlm_eap_tls in /usr/local/src/freeradius-1.1.3/src/modules/rlm_eap/types/ directory. Then i do :
root@apolyxrono2:/usr/local/src/freeradius-1.1.3/src/modules/rlm_eap/types/rlm_eap_peap# ./configure
You shouldn't have to do that. If the OpenSSL libraries are installed in a place where the dynamic linker can find them, then running "configure" at the top level should work.
Can anyone help me because i don't have a lot of time !!!
You can always edit the makefiles by hand. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
adreas Polyxronopoulos -
Alan DeKok