nagios Make Install error on 3.3.1

Andrew Morum amorum at brendata.co.uk
Wed Jul 27 13:19:04 CEST 2011


>We're seeing an error during make install of 3.3.1. 

>I have checked the install & upgrade docs for 3.3.1, all prerequisites

>are already installed. 3.2.3 still installs with no errors.

 

For others with this issue, please see patch below which comes courtesy
of Craig Genner. It provides a work-around for the bug in the html
directory Makefile.

 

>Hi Andy,

>Happy for you to post it as a work around.  Glad I could help you get
it working.

>Thanks

 

diff -u nagios/html/Makefile.in nagios-3.3.1/html/Makefile

--- nagios/html/Makefile.in     2011-07-24 18:53:52.000000000 +0100

+++ nagios-3.3.1/html/Makefile  2011-07-26 22:23:35.000000000 +0100

@@ -75,8 +75,7 @@

         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

+       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

 

 

Regards

 

Andy.



The information contained in this email is intended for the personal and confidential use
of the addressee only. It may also be privileged information. If you are not the intended
recipient then you are hereby notified that you have received this document in error and
that any review, distribution or copying of this document is strictly prohibited. If you have 
received  this communication in error, please notify Brendata immediately on: 

+44 (0)1268 466100, or email 'technical at brendata.co.uk' 

Brendata (UK) Ltd
Nevendon Hall, Nevendon Road, Basildon, Essex. SS13 1BX  UK
Registered Office as above. Registered in England No. 2764339

See our current vacancies at www.brendata.co.uk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20110727/8f6bca7b/attachment.html>
-------------- next part --------------
------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
-------------- 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