Discussion:
I cannot find configure command
Maurizio Amato
2010-06-14 16:03:29 UTC
Permalink
I've install NET-SNMP 4.4 on Ubuntu Operative System by Package Manager. It work correctly, but I've not understand how install a new MIB on master agent. I cannot find configure script file as write on net-snmp tutorial.
Can same help me?

Thanks!

Maurizio Amato
Systems & Platforms Development
Mediamobile Italia S.p.A.
Centro Direzionale - Is. C2
I-80143 Napoli - Italy
Tel.: +39 081 562 95 49
Mobile: +39 328 101 34 50
Fax.: +39 081 562 90 13
Email: ***@mediamobile.it
------------------------------------------------------------------------------------------------------------------------------
Avvertenza ai sensi del D.Lgs 196/03. Le informazioni contenute in questo messaggio sono riservate e confidenziali. Il loro utilizzo e' consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora Lei non fosse la persona a cui il presente messaggio è destinato, La invitiamo ad eliminarlo dal Suo Sistema ed a distruggere le varie copie o stampe, dandocene gentilmente comunicazione. Ogni utilizzo improprio e' contrario ai principi del D.lgs 196/03 e alla legislazione europea (Direttiva 2002/58/CE).

The information contained in this message as well as the attached file(s) is confidential / privileged and is only intended for the person to whom it is addressed. If the reader of this message is not the intended recipient or the employee or agent responsible for delivering the message to the intended recipient, or you have received this communication in error, please be aware that any dissemination, distribution or duplication is strictly prohibited, and can be illegal. Please notify us immediately and delete all copies from your mailbox and other archives.
Dave Shield
2010-06-14 19:49:11 UTC
Permalink
I’ve install NET-SNMP 4.4 on Ubuntu Operative System by Package Manager.
If you've installed the software using Package Manager, then this will
have installed the Net-SNMP *binaries*, rather than the source code.
It work correctly, but I’ve not understand how install a new MIB on master
agent. I cannot find configure script file as write on net-snmp tutorial.
The tutorials will be describing how to add code for a new MIB module,
using the Net-SNMP *source* distribution. This is available from the
project web site (www.net-snmp.org), and does include the 'configure'
script.
We would strongly advise that you remove the Ubuntu package
before trying to compile and install from source. Trying to mix both
binary and source distributions on the same system is just asking for
trouble. (It is possible, but you need to know what you're doing!)


Alternatively, have a look at the tutorial descriptions of "dynamically
loadable modules". This approach would allow you to use the
Ubuntu-provided binary installation.

Dave

Loading...