Nagios Core Installation - Make all Command Error

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
johnadena01
Posts: 4
Joined: Fri Nov 11, 2016 10:32 am

Nagios Core Installation - Make all Command Error

Post by johnadena01 »

Hello All,

We are currently planning to install the latest version of Nagios Core (v4.2.2) in one of our servers. However upon, executing make all command, we encountered the error below.

/applications/nagios>make all
cd ./base && make
cc -qlanglvl=extc89 -Wall -I.. -g -DHAVE_CONFIG_H -DNSCORE -c -o nagios.o nagios.c
cc: 1501-210 command option Wall contains an incorrect subargument
make: The error code from the last command is 40.


Stop.
make: The error code from the last command is 2.


Stop.

Would you kindly help us with this? Thanks in advance. :D
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Nagios Core Installation - Make all Command Error

Post by mcapra »

What is the OS/Architecture of the machine you are attempting to install Nagios Core on?
Former Nagios employee
https://www.mcapra.com/
johnadena01
Posts: 4
Joined: Fri Nov 11, 2016 10:32 am

Re: Nagios Core Installation - Make all Command Error

Post by johnadena01 »

Hello,

We are currently using IBM AIX 7.1 (64-bit).
mcapra wrote:What is the OS/Architecture of the machine you are attempting to install Nagios Core on?
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Nagios Core Installation - Make all Command Error

Post by dwhitfield »

Currently, we do not support AIX installs. There is an open issue on github: https://github.com/NagiosEnterprises/ncpa/issues/258

That said, we can leave this open for community feedback. Maybe someone has it working.

There are a bunch of free-as-in-beer (gratis) Linux (and BSD!) distributions on which Nagios Core currently runs. I don't see an obvious way to run Linux in a VM on AIX, but if this is something that would interest you, I can do more research.
johnadena01
Posts: 4
Joined: Fri Nov 11, 2016 10:32 am

Re: Nagios Core Installation - Make all Command Error

Post by johnadena01 »

Hello dwhitfield,

Thanks for the information. For follow-up question, do you know-by any chance-what is the latest version of Nagios Core that is available for installation in AIX servers?

For your suggestion, I will still need to coordinate this internally with our team. But thanks for this. :)

PS: We are currently using Nagios Core v3.2.0 and we're just planning on upgrading it to the latest version compatible.
dwhitfield wrote:Currently, we do not support AIX installs. There is an open issue on github: https://github.com/NagiosEnterprises/ncpa/issues/258

That said, we can leave this open for community feedback. Maybe someone has it working.

There are a bunch of free-as-in-beer (gratis) Linux (and BSD!) distributions on which Nagios Core currently runs. I don't see an obvious way to run Linux in a VM on AIX, but if this is something that would interest you, I can do more research.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Nagios Core Installation - Make all Command Error

Post by dwhitfield »

johnadena01 wrote: For follow-up question, do you know-by any chance-what is the latest version of Nagios Core that is available for installation in AIX servers?
I don't think any version has ever worked on AIX 7.1. Some older versions appear to work on 6.1, although I don't think that was ever supported in any sense.

To be clear, the latest version will monitor AIX.
johnadena01
Posts: 4
Joined: Fri Nov 11, 2016 10:32 am

Re: Nagios Core Installation - Make all Command Error

Post by johnadena01 »

Hello,

Hmmm.. this is weird since we are currently using Nagios Core v3.2.0 in our AIX server v7.1.0... Nonetheless, you've mentioned below that some older versions of Nagios core is working on 6.1 AIX. Do you know which versions are this (probably higher than Nagios Core v3.2.0/preferably Nagios Core v4.x)? I just wanna try it if it will work on our server.

PS: Thank you so much for helping. I really appreciate this. :)
dwhitfield wrote:
johnadena01 wrote: For follow-up question, do you know-by any chance-what is the latest version of Nagios Core that is available for installation in AIX servers?
I don't think any version has ever worked on AIX 7.1. Some older versions appear to work on 6.1 although I don't think that was ever supported in any sense.

To be clear, the latest version will monitor AIX.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Nagios Core Installation - Make all Command Error

Post by dwhitfield »

So, it looks like 3.2.0 is the latest: https://exchange.nagios.org/directory/D ... IX/details

Unfortunately, all I can do at this point is point you to the github page. Of course, if you get it working, we can build that into a later version of Core. The installs work on Solaris and BSD, so it isn't completely Linux-based.

Again, I don't know much about virtualization on AIX, but it looks like it should be possible: https://www.ibm.com/developerworks/clou ... e-powervm/
Locked