> From: Alan DeKok
> Sent: Thursday, 25 September 2003 6:47 PM

> "[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.

Currently, configure tests if -lsnmp requires -lcrypto... (aclocal.m4:3923)
after trying without... Might be worth checking if those errors have actually
caused HAVE_LIBSNMP to be undefined, ie those errors may be the _first_ attempt
to find libsnmp, the second (with -lcrypto) may have worked.

--
=========================================================
Paul "TBBle" Hampson
Bubblesworth Pty Ltd (ABN: 51 095 284 361)
[EMAIL PROTECTED]

On a sidewalk near Portland State
University someone wrote `Trust Jesus', and
someone else wrote `But Cut the Cards'.
---------------------------------------------------------
Random signature generator 3.0 by Paul "TBBle" Hampson
=========================================================


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to