Page 1 of 1

2014R1.2 upgrade issue

Posted: Thu Jun 26, 2014 9:16 am
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?

Re: 2014R1.2 upgrade issue

Posted: Thu Jun 26, 2014 3:23 pm
by tbarnett
I have the same error with an upgrade from 2012R2.9.

What is the fix. I'm kind of in between now.

Re: 2014R1.2 upgrade issue

Posted: Thu Jun 26, 2014 3:32 pm
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

Re: 2014R1.2 upgrade issue

Posted: Mon Jun 30, 2014 1:23 pm
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.