[AGENT++] agent++ setup on ubuntu

Jochen Katz katz at agentpp.com
Thu Jul 10 21:19:38 CEST 2014


Hi,

> I have tried installing agent++ on ubuntu, and after a few hours I

I assume it is Ubuntu 14.04 x86_64 and there the following commands do
not produce any error:

tar -xf snmp++-3.3.4.tar.gz
tar -xf agent++-4.0.2.tar.gz
cd snmp++-3.3.4/
cat README.autoconf
autoreconf -i
./configure --prefix=/home/user/INSTALL
make install
cd ..
cd agent++-4.0.2/
autoreconf -i
./configure --prefix=/home/user/INSTALL
make install
cd examples/atm_mib/src/
make
./agent

If this does not work, your Ubuntu is missing some packages (autoconf
automake make libtool build-essential pkg-config).

Does the above work for your system?

Regards,
  Jochen


More information about the AGENTPP mailing list