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 ? > 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

