nagios Make Install error on 3.3.1
Lees, Stewart
sl185058 at ncr.com
Wed Aug 3 18:58:49 CEST 2011
Hello First time user of Nagios.
Im having the same problem as described below how do I utilise this patch ?
Regards
Stewart.
>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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20110803/779b717f/attachment.html>
-------------- next part --------------
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts.
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
-------------- 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