2014R1.2 upgrade issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
PhilG
Posts: 286
Joined: Thu Jan 16, 2014 10:24 am

2014R1.2 upgrade issue

Post by PhilG »

Hello:
I was attempting to upgrade Nagios XI, within the GUI, from 2014R1.1 to 2014R1.2 (released on June 23rd, 2014), and received the following messages:
"
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/local/nagiosxi/tmp/nagiosxi/subcomponents/nagiosplugins/nagios-plugins-2.0.2/build-aux/missing --run aclocal-1.11 -I gl/m4 -I m4
/usr/local/nagiosxi/tmp/nagiosxi/subcomponents/nagiosplugins/nagios-plugins-2.0.2/build-aux/missing: line 52: aclocal-1.11: command not found
WARNING: `aclocal-1.11' is missing on your system. You should only need it if
you modified `acinclude.m4' or `configure.ac'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.

cd . && /bin/sh /usr/local/nagiosxi/tmp/nagiosxi/subcomponents/nagiosplugins/nagios-plugins-2.0.2/build-aux/missing --run automake-1.11 --gnu
/usr/local/nagiosxi/tmp/nagiosxi/subcomponents/nagiosplugins/nagios-plugins-2.0.2/build-aux/missing: line 52: automake-1.11: command not found
WARNING: `automake-1.11' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/local/nagiosxi/tmp/nagiosxi/subcomponents/nagiosplugins/nagios-plugins-2.0.2/build-aux/missing --run autoconf
configure:49746: error: possibly undefined macro: gl_IDPRIV
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
make: *** [configure] Error 1
"

My last update did not identify that problem.
Are these new items and really needed?
Newbie '14
tbarnett
Posts: 52
Joined: Thu Jul 26, 2012 8:36 am

Re: 2014R1.2 upgrade issue

Post by tbarnett »

I have the same error with an upgrade from 2012R2.9.

What is the fix. I'm kind of in between now.
Tom Barnett
Senior Systems Administrator
Prime, inc.
2740 N. Mayfair Ave
Springfield, MO 65803
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: 2014R1.2 upgrade issue

Post by slansing »

For the time being (though this was supposed to be added to the dependencies installation) you will want to run the following then re-upgrade:

Code: Select all

yum install automake autoconf
PhilG
Posts: 286
Joined: Thu Jan 16, 2014 10:24 am

Re: 2014R1.2 upgrade issue

Post by PhilG »

slansing wrote:For the time being (though this was supposed to be added to the dependencies installation) you will want to run the following then re-upgrade:

Code: Select all

yum install automake autoconf

I ran this command on the server, then did the upgrade via the web gui, and all completed with no issues.

Thank you!

You may lock this post.
Newbie '14
Locked