开发者

Apache Response Time Monitoring in Hyperic

开发者 https://www.devze.com 2022-12-14 21:18 出处:网络
I seem to be having a hard time getting the Apache module for Hyperic to compile in Ubuntu 8.10.Has anyone had any luck getting it to work?Does anyone have a precompiled version?

I seem to be having a hard time getting the Apache module for Hyperic to compile in Ubuntu 8.10. Has anyone had any luck getting it to work? Does anyone have a precompiled version?

开发者_如何学JAVAI am running Hyperic HQ version 4.1.2 build #1053, Apache 2.2.x


I got it to work by doing the following:

Symbolically link aclocal and automake old hard coded version to your current version (replace version numbers 1.11 to your own):

sudo ln -s /usr/bin/aclocal-1.11 /usr/bin/aclocal-1.6
sudo ln -s /usr/bin/automake-1.11 /usr/bin/automake-1.6

Rename a conflicting header file:

sudo mv /usr/include/openssl/asn1.h /usr/include/openssl/asn_1.h

Run the installer:

sudo ./build_apache_snmp.sh -r 2.0 /usr/bin/apxs2

Once it is finished make sure you follow the directions located at ./README

Once you have confirmed that the SNMP service is working (using the snmpwalk application that the readme file refers to), reverse the steps above to revert system changes just needed to compile the plugin.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号