>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 '[email protected]'
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------------------------------------------------------------------------------
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
_______________________________________________
Nagios-users mailing list
[email protected]
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