RE: FreeRADIUS / ucd-snmp-4.2.3 snmp errors in config.log

2003-09-26 Thread Paul Hampson
From: [EMAIL PROTECTED] Sent: Friday, 26 September 2003 8:03 AM $ LIBS=-lssl -lcrypto $ export LIBS $ ./configure that may help. Thanks, it's getting better! I did as you suggested and now I am only getting: /usr/lib/libsnmp.so: undefined reference to `des_cbc_encrypt'

Re: FreeRADIUS / ucd-snmp-4.2.3 snmp errors in config.log

2003-09-25 Thread Alan DeKok
[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

RE: FreeRADIUS / ucd-snmp-4.2.3 snmp errors in config.log

2003-09-25 Thread Paul Hampson
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

Re: FreeRADIUS / ucd-snmp-4.2.3 snmp errors in config.log

2003-09-25 Thread [EMAIL PROTECTED]
$ LIBS=-lssl -lcrypto $ export LIBS $ ./configure that may help. Thanks, it's getting better! I did as you suggested and now I am only getting: /usr/lib/libsnmp.so: undefined reference to `des_cbc_encrypt' /usr/lib/libsnmp.so: undefined reference to `des_key_sched' - List