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: silently not building rlm_x99_token. configure: warning: FAILURE: rlm_x99_token requires: des_cbc_encrypt.
I guess this is also caused by the absence of ssl.h in the configure path. I do have --with-mcrypt= option though.
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/local/ssl/lib ...
and it should be better.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
