~ubuntu-branches/ubuntu/gutsy/net-snmp/gutsy-security

« back to all changes in this revision

Viewing changes to perl/default_store/README

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This module is a wrapper around the net-snmp default store routines.
 
2
See the net-snmp default_store manual page for details.
 
3
 
 
4
To install:
 
5
  perl Makefile.PL
 
6
  make
 
7
  make test
 
8
  make install
 
9
 
 
10
To compile in the source tree before the net-snmp itself has been installed:
 
11
  perl Makefile.PL -NET-SNMP-CONFIG="sh ../../net-snmp-config" -NET-SNMP-IN-SOURCE=true
 
12
  make
 
13
  make test
 
14
  make install