*This message was transferred with a trial version of CommuniGate(tm) Pro* Alan DeKok сообщил:
Victor A Belous <[EMAIL PROTECTED]> wrote:
When I run configure with the command line
./configure --with-openssl-includes=/usr/local/ssl/include --with-openssl-libraries=/usr/local/ssl
Are you sure it isn't: ... --with-openssl-libraries=/usr/local/ssl/lib ?
I had tried
--with-openssl-libraries=/usr/local/ssl/lib --with-openssl-libraries=/usr/local/ssl --with-openssl-libraries=/usr/local --with-openssl-libraries=/usr --with-openssl-libraries and --with-openssl-libraries=/usr/local/ssl/lib/libssl.so
with the same error.
What path is correct?
Tnanks.
Victor Belous
checking for OpenSSL version >= 0.9.7... yes
checking for DH_new in -lcrypto... yes
checking for SSL_new in -lssl... no
Yup.
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
Use the correct path.
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

