This is a discussion on Re: ifHCInOctets and Red Hat within the SNMP Users forums, part of the Networking and Network Related category; On Wed, 2006-03-15 at 14:14 +0100, Malcolm Townsend wrote: > If I wish to install this compiled ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Wed, 2006-03-15 at 14:14 +0100, Malcolm Townsend wrote:
> If I wish to install this compiled version on several similar RH > machines, would the easiest and best method be the following ? The easiest method would be to download one of the pre-built RPMs from the project web site, and install that. If you need to control how the software is compiled, then the easiest method would be to download (and install) the source RPM (net-snmp-5.3.0.1-1.src.rpm), tweak the configure command in the spec file to match your requirements, and then run rpmbuild -bb /usr/src/redhat/SPECS/net-snmp.spec That will build an RPM which you can install on each of your systems. That's much safer than trying to copy files across from one system to another (and hoping you've found all of them). Plus it keeps everything recorded with the RPM database, which can be extremely useful. Dave ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=...720&dat=121642 _______________________________________________ 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 |