Xymon Mailing List Archive search

xymon 4.3.2 configuration error for rrdtool

list Phil Crooker
Tue, 19 Apr 2011 10:08:08 +1000
Message-Id: <user-11331140277a@xymon.invalid>

It looks like the $MAKE variable isn't set from the configure.server
script. I haven't had this issue, but anyway, just try setting it
manually:

export MAKE=make

Then give it a go.

On 4/18/2011 at 11:11 PM, in message
<user-52431ff18fd9@xymon.invalid>, sonal kumar
<user-40212399ff4e@xymon.invalid> wrote:
Hi team,

I am trying to configure on xymon 4.3.2 on my AIX server 5.3
version.
While running the configure.server script ,I am getting the below
error
related to rrdtool.

*Checking for RRDtool ...*

*./configure.server[76]: -f:  not found.*

*./configure.server[76]: -f:  not found.*

*Not RRDtool 1.0.x, checking for 1.2.x*

*./configure.server[76]: -f:  not found.*

*./configure.server[76]: -f:  not found.*
ERROR: RRDtool include files found in /usr/include, but compile
fails.

I have already packages related to rrdtool i.e rrdtool-1.2.30.tar.gz
and
also have the gcc and other related prerequisites,as given below,and
already
declared the environment variables,libpaths.

*# which rrdtool*

*/usr/bin/rrdtool*

*root at sapsrp:/*

*# whereis rrdtool*
*rrdtool: /usr/bin/rrdtool /usr/include/rrdtool*
• which gcc
/usr/bin/gcc
LIBPATH=/usr/local/lib:/usr/lib:/usr/local/include/
• *
• **Please suggest.