VMware Cloud Community
frank_a_hyperic
Contributor
Contributor

error building apache2 snmp plugin

Hi there,
when I try to build an apache2 snmp plugin, I'm getting the following error:
voyager : > ./build_apache_snmp.sh 2.0 /home/testsys/webserver/apache2.0.52/bin/apxs
building sdbm
building libsmi
Build failed. Please email /home/testsys/snmp-1.0.2/2.0_log to support

The logfiles ends with:
cd . && aclocal-1.6
bash: aclocal-1.6: command not found
*** Error code 127
make: Fatal error: Command failed for target `aclocal.m4'


Any ideas?

Many thanks
Axel
0 Kudos
1 Reply
adrianhensler
Contributor
Contributor

Hi,

I had to change the value in the snmp folder - srclib/libsmi/aclocal.m4 - find where it says 1.6 and change that to be the version you have - in my case; 1.9

I also edited one other place; but I think this one is the only place you need to change the value. It just built the modules.... dunno if they work yet!
0 Kudos