Alien-SNMP

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME

    Alien::SNMP - Alien package for the Net-SNMP library

SYNOPSIS

     use Alien::SNMP;
     # then it's just like SNMP.pm
     
     say Alien::SNMP->bin_dir;
     # where the net-snmp apps (snmptranslate, etc) live

DESCRIPTION

    Alien::SNMP downloads and installs the Net-SNMP library and associated
    perl modules.

    The library is built with the following options:

    --disable-agent

    --disable-manuals

    --disable-scripts

    --disable-mibs

    --enable-ipv6

    --with-mibs=""

    --with-perl-modules

    --disable-embedded-perl

    --enable-blumenthal-aes

    --with-defaults

METHODS

 bin_dir

     my $bin_dir = Alien::SNMP->bin_dir;

    Returns the location of the net-snmp apps (snmptranslate, etc).

 cflags

     my $cflags = Alien::SNMP->cflags;

    Returns the C compiler flags.

 libs

     my $libs = Alien::SNMP->libs;

    Returns the linker flags.

SEE ALSO

    Alien

    Alien::Base

    SNMP

      The Perl5 'SNMP' Extension Module for the Net-SNMP SNMP package.
      Depends on libnetsnmp and the corresponding version is installed
      along with the C library.



( run in 0.496 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )