Lees, Stewart wrote:
Hello First time user of Nagios.
Im having the same problem as described below how do I utilise this patch ?

download the patched file from here and replace it

http://www.nagios-portal.org/wbb/index.php?page=Thread&postID=154526#post154526

that's easier than hacking the makefile yourself.


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.

------------------------------------------------------------------------------
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


_______________________________________________
Nagios-users mailing list
Nagios-users@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


--
DI (FH) Michael Friedrich

Vienna University Computer Center
Universitaetsstrasse 7 A-1010 Vienna, Austria

email:  michael.friedr...@univie.ac.at
phone:  +43 1 4277 14359
mobile: +43 664 60277 14359
fax:    +43 1 4277 14338
web:    http://www.univie.ac.at/zid
        http://www.aco.net

Icinga Core&  IDOUtils Developer
http://www.icinga.org

------------------------------------------------------------------------------
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
_______________________________________________
Nagios-users mailing list
Nagios-users@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

Reply via email to