Re: more compile help questions...

2007-02-10 Thread Sami Kibria
Hi Dave. Thanks for the response. I will give this a try... :) Dave Shield wrote: > On 10/02/07, Sami Kibria <[EMAIL PROTECTED]> wrote: >> any ideas of how to get snmpd to be compiled statically with >> all libraries? > > All I can suggest is a hack. > Try removing the relevant shared objects

Re: more compile help questions...

2007-02-10 Thread Dave Shield
On 10/02/07, Sami Kibria <[EMAIL PROTECTED]> wrote: > any ideas of how to get snmpd to be compiled statically with > all libraries? All I can suggest is a hack. Try removing the relevant shared objects from /opt/arm/3.4.1/arm-linux/lib/ so the linker is *forced* to use the .a file. (Or at least

Re: parse usmUser line

2007-02-10 Thread Thomas Anders
Dave Shield wrote: > On 09/02/07, Fong Tsui <[EMAIL PROTECTED]> wrote: >> If I configure snmp in a machine and want to transfer all snmpd >> configuration, including v1/v2 access and also v3 users, etc. to other >> machine, how can I do that if localized key cannot be re-used on >> another machine

Re: linkup linkdown monitoring via netlink revisited

2007-02-10 Thread Thomas Anders
Michael Leslie wrote: > Last March, Robert Story, Peder Norgaard and some others were discussing the > possibility of having the snmp agent receive interface status directly from > the linux kernel using the netlink interface, as opposed to polling on a > relatively infrequent basis. > > Has anyon