Hello, I am having a terrible time getting FreeRADIUS to build using the OpenSSL that I specify in the configure. What must I do? Here are the configure directives I am using. - Bill # Location to install freeradius INSTALLDIR=/home/wrettig/TestRadius # Location to get openssl libs. This coupled with OPENSSLTARG will get the # right libs OPENSSLBASE=/home/wrettig/development/ThirdParty/openssl/openssl-0.9.8k2 # Directory that contains openssl libs for a particular target OPENSSLTARG=linux-x86_64 ./configure --bindir=$INSTALLDIR/bin --sbindir=$INSTALLDIR/sbin --libexecdir=$INSTALLDIR/libexec --sysconfdir=$INSTALLDIR/etc --sharedstatedir=$INSTALLDIR/com --localstatedir=$INSTALLDIR/var --libdir=$INSTALLDIR/lib --includedir=$INSTALLDIR/include --oldincludedir=$INSTALLDIR/old/include --datadir=$INSTALLDIR/data --infodir=$INSTALLDIR/info --mandir=$INSTALLDIR/man --with-openssl=yes --with-openssl-includes=$OPENSSLBASE/$OPENSSLTARG/include/openssl --with-openssl-libraries=$OPENSSLBASE/$OPENSSLTARG/lib --with-rlm-eap-tls-include-dir=$OPENSSLBASE/$OPENSSLTARG/include/openssl