xymon 4.3.2 configuration error for rrdtool
list Sonal Kumar
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. -- Thanks & Regards Sonal kumar N C
list Phil Crooker
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.
list Sonal Kumar
Hi Phil,
Thanks for the suggestion, even-after setting Make,its giving same error.If
you have any other suggestions please let me know.
root at sapsrp:/usr/software/xymon-4.3.2
# export MAKE=make
root at sapsrp:/usr/software/xymon-4.3.2
# ./configure.server
Configuration script for Xymon
This script asks a few questions and builds a Makefile to compile Xymon
Checking pre-requisites for building Xymon
Checking for fping ...
Xymon has a built-in ping utility (xymonping)
However, it is not yet fully stable and therefore it
may be best to use the external fping utility instead.
I found fping in /usr/sbin/fping
Do you want to use it [Y/n] ?
Y
Checking to see if '/usr/sbin/fping 127.0.0.1' works ...
127.0.0.1 is alive
OK, will use '/usr/sbin/fping' for ping tests
NOTE: If you are using an suid-root wrapper, make sure the 'xymond'
user is also allowed to run fping without having to enter passwords.
For 'sudo', add something like this to your 'sudoers' file:
xymon ALL=(ALL) NOPASSWD: /usr/sbin/fping
Checking for RRDtool ...
cc: not found
make: 1254-004 The error code from the last command is 1.
Stop.
Not RRDtool 1.0.x, checking for 1.2.x
cc: not found
make: 1254-004 The error code from the last command is 1.
Stop.
▸
ERROR: RRDtool include files found in /usr/include, but compile fails.
On Tue, Apr 19, 2011 at 5:38 AM, Phil Crooker <user-e8e31cd73303@xymon.invalid>wrote:
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.--
This message from ORIX Australia might contain confidential and/or privileged information. If you are not the intended recipient, any use, disclosure or copying of this message (or of any attachments to it) is not authorised. If you have received this message in error, please notify the sender immediately and delete the message and any attachments from your system. Please inform the sender if you do not wish to receive future communications by email. ORIX handles personal information according to a Privacy Policy that is consistent with the National Privacy Principles. Please let us know if you would like a copy. It is also available at http://www.orix.com.au .
-- Thanks & Regards Sonal kumar N C
list Colin Coe
I might be completely off base here, but it looks like make is complaining that it can't find the cc C compiler. CC
▸
On Tue, Apr 19, 2011 at 1:29 PM, sonal kumar <user-40212399ff4e@xymon.invalid> wrote:Hi Phil, Thanks for the suggestion, even-after setting Make,its giving same error.If you have any other suggestions please let me know. root at sapsrp:/usr/software/xymon-4.3.2 # export MAKE=make root at sapsrp:/usr/software/xymon-4.3.2 # ./configure.server Configuration script for Xymon This script asks a few questions and builds a Makefile to compile Xymon Checking pre-requisites for building Xymon Checking for fping ... Xymon has a built-in ping utility (xymonping) However, it is not yet fully stable and therefore it may be best to use the external fping utility instead. I found fping in /usr/sbin/fping Do you want to use it [Y/n] ? Y Checking to see if '/usr/sbin/fping 127.0.0.1' works ... 127.0.0.1 is alive OK, will use '/usr/sbin/fping' for ping tests NOTE: If you are using an suid-root wrapper, make sure the 'xymond' user is also allowed to run fping without having to enter passwords. For 'sudo', add something like this to your 'sudoers' file: xymon ALL=(ALL) NOPASSWD: /usr/sbin/fping Checking for RRDtool ... cc: not found make: 1254-004 The error code from the last command is 1. Stop. Not RRDtool 1.0.x, checking for 1.2.x cc: not found make: 1254-004 The error code from the last command is 1. Stop. ERROR: RRDtool include files found in /usr/include, but compile fails.
On Tue, Apr 19, 2011 at 5:38 AM, Phil Crooker <user-e8e31cd73303@xymon.invalid>
▸
wrote: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.-- This message from ORIX Australia might contain confidential and/or privileged information. If you are not the intended recipient, any use, disclosure or copying of this message (or of any attachments to it) is not authorised. If you have received this message in error, please notify the sender immediately and delete the message and any attachments from your system. Please inform the sender if you do not wish to receive future communications by email. ORIX handles personal information according to a Privacy Policy that is consistent with the National Privacy Principles. Please let us know if you would like a copy. It is also available at http://www.orix.com.au .-- Thanks & Regards Sonal kumar N C
--
RHCE#805007969328369
list Ford Alan
Hi Sonal, It's not finding your C compiler. Do you have cc installed or gcc?? to find which one is installed run the following type cc type gcc If neither returns a path then you don't have a C complier installed or try running the above commands as root (non-root users may not be able to complie) If you have gcc then you need to modify the build/Makefile.AIX and change this line CC = cc to CC = gcc Hope this helps a bit more.. :-) Alan
▸
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of sonal kumar
Sent: Tuesday, 19 April 2011 3:30 PM
To: Phil Crooker
Cc: xymon at xymon.com
Subject: Re: [Xymon] xymon 4.3.2 configuration error for rrdtool
Hi Phil,
Thanks for the suggestion, even-after setting Make,its giving same error.If you have any other suggestions please let me know.
root at sapsrp:/usr/software/xymon-4.3.2
# export MAKE=make
root at sapsrp:/usr/software/xymon-4.3.2
# ./configure.server
Configuration script for Xymon
This script asks a few questions and builds a Makefile to compile Xymon
Checking pre-requisites for building Xymon
Checking for fping ...
Xymon has a built-in ping utility (xymonping)
However, it is not yet fully stable and therefore it
may be best to use the external fping utility instead.
I found fping in /usr/sbin/fping
Do you want to use it [Y/n] ?
Y
Checking to see if '/usr/sbin/fping 127.0.0.1' works ...
127.0.0.1 is alive
OK, will use '/usr/sbin/fping' for ping tests
NOTE: If you are using an suid-root wrapper, make sure the 'xymond'
user is also allowed to run fping without having to enter passwords.
For 'sudo', add something like this to your 'sudoers' file:
xymon ALL=(ALL) NOPASSWD: /usr/sbin/fping
Checking for RRDtool ...
cc: not found
make: 1254-004 The error code from the last command is 1.
Stop.
Not RRDtool 1.0.x, checking for 1.2.x
cc: not found
make: 1254-004 The error code from the last command is 1.
Stop.
ERROR: RRDtool include files found in /usr/include, but compile fails.
On Tue, Apr 19, 2011 at 5:38 AM, Phil Crooker <user-e8e31cd73303@xymon.invalid<mailto:user-e8e31cd73303@xymon.invalid>> wrote:
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<mailto:user-52431ff18fd9@xymon.invalid>>, sonal kumar
▸
<user-40212399ff4e@xymon.invalid<mailto: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.
This email (including all attachments) may contain personal information and is intended solely for the named addressee. It is confidential and may be subject to legal or other professional privilege and any confidentiality or privilege is not waived or lost because this email has been sent to you by mistake. This email is also subject to copyright. No part of it should be reproduced, adapted or communicated without the written consent of the copyright owner. Any personal Information in this email must be handled in accordance with the Privacy Act 1988 (Cth). If you have received it in error, please let Stanwell Corporation Limited know by reply email, delete it from your system and destroy any copies. Stanwell is not responsible for any changes made to a document other than those made by Stanwell. Stanwell accepts no liability for any damage caused by this email or its attachments due to viruses, interference, interception, corruption or unauthorised access. If you have any doubts about the authenticity of an email purportedly sent by us, please contact us immediately. If this is a commercial electronic message within the meaning of the Spam Act 2003 (Cth), you may indicate that you do not wish to receive any further commercial electronic messages from Stanwell by emailing mailto:user-0c0f74357833@xymon.invalid...
list Sonal Kumar
Hi Alan, Thanks for the inputs,The C compiler used here is gcc # type gcc gcc is /usr/bin/gcc and likewise I changed in the build/Makefile.AIX to gcc,still getting the below error Checking for RRDtool ... gcc: error: unrecognized option '-qstrict' gcc: error: unrecognized option '-qcpluscmt'
▸
make: 1254-004 The error code from the last command is 1.
Stop.
Not RRDtool 1.0.x, checking for 1.2.x
gcc: error: unrecognized option '-qstrict'
gcc: error: unrecognized option '-qcpluscmt'
▸
make: 1254-004 The error code from the last command is 1.
Stop.
ERROR: RRDtool include files found in /usr/include, but compile fails.
Is there any problem with my make ,because earlier i received error while
executing the command ./configure.server
Checking your make-utility
GNU make is required to build Xymon.
If it is available as "gmake", run configure as: 'MAKE=gmake
./configure.server'
But it got vanished once reinstalling make,the make details are given below.
# which make
/usr/bin/make
root at sapsrp:/usr/tmp/xymon-4.3.2
# lslpp -w /usr/bin/make
File Fileset Type
/usr/bin/make bos.adt.base Symlink
root at sapsrp:/usr/tmp/xymon-4.3.2
# oslevel -s
5300-08-06-0918
Let me know if there are any other things to be checked..
regards
Sonal
▸
On Tue, Apr 19, 2011 at 11:43 AM, FORD Alan <user-eb925835b8b9@xymon.invalid> wrote:
Hi Sonal, It's not finding your C compiler. Do you have cc installed or gcc?? to find which one is installed run the following type cc type gcc If neither returns a path then you don’t have a C complier installed or try running the above commands as root (non-root users may not be able to complie) If you have gcc then you need to modify the build/Makefile.AIX and change this line CC = cc to CC = gcc Hope this helps a bit more.. :-) Alan *From:* xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] *On Behalf Of *sonal kumar *Sent:* Tuesday, 19 April 2011 3:30 PM *To:* Phil Crooker *Cc:* xymon at xymon.com *Subject:* Re: [Xymon] xymon 4.3.2 configuration error for rrdtool Hi Phil, Thanks for the suggestion, even-after setting Make,its giving same error.If you have any other suggestions please let me know. root at sapsrp:/usr/software/xymon-4.3.2 # export MAKE=make root at sapsrp:/usr/software/xymon-4.3.2 # ./configure.server Configuration script for Xymon This script asks a few questions and builds a Makefile to compile Xymon Checking pre-requisites for building Xymon Checking for fping ... Xymon has a built-in ping utility (xymonping) However, it is not yet fully stable and therefore it may be best to use the external fping utility instead. I found fping in /usr/sbin/fping Do you want to use it [Y/n] ? Y Checking to see if '/usr/sbin/fping 127.0.0.1' works ... 127.0.0.1 is alive OK, will use '/usr/sbin/fping' for ping tests NOTE: If you are using an suid-root wrapper, make sure the 'xymond' user is also allowed to run fping without having to enter passwords. For 'sudo', add something like this to your 'sudoers' file: xymon ALL=(ALL) NOPASSWD: /usr/sbin/fping Checking for RRDtool ... cc: not found make: 1254-004 The error code from the last command is 1. Stop. Not RRDtool 1.0.x, checking for 1.2.x cc: not found make: 1254-004 The error code from the last command is 1. Stop. ERROR: RRDtool include files found in /usr/include, but compile fails. On Tue, Apr 19, 2011 at 5:38 AM, Phil Crooker <user-e8e31cd73303@xymon.invalid> wrote: 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.This email (including all attachments) may contain personal information and is intended solely for the named addressee. It is confidential and may be subject to legal or other professional privilege and any confidentiality or privilege is not waived or lost because this email has been sent to you by mistake. This email is also subject to copyright. No part of it should be reproduced, adapted or communicated without the written consent of the copyright owner. Any personal Information in this email must be handled in accordance with the Privacy Act 1988 (Cth). If you have received it in error, please let Stanwell Corporation Limited know by reply email, delete it from your system and destroy any copies. Stanwell is not responsible for any changes made to a document other than those made by Stanwell. Stanwell accepts no liability for any damage caused by this email or its attachments due to viruses, interference, interception, corruption or unauthorised access. If you have any doubts about the authenticity of an email purportedly sent by us, please contact us immediately. If this is a commercial electronic message within the meaning of the Spam Act 2003 (Cth), you may indicate that you do not wish to receive any further commercial electronic messages from Stanwell by emailing mailto:user-0c0f74357833@xymon.invalid...
-- Thanks & Regards Sonal kumar N C
list Ford Alan
I'm guessing (I don't have an AIX box) that those options only work with cc and not FCC. You could try Google and see what the gcc options are that match cc Or someone may have a gcc AIX makefile already Sent from my iPhone
▸
On 19/04/2011, at 6:00 PM, "sonal kumar" <user-40212399ff4e@xymon.invalid<mailto:user-40212399ff4e@xymon.invalid>> wrote:
Hi Alan,
Thanks for the inputs,The C compiler used here is gcc
# type gcc
gcc is /usr/bin/gcc
and likewise I changed in the build/Makefile.AIX to gcc,still getting the below error
Checking for RRDtool ...
gcc: error: unrecognized option '-qstrict'
gcc: error: unrecognized option '-qcpluscmt'
make: 1254-004 The error code from the last command is 1.
Stop.
Not RRDtool 1.0.x, checking for 1.2.x
gcc: error: unrecognized option '-qstrict'
gcc: error: unrecognized option '-qcpluscmt'
make: 1254-004 The error code from the last command is 1.
Stop.
ERROR: RRDtool include files found in /usr/include, but compile fails.
Is there any problem with my make ,because earlier i received error while executing the command ./configure.server
Checking your make-utility
GNU make is required to build Xymon.
If it is available as "gmake", run configure as: 'MAKE=gmake ./configure.server'
But it got vanished once reinstalling make,the make details are given below.
# which make
/usr/bin/make
root at sapsrp:/usr/tmp/xymon-4.3.2
# lslpp -w /usr/bin/make
File Fileset Type
/usr/bin/make bos.adt.base Symlink
root at sapsrp:/usr/tmp/xymon-4.3.2
# oslevel -s
5300-08-06-0918
Let me know if there are any other things to be checked..
regards
Sonal
On Tue, Apr 19, 2011 at 11:43 AM, FORD Alan <<mailto:user-eb925835b8b9@xymon.invalid>user-eb925835b8b9@xymon.invalid<mailto:user-eb925835b8b9@xymon.invalid>> wrote:
Hi Sonal,
It's not finding your C compiler.
Do you have cc installed or gcc??
to find which one is installed run the following
type cc
type gcc
If neither returns a path then you don’t have a C complier installed or try running the above commands as root (non-root users may not be able to complie)
If you have gcc then you need to modify the build/Makefile.AIX and change this line
CC = cc
to
CC = gcc
Hope this helps a bit more.. :-)
Alan
From: <mailto:xymon-bounces at xymon.com> xymon-bounces at xymon.com<mailto:xymon-bounces at xymon.com> [mailto:<mailto:xymon-bounces at xymon.com>xymon-bounces at xymon.com<mailto:xymon-bounces at xymon.com>] On Behalf Of sonal kumar
Sent: Tuesday, 19 April 2011 3:30 PM
To: Phil Crooker
Cc: <mailto:xymon at xymon.com> xymon at xymon.com<mailto:xymon at xymon.com>
Subject: Re: [Xymon] xymon 4.3.2 configuration error for rrdtool
Hi Phil,
Thanks for the suggestion, even-after setting Make,its giving same error.If you have any other suggestions please let me know.
root at sapsrp:/usr/software/xymon-4.3.2
# export MAKE=make
root at sapsrp:/usr/software/xymon-4.3.2
# ./configure.server
Configuration script for Xymon
This script asks a few questions and builds a Makefile to compile Xymon
Checking pre-requisites for building Xymon
Checking for fping ...
Xymon has a built-in ping utility (xymonping)
However, it is not yet fully stable and therefore it
may be best to use the external fping utility instead.
I found fping in /usr/sbin/fping
Do you want to use it [Y/n] ?
Y
Checking to see if '/usr/sbin/fping 127.0.0.1' works ...
127.0.0.1 is alive
OK, will use '/usr/sbin/fping' for ping tests
NOTE: If you are using an suid-root wrapper, make sure the 'xymond'
user is also allowed to run fping without having to enter passwords.
For 'sudo', add something like this to your 'sudoers' file:
xymon ALL=(ALL) NOPASSWD: /usr/sbin/fping
Checking for RRDtool ...
cc: not found
make: 1254-004 The error code from the last command is 1.
Stop.
Not RRDtool 1.0.x, checking for 1.2.x
cc: not found
make: 1254-004 The error code from the last command is 1.
Stop.
ERROR: RRDtool include files found in /usr/include, but compile fails.
On Tue, Apr 19, 2011 at 5:38 AM, Phil Crooker <<mailto:user-e8e31cd73303@xymon.invalid>user-e8e31cd73303@xymon.invalid<mailto:user-e8e31cd73303@xymon.invalid>> wrote:
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
<<mailto:user-52431ff18fd9@xymon.invalid>user-52431ff18fd9@xymon.invalid<mailto:user-52431ff18fd9@xymon.invalid>>, sonal kumar
▸
<<mailto:user-40212399ff4e@xymon.invalid>user-40212399ff4e@xymon.invalid<mailto: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.
This email (including all attachments) may contain personal information and is intended solely for the named addressee. It is confidential and may be subject to legal or other professional privilege and any confidentiality or privilege is not waived or lost because this email has been sent to you by mistake. This email is also subject to copyright. No part of it should be reproduced, adapted or communicated without the written consent of the copyright owner. Any personal Information in this email must be handled in accordance with the Privacy Act 1988 (Cth). If you have received it in error, please let Stanwell Corporation Limited know by reply email, delete it from your system and destroy any copies. Stanwell is not responsible for any changes made to a document other than those made by Stanwell. Stanwell accepts no liability for any damage caused by this email or its attachments due to viruses, interference, interception, corruption or unauthorised access. If you have any doubts about the authenticity of an email purportedly sent by us, please contact us immediately. If this is a commercial electronic message within the meaning of the Spam Act 2003 (Cth), you may indicate that you do not wish to receive any further commercial electronic messages from Stanwell by emailing mailto:<mailto:user-0c0f74357833@xymon.invalid.>user-0c0f74357833@xymon.invalid<mailto:user-0c0f74357833@xymon.invalid>...
--
Thanks & Regards
Sonal kumar N C
list D.Altmann
Dear Sonal, First I would try to remove the Options "-qstrict -qcpluscmt" from CFLAGS at build/Makefile.AIX, and then I would install make (=GNU make) from www.perzl.org/aix/index.php?n=Main.Make At build/Makefile.AIX I've seen that there exists this comment: # Compile flags for normal build with gcc If you use gcc, you have to uncomment the directly following 2 lines, and you have to comment the lines CC= and CFLAGS= after "# Compile flags for normal build with IBM compiler". After installing make from perzl.org, you have to find the newly installed make (possible location: /opt/freeware/bin/gmake). And before calling ./configure, you have to set this variable: export MAKE=/opt/freeware/bin/gmake ./configure Then configure has to use the new GNU version of make. Best regards, D.Altmann ----- original message ----- from: "sonal kumar" user-40212399ff4e@xymon.invalid time: 19.04.2011 10:00 to: "xymon at xymon.com" xymon at xymon.com, "FORD Alan" user-eb925835b8b9@xymon.invalid
▸
Hi Alan,
Thanks for the inputs,The C compiler used here is gcc # type gcc gcc is /usr/bin/gcc
and likewise I changed in the
list Chris Morris
You need to ensure that you are using GNU Make (gmake) and the Makefile.AIX in the build directory should be :- # Xymon compile-time settings for a AIX system # OSDEF = -DAIX # NETLIBS: You may need to add -lresolv or similar to pick up network libraries NETLIBS = # Compile flags for normal build with gcc CC = gcc CFLAGS = -O -D_REENTRANT $(OSDEF) # Compile flags for normal build with IBM compiler # CC = cc # CFLAGS = -g -O3 -qstrict -qcpluscmt -D_REENTRANT $(LFSDEF) $(OSDEF) # Compile flags for debugging # CFLAGS = -g -DDEBUG -D_REENTRANT $(LFSDEF) $(OSDEF) # Mail program: This must support "CMD -s SUBJECT ADDRESS" to send out a mail with a subject # Typically, this will be "mail" or "mailx" MAILPROGRAM="mail"
▸
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com]
On Behalf Of sonal kumar
Sent: 18 April 2011 14:42
To: xymon at xymon.com
Subject: [Xymon] xymon 4.3.2 configuration error for rrdtool
▸
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.
--
Thanks & Regards
Sonal kumar N C
****************************************************************************
The information contained in this email is intended only for the use of the intended recipient at the email address to which it has been addressed. If the reader of this message is not an intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination or copying of the message or associated attachments is strictly prohibited. If you have received this email in error, please contact the sender by return email or call 01793 877777 and ask for the sender and then delete it immediately from your system.Please note that neither the RWE Group of Companies nor the sender accepts any responsibility for viruses and it is your responsibility to scan attachments (if any).
*****************************************************************************
list Sonal Kumar
Hi Chris/Altmann Thanks for giving the steps in detail.I made the changes in Makefile.AIX and it went successfully.below are the last lines of configure Using AIX Makefile settings Created Makefile with the necessary information to build Xymon Some defaults are used, so do look at the Makefile before continuing. Configuration complete - now run /usr/bin/gmake (GNU make) to build the tools But when I gave command gmake it again gives error # /usr/bin/gmake "build/Makefile.rules", line 13: make: 1254-055 Dependency line needs colon or double colon operator. "build/Makefile.rules", line 16: make: 1254-055 Dependency line needs colon or double colon operator. When I checked in google it says that we need to used gmake,I am using gmake and already set the envirnoment variables MAKE=/usr/bin/gmake MANPATH=/krb5/man: Make=gmake Please suggest
▸
On Tue, Apr 19, 2011 at 2:46 PM, <user-e510f6c03e57@xymon.invalid> wrote:
You need to ensure that you are using GNU Make (gmake) and the Makefile.AIX in the build directory should be :- # Xymon compile-time settings for a AIX system # OSDEF = -DAIX # NETLIBS: You may need to add -lresolv or similar to pick up network libraries NETLIBS = # Compile flags for normal build with gcc CC = gcc CFLAGS = -O -D_REENTRANT $(OSDEF) # Compile flags for normal build with IBM compiler # CC = cc # CFLAGS = -g -O3 -qstrict -qcpluscmt -D_REENTRANT $(LFSDEF) $(OSDEF) # Compile flags for debugging # CFLAGS = -g -DDEBUG -D_REENTRANT $(LFSDEF) $(OSDEF) # Mail program: This must support "CMD -s SUBJECT ADDRESS" to send out a mail with a subject # Typically, this will be "mail" or "mailx" MAILPROGRAM="mail" *From:* xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] *On Behalf Of *sonal kumar *Sent:* 18 April 2011 14:42 *To:* xymon at xymon.com *Subject:* [Xymon] xymon 4.3.2 configuration error for rrdtool 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. -- Thanks & Regards Sonal kumar N C **************************************************************************** The information contained in this email is intended only for the use of the intended recipient at the email address to which it has been addressed. If the reader of this message is not an intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination or copying of the message or associated attachments is strictly prohibited. If you have received this email in error, please contact the sender by return email or call 01793 877777 and ask for the sender and then delete it immediately from your system.Please note that neither the RWE Group of Companies nor the sender accepts any responsibility for viruses and it is your responsibility to scan attachments (if any). *****************************************************************************
-- Thanks & Regards Sonal kumar N C
list Chris Morris
Which version of GNU make are you using. I use GNU Make 3.80 on AIX 5.3 and it works fine!
▸
From: sonal kumar [mailto:user-40212399ff4e@xymon.invalid]
Sent: 19 April 2011 14:57
To: Morris, Chris (SS-IS); user-e53e2c37e9a6@xymon.invalid
Cc: xymon at xymon.com
Subject: Re: [Xymon] xymon 4.3.2 configuration error for rrdtool
Hi Chris/Altmann
Thanks for giving the steps in detail.I made the changes in
Makefile.AIX and it went successfully.below are the last lines of
configure
Using AIX Makefile settings
Created Makefile with the necessary information to build Xymon
Some defaults are used, so do look at the Makefile before
continuing.
Configuration complete - now run /usr/bin/gmake (GNU make) to
build the tools
But when I gave command gmake it again gives error
# /usr/bin/gmake
"build/Makefile.rules", line 13: make: 1254-055 Dependency line
needs colon or double colon operator.
"build/Makefile.rules", line 16: make: 1254-055 Dependency line
needs colon or double colon operator.
When I checked in google it says that we need to used gmake,I am
using gmake and already set the envirnoment variables
MAKE=/usr/bin/gmake
MANPATH=/krb5/man:
Make=gmake
Please suggest
On Tue, Apr 19, 2011 at 2:46 PM, <user-e510f6c03e57@xymon.invalid> wrote:
You need to ensure that you are using GNU Make (gmake)
and the Makefile.AIX in the build directory should be :-
# Xymon compile-time settings for a AIX system
#
OSDEF = -DAIX
# NETLIBS: You may need to add -lresolv or similar to
pick up network libraries
NETLIBS =
# Compile flags for normal build with gcc
CC = gcc
CFLAGS = -O -D_REENTRANT $(OSDEF)
# Compile flags for normal build with IBM compiler
# CC = cc
# CFLAGS = -g -O3 -qstrict -qcpluscmt -D_REENTRANT
$(LFSDEF) $(OSDEF)
# Compile flags for debugging
# CFLAGS = -g -DDEBUG -D_REENTRANT $(LFSDEF) $(OSDEF)
# Mail program: This must support "CMD -s SUBJECT
ADDRESS" to send out a mail with a subject
# Typically, this will be "mail" or "mailx"
MAILPROGRAM="mail"
From: xymon-bounces at xymon.com
[mailto:xymon-bounces at xymon.com] On Behalf Of sonal kumar
Sent: 18 April 2011 14:42
To: xymon at xymon.com
Subject: [Xymon] xymon 4.3.2 configuration error
for rrdtool
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.
--
Thanks & Regards
Sonal kumar N C
************************************************************************
****
The information contained in this email is intended only
for the use of the intended recipient at the email address to which it
has been addressed. If the reader of this message is not an intended
recipient, you are hereby notified that you have received this document
in error and that any review, dissemination or copying of the message or
associated attachments is strictly prohibited. If you have received this
email in error, please contact the sender by return email or call 01793
877777 and ask for the sender and then delete it immediately from your
system.Please note that neither the RWE Group of Companies nor the
sender accepts any responsibility for viruses and it is your
responsibility to scan attachments (if any).
************************************************************************
*****
--
Thanks & Regards
Sonal kumar N C
****************************************************************************
The information contained in this email is intended only for the use of the intended recipient at the email address to which it has been addressed. If the reader of this message is not an intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination or copying of the message or associated attachments is strictly prohibited. If you have received this email in error, please contact the sender by return email or call 01793 877777 and ask for the sender and then delete it immediately from your system.Please note that neither the RWE Group of Companies nor the sender accepts any responsibility for viruses and it is your responsibility to scan attachments (if any).
*****************************************************************************
list Sonal Kumar
Hi Chris, I am using GNU Make 3.82
▸
On Tue, Apr 19, 2011 at 7:41 PM, <user-e510f6c03e57@xymon.invalid> wrote:
Which version of GNU make are you using. I use GNU Make 3.80 on AIX 5.3 and it works fine! *From:* sonal kumar [mailto:user-40212399ff4e@xymon.invalid] *Sent:* 19 April 2011 14:57 *To:* Morris, Chris (SS-IS); user-e53e2c37e9a6@xymon.invalid *Cc:* xymon at xymon.com *Subject:* Re: [Xymon] xymon 4.3.2 configuration error for rrdtool Hi Chris/Altmann Thanks for giving the steps in detail.I made the changes in Makefile.AIX and it went successfully.below are the last lines of configure Using AIX Makefile settings Created Makefile with the necessary information to build Xymon Some defaults are used, so do look at the Makefile before continuing. Configuration complete - now run /usr/bin/gmake (GNU make) to build the tools But when I gave command gmake it again gives error # /usr/bin/gmake "build/Makefile.rules", line 13: make: 1254-055 Dependency line needs colon or double colon operator. "build/Makefile.rules", line 16: make: 1254-055 Dependency line needs colon or double colon operator. When I checked in google it says that we need to used gmake,I am using gmake and already set the envirnoment variables MAKE=/usr/bin/gmake MANPATH=/krb5/man: Make=gmake Please suggest On Tue, Apr 19, 2011 at 2:46 PM, <user-e510f6c03e57@xymon.invalid> wrote:You need to ensure that you are using GNU Make (gmake) and the Makefile.AIX in the build directory should be :- # Xymon compile-time settings for a AIX system # OSDEF = -DAIX # NETLIBS: You may need to add -lresolv or similar to pick up network libraries NETLIBS = # Compile flags for normal build with gcc CC = gcc CFLAGS = -O -D_REENTRANT $(OSDEF) # Compile flags for normal build with IBM compiler # CC = cc # CFLAGS = -g -O3 -qstrict -qcpluscmt -D_REENTRANT $(LFSDEF) $(OSDEF) # Compile flags for debugging # CFLAGS = -g -DDEBUG -D_REENTRANT $(LFSDEF) $(OSDEF) # Mail program: This must support "CMD -s SUBJECT ADDRESS" to send out a mail with a subject # Typically, this will be "mail" or "mailx" MAILPROGRAM="mail" *From:* xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] *On Behalf Of *sonal kumar *Sent:* 18 April 2011 14:42 *To:* xymon at xymon.com *Subject:* [Xymon] xymon 4.3.2 configuration error for rrdtool 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. -- Thanks & Regards Sonal kumar N C **************************************************************************** The information contained in this email is intended only for the use of the intended recipient at the email address to which it has been addressed. If the reader of this message is not an intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination or copying of the message or associated attachments is strictly prohibited. If you have received this email in error, please contact the sender by return email or call 01793 877777 and ask for the sender and then delete it immediately from your system.Please note that neither the RWE Group of Companies nor the sender accepts any responsibility for viruses and it is your responsibility to scan attachments (if any). *****************************************************************************-- Thanks & Regards Sonal kumar N C
-- Thanks & Regards Sonal kumar N C
list Chris Morris
The errors look like it is not picking up the GNU version of make!!
▸
From: sonal kumar [mailto:user-40212399ff4e@xymon.invalid]
Sent: 19 April 2011 15:38
To: Morris, Chris (SS-IS)
Cc: user-e53e2c37e9a6@xymon.invalid; xymon at xymon.com
Subject: Re: [Xymon] xymon 4.3.2 configuration error for rrdtool
Hi Chris,
I am using GNU Make 3.82
On Tue, Apr 19, 2011 at 7:41 PM, <user-e510f6c03e57@xymon.invalid> wrote:
Which version of GNU make are you using. I use GNU Make
3.80 on AIX 5.3 and it works fine!
From: sonal kumar [mailto:user-40212399ff4e@xymon.invalid]
Sent: 19 April 2011 14:57
To: Morris, Chris (SS-IS); user-e53e2c37e9a6@xymon.invalid
Cc: xymon at xymon.com
Subject: Re: [Xymon] xymon 4.3.2 configuration
error for rrdtool
Hi Chris/Altmann
Thanks for giving the steps in detail.I made the
changes in Makefile.AIX and it went successfully.below are the last
lines of configure
Using AIX Makefile settings
Created Makefile with the necessary information
to build Xymon
Some defaults are used, so do look at the
Makefile before continuing.
Configuration complete - now run /usr/bin/gmake
(GNU make) to build the tools
But when I gave command gmake it again gives
error
# /usr/bin/gmake
"build/Makefile.rules", line 13: make: 1254-055
Dependency line needs colon or double colon operator.
"build/Makefile.rules", line 16: make: 1254-055
Dependency line needs colon or double colon operator.
When I checked in google it says that we need to
used gmake,I am using gmake and already set the envirnoment variables
MAKE=/usr/bin/gmake
MANPATH=/krb5/man:
Make=gmake
Please suggest
On Tue, Apr 19, 2011 at 2:46 PM,
<user-e510f6c03e57@xymon.invalid> wrote:
You need to ensure that you are using
GNU Make (gmake) and the Makefile.AIX in the build directory should be
:-
# Xymon compile-time settings for a AIX
system
#
OSDEF = -DAIX
# NETLIBS: You may need to add -lresolv
or similar to pick up network libraries
NETLIBS =
# Compile flags for normal build with
gcc
CC = gcc
CFLAGS = -O -D_REENTRANT $(OSDEF)
# Compile flags for normal build with
IBM compiler
# CC = cc
# CFLAGS = -g -O3 -qstrict -qcpluscmt
-D_REENTRANT $(LFSDEF) $(OSDEF)
# Compile flags for debugging
# CFLAGS = -g -DDEBUG -D_REENTRANT
$(LFSDEF) $(OSDEF)
# Mail program: This must support "CMD
-s SUBJECT ADDRESS" to send out a mail with a subject
# Typically, this will be "mail" or
"mailx"
MAILPROGRAM="mail"
From: xymon-bounces at xymon.com
[mailto:xymon-bounces at xymon.com] On Behalf Of sonal kumar
Sent: 18 April 2011 14:42
To: xymon at xymon.com
Subject: [Xymon] xymon 4.3.2
configuration error for rrdtool
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.
--
Thanks & Regards
Sonal kumar N C
************************************************************************
****
The information contained in this email
is intended only for the use of the intended recipient at the email
address to which it has been addressed. If the reader of this message is
not an intended recipient, you are hereby notified that you have
received this document in error and that any review, dissemination or
copying of the message or associated attachments is strictly prohibited.
If you have received this email in error, please contact the sender by
return email or call 01793 877777 and ask for the sender and then delete
it immediately from your system.Please note that neither the RWE Group
of Companies nor the sender accepts any responsibility for viruses and
it is your responsibility to scan attachments (if any).
************************************************************************
*****
--
Thanks & Regards
Sonal kumar N C
--
Thanks & Regards
Sonal kumar N C
****************************************************************************
The information contained in this email is intended only for the use of the intended recipient at the email address to which it has been addressed. If the reader of this message is not an intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination or copying of the message or associated attachments is strictly prohibited. If you have received this email in error, please contact the sender by return email or call 01793 877777 and ask for the sender and then delete it immediately from your system.Please note that neither the RWE Group of Companies nor the sender accepts any responsibility for viruses and it is your responsibility to scan attachments (if any).
*****************************************************************************
list Chris Morris
The errors look like it is not picking up the GNU version of make!! Here is what I do : - 1) Edit build/Makefile.AIX to enable gcc compiler 2) export MAKE=gmake (/usr/bin/gmake is a symlink to /opt/freeware/bin/make) 3) ./configure 4) gmake 5) gmake install (as root)
▸
From: sonal kumar [mailto:user-40212399ff4e@xymon.invalid]
Sent: 19 April 2011 15:38
To: Morris, Chris (SS-IS)
Cc: user-e53e2c37e9a6@xymon.invalid; xymon at xymon.com
Subject: Re: [Xymon] xymon 4.3.2 configuration error for rrdtool
Hi Chris,
I am using GNU Make 3.82
On Tue, Apr 19, 2011 at 7:41 PM, <user-e510f6c03e57@xymon.invalid> wrote:
Which version of GNU make are you using. I use GNU Make
3.80 on AIX 5.3 and it works fine!
From: sonal kumar [mailto:user-40212399ff4e@xymon.invalid]
Sent: 19 April 2011 14:57
To: Morris, Chris (SS-IS); user-e53e2c37e9a6@xymon.invalid
Cc: xymon at xymon.com
Subject: Re: [Xymon] xymon 4.3.2 configuration
error for rrdtool
Hi Chris/Altmann
Thanks for giving the steps in detail.I made the
changes in Makefile.AIX and it went successfully.below are the last
lines of configure
Using AIX Makefile settings
Created Makefile with the necessary information
to build Xymon
Some defaults are used, so do look at the
Makefile before continuing.
Configuration complete - now run /usr/bin/gmake
(GNU make) to build the tools
But when I gave command gmake it again gives
error
# /usr/bin/gmake
"build/Makefile.rules", line 13: make: 1254-055
Dependency line needs colon or double colon operator.
"build/Makefile.rules", line 16: make: 1254-055
Dependency line needs colon or double colon operator.
When I checked in google it says that we need to
used gmake,I am using gmake and already set the envirnoment variables
MAKE=/usr/bin/gmake
MANPATH=/krb5/man:
Make=gmake
Please suggest
On Tue, Apr 19, 2011 at 2:46 PM,
<user-e510f6c03e57@xymon.invalid> wrote:
You need to ensure that you are using
GNU Make (gmake) and the Makefile.AIX in the build directory should be
:-
# Xymon compile-time settings for a AIX
system
#
OSDEF = -DAIX
# NETLIBS: You may need to add -lresolv
or similar to pick up network libraries
NETLIBS =
# Compile flags for normal build with
gcc
CC = gcc
CFLAGS = -O -D_REENTRANT $(OSDEF)
# Compile flags for normal build with
IBM compiler
# CC = cc
# CFLAGS = -g -O3 -qstrict -qcpluscmt
-D_REENTRANT $(LFSDEF) $(OSDEF)
# Compile flags for debugging
# CFLAGS = -g -DDEBUG -D_REENTRANT
$(LFSDEF) $(OSDEF)
# Mail program: This must support "CMD
-s SUBJECT ADDRESS" to send out a mail with a subject
# Typically, this will be "mail" or
"mailx"
MAILPROGRAM="mail"
From: xymon-bounces at xymon.com
[mailto:xymon-bounces at xymon.com] On Behalf Of sonal kumar
Sent: 18 April 2011 14:42
To: xymon at xymon.com
Subject: [Xymon] xymon 4.3.2
configuration error for rrdtool
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.
--
Thanks & Regards
Sonal kumar N C
************************************************************************
****
The information contained in this email
is intended only for the use of the intended recipient at the email
address to which it has been addressed. If the reader of this message is
not an intended recipient, you are hereby notified that you have
received this document in error and that any review, dissemination or
copying of the message or associated attachments is strictly prohibited.
If you have received this email in error, please contact the sender by
return email or call 01793 877777 and ask for the sender and then delete
it immediately from your system.Please note that neither the RWE Group
of Companies nor the sender accepts any responsibility for viruses and
it is your responsibility to scan attachments (if any).
************************************************************************
*****
--
Thanks & Regards
Sonal kumar N C
--
Thanks & Regards
Sonal kumar N C
****************************************************************************
The information contained in this email is intended only for the use of the intended recipient at the email address to which it has been addressed. If the reader of this message is not an intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination or copying of the message or associated attachments is strictly prohibited. If you have received this email in error, please contact the sender by return email or call 01793 877777 and ask for the sender and then delete it immediately from your system.Please note that neither the RWE Group of Companies nor the sender accepts any responsibility for viruses and it is your responsibility to scan attachments (if any).
*****************************************************************************
list D.Altmann
Hi Sonar, /usr/bin/gmake seems to be a link to /usr/bin/make at your installation. Try this: ls -lsa /usr/bin/gmake /usr/bin/make And this: /usr/bin/gmake --version If the second command tell you something like "Illegal option -- -" the (soft-)link targets really to the original AIX_make and NOT to gmake. But if you are getting a real "GNU make" version information, you could try to export the full path to you gmake-binary (and not to the softlink) like that: export MAKE=/opt/freeware/bin/gmake ; ./configure Best regards D.Altmann ----- Ursprüngliche Nachricht ----- Von: "sonal kumar" user-40212399ff4e@xymon.invalid Erhalten: 19.04.2011 16:38 An: user-e53e2c37e9a6@xymon.invalid, xymon at xymon.com, user-e510f6c03e57@xymon.invalid Hi Chris, I am using GNU Make 3.82