Fwd: Re: Help with creating a dymically loaded module

2012-06-18 Thread Niels Baggesen
Oprindelig meddelelse Subject: Re: Help with creating a dymically loaded module Date: Mon, 18 Jun 2012 19:48:59 +0200 From: Niels Baggesen To: Cyrus Virus CC: net-snmp-coders@lists.sourceforge.net Den 13-06-2012 20:18, Cyrus Virus skrev: >> sudo snmpd

Re: Help with creating a dymically loaded module

2012-06-18 Thread Niels Baggesen
Den 13-06-2012 20:18, Cyrus Virus skrev: >> sudo snmpd -f -L nstAgentPluginObject.so, dldmod You lost the -D when copying from the wiki, and added a significant blank ... % snmpd -f -L -DnstAgentPluginObject,dlmod /Niels -- Niels Baggesen -- @home -- Århus -- Denmark -- ni...@baggesen.net The

Re: Help with creating a dymically loaded module

2012-06-18 Thread Dave Shield
On 13 June 2012 19:18, Cyrus Virus wrote: > I can compile the code using the make file, but when I try to run it I > get this error: > >> sudo snmpd -f -L nstAgentPluginObject.so, dldmod Where did you find that command? The instructions for loading the dynamic module in the tutorial you mentioned

Help with creating a dymically loaded module

2012-06-18 Thread John Doe
Hi, I'm trying to create a dynmically loaded object for a course assignment. I have installed net-snmp on Ubuntu 10.04 32bit from the default repository and verfied that it has support for dynamic modules by running 'snmpd -H'. I'm using the exact code from this tutorial: http://www.net-snmp.org/w

Help with creating a dymically loaded module

2012-06-18 Thread Cyrus Virus
Hi, I'm trying to create a dynmically loaded object for a course assignment. I have installed net-snmp on Ubuntu 10.04 32bit from the default repository and verfied that it has support for dynamic modules by running 'snmpd -H'. I'm using the exact code from this tutorial: http://www.net-snmp.org/w