Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed typo

...

 

Code Block
su root # or sudo sh
apt-get install autoconf automake gcc make \
libcairo2 libcairo2-dev libglib2.0-dev libpango1.0-dev libxml2 libxml2-dev libdlibgd-gd2-perl \
libnet-ssleay-perl libcrypt-ssleay-perl apache2 fping

Debian SNMP Packages:

Debian uses a different name for some snmp packages than Ubuntu does.

Code Block
apt-get install net-snmp net-snmp-lib net-snmp-utils net-snmp-perl

Ubuntu SNMP Packages:

Code Block
apt-get install snmp snmpd

RRDTool Installation

...