This is a discussion on Re: I am not able to recompile the SNMP agent with support of DISMAN-EVENT-MIB within the SNMP Coders forums, part of the Networking and Network Related category; jprieto@sztele.com wrote: > Hello, > > This is Jesus, from Soluziona, Spain. I am trying to configure the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
jprieto@sztele.com wrote:
> Hello, > > This is Jesus, from Soluziona, Spain. I am trying to configure the snmp > agent to send traps to a manager station, but I'm not able to recompile > the agent for supporting the DISMAN-EVENT MIB. > I have read all the documentation available in the web site, where I see > that I need to recompile the agent with the 'with-mib-modules= > disman/event-mib'applied to the configure script. But the problem is I > don't find this configure script anywhere. I am working with the > net-snmp-5.0.6-17.i386.rpm packet, and I have seen this script isn't > here. I have also installed net-snmp-utils and net-snmp-devel, but I > have not found it. The script will be in the root of the source directory, possibly /usr/src/RPM/SOURCE/net-snmp or something similar. Once you find the Net-SNMP source directory change to that directory and run: ../configure --with-mib-modules="disman/event-mib" make And then as root: make install Those commands should configure, build, and install Net-SNMP. Regards, Andy > Could you help me? Is the solution related with the source code of > net-snmp (net-snmp-5.0.6-17.src.rpm)?I am a Linux beginner user, so > maybe the solution is obvious. Please, be patient ;) > > Thank you very much. > Best regards, Jesus. > ------------------------------------------------------- SF email is > sponsored by - The IT Product Guide Read honest & candid reviews on > hundreds of IT Products from real users. Discover which products truly > live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op=click > _______________________________________________ Net-snmp-coders mailing > list Net-snmp-coders@lists.sourceforge.net > https://lists.sourceforge.net/lists/...et-snmp-coders ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |