On 9 Jul 2013, at 13:10, Rahul Godbole <[email protected]> wrote:
> Hi > > I cross compile Freeradius 2.1.9 for my embedded device. So far we have been > compiling it with OpenSSL and everything works fine. However, I now want to > compile it without OpenSSL. Can you tell me hat option I should pass to the > configure script for this? --without-openssl Could we see all the configure arguments pretty please? > > I tried using --with-openssl=no and --without-openssl. However, both do not > seem to work because I see an error during config that these are unrecognised > options. Works for me with current 2.2.x HEAD Check Make.inc You should see: OPENSSL_LIBS = OPENSSL_INCLUDE = -DNO_OPENSSL > Also, I am trying to use CyaSSL ( cyassl.org ) instead of OpenSSL. yassl.org Cyassl is the name of the C library. > Is there are ready config option for using CyaSSL. No. The server has no explicit support for CyaSSL. They claim to have an OpenSSL compatibility layer, you should be able to use it by specifying: --with-openssl-includes=DIR Directory to look for OpenSSL include files --with-openssl-libraries=DIR Directory to look for OpenSSL library files -Arran Arran Cudbard-Bell <[email protected]> FreeRADIUS Development Team - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

