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
checking for openssl/rand.h... no
checking for openssl/engine.h... no
configure: warning: silently not building rlm_eap_tls.
configure: warning: FAILURE: rlm_eap_tls requires: (openssl/ssl.h) libcrypto libssl.


and

checking for inttypes.h... (cached) yes
checking for DES_cbc_encrypt in -lcrypto... no
checking for des_cbc_encrypt in -lcrypto... no
configure: warning: silently not building rlm_x99_token.
configure: warning: FAILURE: rlm_x99_token requires:  des_cbc_encrypt.

I used the following different configure options :

--with-open-ssl-inc=, --with-openssl-inc and --with-openssl-include.

(the first is what you suggested, I was just trying to make sure it wasn't a typo)

Last configure command :

./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-include=/usr/local/ssl/include/ --with-openssl-lib=/usr/local/ssl/lib/

And I do have the following include file :

/usr/local/ssl/include/openssl/ssl.h

What could be wrong ?

Thanks,

MS

Alan DeKok wrote:

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 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/local/ssl/lib ...

and it should be better.

Alan DeKok.

- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html





- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to