2014R1.4 upgrade issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
da1701d
Posts: 23
Joined: Tue Jun 25, 2013 3:57 pm

2014R1.4 upgrade issue

Post by da1701d »

The install was going right along but then stops at this point. When I restart the install it still stops at the same place. Anyone have know how resolve this problem? As you can see I already have both the "aclocal-1.11" and "automake" packages.

thanks.

==================================================================
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/nagiosxi/subcomponents/nagiosplugins/nagios-plugins-2.0.2/build-aux/missing --run aclocal-1.11 -I gl/m4 -I m4
This Perl not built to support threads
Compilation failed in require at /usr/share/automake-1.11/Automake/ChannelDefs.pm line 23.
BEGIN failed--compilation aborted at /usr/share/automake-1.11/Automake/ChannelDefs.pm line 26.
Compilation failed in require at /usr/share/automake-1.11/Automake/Configure_ac.pm line 26.
BEGIN failed--compilation aborted at /usr/share/automake-1.11/Automake/Configure_ac.pm line 26.
Compilation failed in require at /usr/bin/aclocal-1.11 line 39.
BEGIN failed--compilation aborted at /usr/bin/aclocal-1.11 line 39.
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 /tmp/nagiosxi/subcomponents/nagiosplugins/nagios-plugins-2.0.2/build-aux/missing --run automake-1.11 --gnu
This Perl not built to support threads
Compilation failed in require at /usr/bin/automake-1.11 line 139.
BEGIN failed--compilation aborted at /usr/bin/automake-1.11 line 144.
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 /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


[root@nagios-test nagiosxi]# perl -v

This is perl, v5.8.8 built for x86_64-linux

Copyright 1987-2006, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

[root@nagios-test nagiosxi]# uname -a
Linux nagios-test.wz.hasbro.com 2.6.32-358.18.1.el6.x86_64 #1 SMP Wed Aug 28 17:19:38 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
[root@nagios-test nagiosxi]# cat /etc/redhat-release
CentOS release 6.4 (Final)

[root@nagios-test nagiosxi]# yum install automake autoconf
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: ftp.osuosl.org
* epel: ftp.osuosl.org
* extras: mirror.web-ster.com
* rpmforge: mirror.hmc.edu
* updates: centos.expedientevirtual.com
Setting up Install Process
Package automake-1.11.1-4.el6.noarch already installed and latest version
Package autoconf-2.63-5.1.el6.noarch already installed and latest version
Nothing to do
[root@nagios-test nagiosxi]#
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: 2014R1.4 upgrade issue

Post by lmiltchev »

Do you have "pkgconfig" installed?

Code: Select all

yum list installed | grep pkgconfig
Be sure to check out our Knowledgebase for helpful articles and solutions!
da1701d
Posts: 23
Joined: Tue Jun 25, 2013 3:57 pm

Re: 2014R1.4 upgrade issue

Post by da1701d »

[root@nagios-test ~]# yum list installed | grep pkgconfig
pkgconfig.x86_64 1:0.23-9.1.el6 @anaconda-CentOS-201112091719.x86_64/6.2

Yep.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: 2014R1.4 upgrade issue

Post by Box293 »

How about trying a re-install of these packages:

Code: Select all

yum reinstall automake autoconf
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked