"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > When I run the configure script I get the following errors in config.log: > > /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libsnmp.so: undefined > reference to `EVP_DigestInit'
The SNMP libraries were built to use OpenSSL. Yuck. > I am not sure how to fix this. Do: $ LIBS=-lssl -lcrypto $ export LIBS $ ./configure .... that may help. If not, let the configure process run, ignoring the complaints, and edit the Makefiles by hand. There's nothing magic about 'configure', it's just a short-cut for the common cases. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
