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 kno

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/ --with-mhash=/usr/local/lib/lib

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-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 --with-openssl-includes=/u

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,

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... no

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. I used --with-ssl= because I used it to configure my local Apache installation. That apart, I also get the following error : checking for DES_cbc_encrypt in -lcrypto... no checking for des_cbc_encrypt in -lcrypto... no configure: warning:

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 --with-openssl-lib=/usr/lo

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

2003-08-30 Thread Madhusudan Singh
Hi Thanks for your response. I do have ssl.h : /usr/local/ssl/include/openssl/ssl.h However, I have a wrinkle in my entire installation. I have the openssl-0.9.7a-5 rpm installed system wide, in addition to openssl-0.9.7b in /usr/local/ssl. I cannot get rid of the older version b

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 Free

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.

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 w

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 w

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/ -