Re: Need some help configuring freeradius - openssl problem (EAP)

2003-09-01 Thread Artur Hecker
Hi madhusudan! if you look at the mail list archives, i posted a manually edited Makefile for the eap_tls module a while ago. ciao artur Alan DeKok wrote: Madhusudan Singh [EMAIL PROTECTED] wrote: I tried what you suggested. Downloaded freeradius-snapshot-20030830. No go. I still get :

Re: Need some help configuring freeradius - openssl problem (EAP)

2003-09-01 Thread Madhusudan Singh
Hi Artur, Thanks for the heads up. I wish to fix the configure script though. For instance : the correct set of options to use were (note the openssl options) : ./configure --prefix=/usr/local/freeradius --with-mcrypt=/usr/local/lib/libmcrypt/

Re: Need some help configuring freeradius - openssl problem (EAP)

2003-09-01 Thread Alan DeKok
Madhusudan Singh [EMAIL PROTECTED] wrote: I wish to fix the configure script though. Then read the configure *log* files. The output that 'configure' prints to the screen just tells you what went wrong. It doesn't tell you *why* it went wrong. The only way to fix configure is to know

Re: Need some help configuring freeradius - openssl problem (EAP)

2003-08-31 Thread Madhusudan Singh
Hi I did that, and found that the correct set of options to use were (note the openssl options) : ./configure --prefix=/usr/local/freeradius --with-mcrypt=/usr/local/lib/libmcrypt/ --with-mhash=/usr/local/lib/libmhash/ --with-ltdl-lib=/usr/lib --with-gnu-ld

Need some help configuring freeradius - openssl problem (EAP)

2003-08-30 Thread Madhusudan Singh
Hi, I sent this message out twice, but did not get a response. I was wondering if someone could help me. --- Hi, I have openssl 0.9.7 installed in /usr/local/ssl, and am trying to configure my freeradius installation at my

Need some help configuring freeradius - openssl problem (EAP)

2003-08-30 Thread Madhusudan Singh
Hi, I sent this message out twice, but did not get a response. I was wondering if someone could help me. --- Hi, I have openssl 0.9.7 installed in /usr/local/ssl, and am trying to configure my freeradius installation at my

Re: Need some help configuring freeradius - openssl problem (EAP)

2003-08-30 Thread Thor Spruyt
From: Madhusudan Singh [EMAIL PROTECTED] configure: warning: FAILURE: rlm_eap_tls requires: (openssl/ssl.h) libcrypto libssl. This is the problem. How do I fix this problem ? By installing libcrypto and libssl Do a find / -name ssl.h to find out if ssl.h is already there. Thor. -

Re: Need some help configuring freeradius - openssl problem (EAP)

2003-08-30 Thread Alan DeKok
Madhusudan Singh [EMAIL PROTECTED] wrote: I have openssl 0.9.7 installed in /usr/local/ssl, and am trying to configure my freeradius installation at my wireless access point with : ./configure --prefix=/usr/local/freeradius --with-ssl=/usr/local/ssl ... That won't work in

Re: Need some help configuring freeradius - openssl problem (EAP)

2003-08-30 Thread Madhusudan Singh
Hi Thanks for your response. Let me try this out. MS That won't work in FreeRADIUS 0.9.0. It doesn't use that option to look for OpenSSL. Try the latest CVS snapshot, and do: ./configure --prefix=/usr/local/freeradius --with-open-ssl-inc=/usr/local/ssl/include

Re: Need some help configuring freeradius - openssl problem (EAP)

2003-08-30 Thread Madhusudan Singh
Hi I tried what you suggested. Downloaded freeradius-snapshot-20030830. No go. I still get : checking for openssl/ssl.h... no checking for DH_new in -lcrypto... no checking for SSL_new in -lssl... no checking how to run the C preprocessor... (cached) gcc -E checking for openssl/err.h...

Re: Need some help configuring freeradius - openssl problem (EAP)

2003-08-30 Thread Alan DeKok
Madhusudan Singh [EMAIL PROTECTED] wrote: I tried what you suggested. Downloaded freeradius-snapshot-20030830. No go. I still get : checking for openssl/ssl.h... no checking for DH_new in -lcrypto... no ... Try looking at the logs from 'configure'. If that doesn't help, edit

Need some help configuring freeradius - openssl problem (EAP)

2003-08-28 Thread Madhusudan Singh
Hi, I have openssl 0.9.7 installed in /usr/local/ssl, and am trying to configure my freeradius installation at my wireless access point with : ./configure --prefix=/usr/local/freeradius --with-ssl=/usr/local/ssl --with-mcrypt=/usr/local/lib/libmcrypt/ --with-mhash=/usr/local/lib/libmhash/

Need some help configuring freeradius - openssl problem (EAP)

2003-08-28 Thread Madhusudan Singh
Hi, I have openssl 0.9.7 installed in /usr/local/ssl, and am trying to configure my freeradius installation at my wireless access point with : ./configure --prefix=/usr/local/freeradius --with-ssl=/usr/local/ssl --with-mcrypt=/usr/local/lib/libmcrypt/ --with-mhash=/usr/local/lib/libmhash/