Re: I obtain that with make install

2009-04-02 Thread Dave Shield
2009/4/2 "Gómez González, Enrique" : > About mib2c.table_data.conf there are more errors, it is easy to find them > compiling the *.c and *.h file generated. Anycase I could progress. If you are going to report problems, it would be useful if you could give a bit more detail about exactly *what* e

RE: I obtain that with make install

2009-04-02 Thread Gómez González, Enrique
de marzo de 2009 17:18 Para: Gómez González, Enrique CC: net-snmp-coders@lists.sourceforge.net Asunto: Re: I obtain that with make install 2009/3/31 "Gómez González, Enrique" : > I have started with > > mib2c -S cache=1 -c mib2c.table_data.conf tableName > > Unf

Re: I obtain that with make install

2009-03-31 Thread Dave Shield
2009/3/31 "Gómez González, Enrique" : > I have started with > > mib2c -S cache=1 -c mib2c.table_data.conf tableName > > Unfortunately I get errors, some errors are easy > (comments with # and not with // Oops! OK - that one is easy to fix. (assuming you mean the "Determine the first/la

RE: I obtain that with make install

2009-03-31 Thread Gómez González, Enrique
rors. Anycase, I use the correct mib2c.*.conf? -Mensaje original- De: Dave Shield [mailto:d.t.shi...@liverpool.ac.uk] Enviado el: lunes, 30 de marzo de 2009 17:12 Para: Gómez González, Enrique CC: net-snmp-coders@lists.sourceforge.net Asunto: Re: I obtain that with make insta

Re: I obtain that with make install

2009-03-30 Thread Dave Shield
2009/3/30 "Gómez González, Enrique" : > If I want to give a quickly answer to the client, it is better that the info > stay in the MIB stored. I have just to consult a value with snmpget and not > to interroge in that moment the underlying subsystem. Hmmm... I think you're being a bit over-simpl

RE: I obtain that with make install

2009-03-30 Thread Gómez González, Enrique
2009 13:54 Para: Gómez González, Enrique CC: net-snmp-coders@lists.sourceforge.net Asunto: Re: I obtain that with make install 2009/3/30 "Gómez González, Enrique" : > I try to execute the examples, data_set, delayed_instance, etc > Each time I modify something I must launch configu

RE: I obtain that with make install

2009-03-30 Thread Gómez González, Enrique
: lunes, 30 de marzo de 2009 11:54 Para: Gómez González, Enrique CC: Magnus Fromreide; net-snmp-coders@lists.sourceforge.net Asunto: Re: I obtain that with make install 2009/3/30 "Gómez González, Enrique" : > You told me that I should recompile, I copy the funct

RE: I obtain that with make install

2009-03-30 Thread Gómez González, Enrique
-Mensaje original- De: Dave Shield [mailto:d.t.shi...@liverpool.ac.uk] Enviado el: lunes, 30 de marzo de 2009 11:54 Para: Gómez González, Enrique CC: Magnus Fromreide; net-snmp-coders@lists.sourceforge.net Asunto: Re: I obtain that with make install 2009/3/30 "Gómez González, Enrique&quo

Re: I obtain that with make install

2009-03-30 Thread Dave Shield
2009/3/30 "Gómez González, Enrique" : > I try to execute the examples, data_set, delayed_instance, etc > Each time I modify something I must launch configure, make clean, make and > make install? If you are changing the *name* of the code file containing your MIB module, then yes - you should run

Re: I obtain that with make install

2009-03-30 Thread Dave Shield
2009/3/30 "Gómez González, Enrique" : > You told me that I should recompile, I copy the functions from > mibgroup/notification/snmpNotifyFilterProfileTable.c to > mibgroup/notification/snmpNotifyTable.c? No - it's probably not sensible to copy these functions across. You'd probably end up includin

RE: I obtain that with make install

2009-03-30 Thread Gómez González, Enrique
net-snmp-coders@lists.sourceforge.net Asunto: Re: I obtain that with make install On Thu, 2009-03-26 at 13:33 +0100, "Gómez González, Enrique" wrote: > ./.libs/libnetsnmpmibs.so: undefined reference to > `get_FilterProfileName' > > ./.libs/libnetsnmpmibs.so: undefined reference to

Re: I obtain that with make install

2009-03-26 Thread Magnus Fromreide
On Thu, 2009-03-26 at 13:33 +0100, "Gómez González, Enrique" wrote: > ./.libs/libnetsnmpmibs.so: undefined reference to > `get_FilterProfileName' > > ./.libs/libnetsnmpmibs.so: undefined reference to > `snmpNotifyFilterTable_vacm_view_subtree' > > What can I do? Recompile and include the code t

I obtain that with make install

2009-03-26 Thread Gómez González, Enrique
./.libs/libnetsnmpmibs.so: undefined reference to `get_FilterProfileName' ./.libs/libnetsnmpmibs.so: undefined reference to `snmpNotifyFilterTable_vacm_view_subtree' What can I do? -- __