This is a discussion on Re: what do I need to distribute snmptrap and my enterprise mib within the SNMP Users forums, part of the Networking and Network Related category; On Sat, 2005-11-19 at 09:45 -0500, Li Chou wrote: > I only need =E2=80=98snmptrap=E2=...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Sat, 2005-11-19 at 09:45 -0500, Li Chou wrote:
> I only need =E2=80=98snmptrap=E2=80=99 to generate trap when there is an= event > occurred. .... what do I need to include in our install package? I > found if I only included =E2=80=98snmptrap=E2=80=99 and our MIBs files, t= hen it will > pop out a lot of error messages. =20 You'll probably need the main SNMP library. On a Unix-based system, I'd suggest you do something like ( cd snmplib ; make install ) ( cd apps ; make install ) * ( cd mibs ; make install ) *: having tweaked the Makefile to only install 'snmptrap' I'll leave it to the Windows experts to suggest an equivalent Windows approach. Dave ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |