[AGENT++] Compilation Issues

Jochen Katz katz at agentpp.com
Fri Jan 15 21:05:10 CET 2016


Hi,

> However, when I try to configure Agent++, I get the error:
> checking if libsnmp++ is wanted... (cached) yes
> checking if libsnmp++ wants a prefix... (cached) no
> checking for snmp... no
> checking if libsnmp++ is in /usr/local... no
> checking if libsnmp++ is in /usr... no
> configure: error: Cannot find suitable libsnmp++ library

could you please send us the full command lines that you are using? For
me the following works without problems ("autoconf (GNU Autoconf) 2.69")

cd /tmp
mkdir DEL
cd DEL
tar -xf /tmp/snmp++-3.3.5.tar.gz
cd snmp++-3.3.5/
autoreconf -i
./configure --help
./configure --prefix=/tmp/XX/YY
make -j
make install
cd ..
rm -rf snmp++-3.3.5/
tar -xf /tmp/agent++-4.0.4.tar.gz
cd agent++-4.0.4/
autoreconf -i
./configure --prefix=/tmp/XX/YY
make -j 8

Regards,
  Jochen



More information about the AGENTPP mailing list