>>>>> On Thu, 29 Jul 2004 10:03:10 +0100 (BST), rid_One <[EMAIL PROTECTED]> said:

rid> Thanx. I followed your suggestion and it worked,
rid> eventhough there're always messages "od: illegal
rid> option -- x" after every compiling line. after that, I
rid> tried to add my own module to snmpd, it work nicely
rid> (at least, when I tried them globally).

rid> But there's another problem. Files in directory
rid> "net-snmp-5.1.1/apps" have not been compiled. So I
rid> compiled them with "make", it run OK (with messages
rid> "od: illegal option -- x" after every compiling line
rid> :-\ ), but It couldn't link snmptrapd file. there's
rid> error message:

rid> ./.libs/libnetsnmptrapd.a(snmptrapd_handlers.o): in
rid> function 'command_handler' :
rid> /root./net-snmp-5.1.1/apps/snmptrapd_handlers.c:809:
rid> undefined reference to 'run_exec_command'

run_exec_command is defined in agent/mibgroup/utilities/execute, which
you excluded.

You'd have to remove those calls to snmptrapd to remove that functionality.

-- 
Wes Hardaker
Sparta


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to