net-snmp dlmod support

2009-01-20 Thread Ansa Ahammed
Hi, I am using net-snmp-5.4 package for my application. I want to support dlmod for my Enterprise specific MIB files. i used the following options to configure the package: ./configure --with-cc=powerpc-linux-gcc --with-ld=powerpc-linux-gcc --with-ldflags="-lpthread" --with-ar=powerpc-linux-ar

Re: dlmod support

2006-08-08 Thread Robert Story
On Fri, 4 Aug 2006 18:20:39 -0700 Fong wrote: FT> I am trying to configure dlmod support. FT> --enable-shared=yes \ FT> --with-mib-modules="ucd-snmp/dlmod" FT> FT> With above configuration option, I got an error: FT> snmpd.conf: line 6: Warning: Unknown token: dlmod

dlmod support

2006-08-04 Thread Fong Tsui
I am trying to configure dlmod support. --enable-shared=yes \ --with-mib-modules="ucd-snmp/dlmod" With above configuration option, I got an error: snmpd.conf: line 6: Warning: Unknown token: dlmod Do I miss something here? It seems HAVE_DLOPEN not being turned on. In mailist, I

Re: Dynamic Module (dlmod) support?

2005-02-15 Thread Robert Story
lot longer than that - since ucd-snmp 4.2. What has been broken (several times) in the 5.0 releases was configure's detection of dlmod support. In those cases, you could manually edit include/net-snmp-config.h to turn on dlmod support before building. -- Robert Story; NET-SNMP J

Re: Dynamic Module (dlmod) support?

2005-02-11 Thread Wes Hardaker
> On Mon, 7 Feb 2005 12:14:57 -0500, "Alex Koifman" <[EMAIL PROTECTED]> > said: Alex> At what version does NET-SNMP support Dynamic Module, dlmod? I have it Alex> supported with 5.1.2. But I was told that there is no support in prior Alex> versions. If true this is very unfortunate bec

Dynamic Module (dlmod) support?

2005-02-07 Thread Alex Koifman
Hi, At what version does NET-SNMP support Dynamic Module, dlmod? I have it supported with 5.1.2. But I was told that there is no support in prior versions. If true this is very unfortunate because the current RedHat distribution comes with NET-SNMP version 5.0.8. Can I have Dynamic Module fun