Nagios 3.3.1 Installation Failure

Jaco Lesch jacol at saix.net
Thu Aug 18 16:15:54 CEST 2011


Christian

I had a similar problem on Solaris 10 and it seem to be an issue with 
the for loop in one of the makefiles. Found this on one of the Ubuntu 
forums that sorted out the problem for me. Check out the URL below:

http://ubuntuforums.org/showthread.php?t=1814086

Regards

Jaco Lesch
SAIX HLS


On 18/08/2011 14:54, Mies, Christian wrote:
> Hi List,
>
> I’ve seen the new Version of Nagios 3.3.1 and try to install it on a
> naked system:
>
> ./configure and make working fine.
>
> make fullinstall comes up with the following Error Message:
>
> make fullinstall
>
> cd ./base && make install
>
> make[1]: Entering directory `/root/download/nagios/base'
>
> make install-basic
>
> make[2]: Entering directory `/root/download/nagios/base'
>
> /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/bin
>
> /usr/bin/install -c -m 774 -o nagios -g nagios nagios /usr/local/nagios/bin
>
> /usr/bin/install -c -m 774 -o nagios -g nagios nagiostats
> /usr/local/nagios/bin
>
> make[2]: Leaving directory `/root/download/nagios/base'
>
> make strip-post-install
>
> make[2]: Entering directory `/root/download/nagios/base'
>
> /usr/bin/strip /usr/local/nagios/bin/nagios
>
> /usr/bin/strip /usr/local/nagios/bin/nagiostats
>
> make[2]: Leaving directory `/root/download/nagios/base'
>
> make[1]: Leaving directory `/root/download/nagios/base'
>
> cd ./cgi && make install
>
> make[1]: Entering directory `/root/download/nagios/cgi'
>
> make install-basic
>
> make[2]: Entering directory `/root/download/nagios/cgi'
>
> /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/sbin
>
> for file in *.cgi; do \
>
> /usr/bin/install -c -m 775 -o nagios -g nagios $file
> /usr/local/nagios/sbin; \
>
> done
>
> make[2]: Leaving directory `/root/download/nagios/cgi'
>
> make strip-post-install
>
> make[2]: Entering directory `/root/download/nagios/cgi'
>
> for file in *.cgi; do \
>
> /usr/bin/strip /usr/local/nagios/sbin/$file; \
>
> done
>
> make[2]: Leaving directory `/root/download/nagios/cgi'
>
> make[1]: Leaving directory `/root/download/nagios/cgi'
>
> cd ./html && make install
>
> make[1]: Entering directory `/root/download/nagios/html'
>
> /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/share
>
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/media
>
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/stylesheets
>
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/contexthelp
>
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/docs
>
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/docs/images
>
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/images
>
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/images/logos
>
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/includes
>
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/includes/rss
>
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/includes/rss/extlib
>
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/ssi
>
> /usr/bin/install -c -m 664 -o nagios -g nagios robots.txt
> /usr/local/nagios/share
>
> rm -f /usr/local/nagios/share/index.html
>
> rm -f /usr/local/nagios/share/main.html
>
> rm -f /usr/local/nagios/share/side.html
>
> for file in *.php; \
>
> do /usr/bin/install -c -m 664 -o nagios -g nagios $file
> /usr/local/nagios/share; done
>
> for file in stylesheets/*.css; \
>
> do /usr/bin/install -c -m 664 -o nagios -g nagios $file
> /usr/local/nagios/share/stylesheets; done
>
> for file in contexthelp/*.html; \
>
> do /usr/bin/install -c -m 664 -o nagios -g nagios $file
> /usr/local/nagios/share/contexthelp; done
>
> for file in images/*.gif; \
>
> do /usr/bin/install -c -m 664 -o nagios -g nagios $file
> /usr/local/nagios/share/images; done
>
> for file in images/*.jpg; \
>
> do /usr/bin/install -c -m 664 -o nagios -g nagios $file
> /usr/local/nagios/share/images; done
>
> for file in images/*.png; \
>
> do /usr/bin/install -c -m 664 -o nagios -g nagios $file
> /usr/local/nagios/share/images; done
>
> for file in images/*.ico; \
>
> do /usr/bin/install -c -m 664 -o nagios -g nagios $file
> /usr/local/nagios/share/images; done
>
> for file in images/logos/*.*; \
>
> do /usr/bin/install -c -m 664 -o nagios -g nagios $file
> /usr/local/nagios/share/images/logos; done
>
> for file in includes/*.*; \
>
> do /usr/bin/install -c -m 664 -o nagios -g nagios $file
> /usr/local/nagios/share/includes; done
>
> for file in includes/rss/*; \
>
> do /usr/bin/install -c -m 664 -o nagios -g nagios $file
> /usr/local/nagios/share/includes/rss; done
>
> /usr/bin/install: omitting directory `includes/rss/extlib'
>
> /usr/bin/install: omitting directory `includes/rss/htdocs'
>
> /usr/bin/install: omitting directory `includes/rss/scripts'
>
> make[1]: *** [install] Error 1
>
> make[1]: Leaving directory `/root/download/nagios/html'
>
> make: *** [install] Error 2
>
> Any good Idea? Nagios 3.2.3 on the same system is running well.
>
> Regards
>
> Christian
>
>
> it-novum GmbH*
>
> i.A. Christian Mies***
> Senior Consultant
>
> Tel: +49 (661) 103-874
> Fax: +49 (661) 103-17874
> Christian.Mies at it-novum.com
>
>
> ITNLogo
>
> it-novum GmbH • Edelzeller Straße 44 • 36043 Fulda• http://www.it-novum.com
> Handelsregister Amtsgericht Fulda, HRB 1934 • Geschäftsführer: Michael
> Kienle • Sitz der Gesellschaft: Fulda
>
> Der Inhalt dieser E-Mail ist vertraulich. Wenn Sie nicht der eigentliche
> Empfänger sein sollten, informieren Sie bitte sofort den Absender oder
> vernichten umgehend diese Mail. Jegliche unerlaubte Vervielfältigung
> oder Weiterleitung dieser Mail ist strengstens verboten.
> This e-mail may contain confidential and/or priviledged information. If
> you are not the intended recepient (or have received this e-mail in
> error) please notify the sender immediately and destroy this e-mail. Any
> unauthorised copying, disclosure or distribution of material in this
> e-mail is strictly forbidden.
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> user administration capabilities and model configuration. Take
> the hassle out of deploying and managing Subversion and the
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
>
>
>
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list