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
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
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
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