Nagios 3.3.1 Installation Failure

Mies, Christian Christian.Mies at it-novum.com
Fri Aug 19 07:52:01 CEST 2011


Ok, I find it now J

 

This link was also helpful: http://ubuntuforums.org/showthread.php?t=1814086

 

@Ethan and the other developers: When will the patch be added to the core?

 

Regards

Christian

 

Von: Knop, Uwe [mailto:Uwe.Knop at ZIT-BB.Brandenburg.de] 
Gesendet: Donnerstag, 18. August 2011 15:33
An: 'Nagios Users List'
Betreff: Re: [Nagios-users] Nagios 3.3.1 Installation Failure

 

Hallo,

 

http://www.nagios-portal.org/wbb/index.php?page=Thread&threadID=23324

or

here the patch

 

--- a/html/Makefile.in

+++ b/html/Makefile.in

@@ -75,8 +75,9 @@ install:

        do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images/logos; done

        for file in includes/*.*; \

        do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes; done

-       for file in includes/rss/*; \

-       do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes/rss; done

+       #for file in includes/rss/*; \

+       #do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes/rss; done

+       find includes/rss/ -maxdepth 1 -type f -exec $(INSTALL) -m 664 $(INSTALL_OPTS) {} $(DESTDIR)$(HTMLDIR)/includes/rss \;

        for file in includes/rss/extlib/*; \

        do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes/rss/extlib; done

 

bye

UK

 

Von: Mies, Christian [mailto:Christian.Mies at it-novum.com] 
Gesendet: Donnerstag, 18. August 2011 14:54
An: nagios-users at lists.sourceforge.net
Betreff: [Nagios-users] Nagios 3.3.1 Installation Failure

 

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


 

it-novum GmbH *  Edelzeller Straße 44 * 36043 Fulda  * http://www.it-novum.com <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.

 

 


i.A. Christian Mies
Senior Consultant

Tel: +49 (661) 103-874      	(-333)  
Fax: +49 (661) 103-17874            (-334)
mailto:Christian.Mies at it-novum.com

 

it-novum GmbH .  Edelzeller Strasse 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 Empfaenger sein sollten, informieren Sie bitte sofort den Absender oder vernichten umgehend diese Mail. Jegliche unerlaubte Vervielfaeltigung 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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20110819/2a825148/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 21467 bytes
Desc: image001.png
URL: <https://www.monitoring-lists.org/archive/users/attachments/20110819/2a825148/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: itnovum.png
Type: image/png
Size: 21467 bytes
Desc: not available
URL: <https://www.monitoring-lists.org/archive/users/attachments/20110819/2a825148/attachment-0001.png>
-------------- next part --------------
------------------------------------------------------------------------------
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
-------------- next part --------------
_______________________________________________
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