Hi Alan, Thanks for such a prompt reply. I got your point.
I think I will have to install the **OLD** version of ucd-snmp (ucd-snmp-4.2.6) in my RedHat 9 box. The headers that i have in /usr/include/ucd-snmp are ------------asn1.h----------------- #ifdef UCD_COMPATIBLE #include <net-snmp/library/asn1.h> #else #error "Please update your headers or configure using --enable-ucd-snmp-compatibility" #endif --------------snmp.h--------------- #ifdef UCD_COMPATIBLE #include <net-snmp/library/snmp.h> #else #error "Please update your headers or configure using --enable-ucd-snmp-compatibility" #endif ---------------snmp_impl.h------------- #ifdef UCD_COMPATIBLE #include <net-snmp/net-snmp-config.h> #include <net-snmp/types.h> #include <net-snmp/library/snmp_impl.h> #else #error "Please update your headers or configure using --enable-ucd-snmp-compatibility" #endif and all the files are using the headers of net-snmp. This has left me with no choice :) Thanks anyway Regards, Ats ----- Original Message ----- From: "Alan DeKok" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 11:31 PM Subject: Re: Need Help with SNMP > "Atanu Das" <[EMAIL PROTECTED]> wrote: > > net-snmp-5.0.6-17 > > FreeRADIUS can't use net-snmp. > > > This is just a wild guess. But I have the ucd-snmp as well net-snmp > > headers in /usr/include/ucd-snmp and /usr/include/net-snmp. > > Then get the server to look at *only* ucd-snmp, and ignore net-snmp. > > 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
