*This message was transferred with a trial version of CommuniGate(tm) Pro* On sparc SOLARIS 2.9
When I run configure with the command line
./configure --with-openssl-includes=/usr/local/ssl/include --with-openssl-libraries=/usr/local/ssl
then I got the messages:
checking for openssl/ssl.h... yes checking for openssl/err.h... yes checking for openssl/crypto.h... yes checking for openssl/rand.h... yes checking for openssl/engine.h... yes checking for OpenSSL version >= 0.9.7... yes checking for DH_new in -lcrypto... yes checking for SSL_new in -lssl... no
What does that mean the last messge? And how I can view the path of lssl?
Next, I get the follow messages:
checking for openssl/ssl.h... yes checking for DH_new in -lcrypto... yes checking for SSL_new in -lssl... no checking how to run the C preprocessor... (cached) gcc -E checking for openssl/err.h... (cached) yes checking for openssl/engine.h... (cached) yes configure: warning: silently not building rlm_eap_sim. configure: warning: FAILURE: rlm_eap_sim requires: libssl.
Why it don't find libssl? I put in command line the path --with-openssl-libraries=/usr/local/ssl.
bash-2.05# ls /usr/local/ssl/lib
libcrypto.a libcrypto.so.0 libssl.a libssl.so.0 pkgconfig
libcrypto.so libcrypto.so.0.9.7 libssl.so libssl.so.0.9.7
and in Make.inc
OPENSSL_LIBS = OPENSSL_INCLUDE =
What must I do for include openssl lib?
Thanks
Victor Belous
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

