Page 1 of 1

Install from source fails on a Debian 6

Posted: Wed Nov 02, 2011 7:09 am
by olma
Hi,

I have a problem getting the latest Nagios Core installed on a clean Debian 6 Server.
Here are the last lines of "make install" before make exits:

Code: Select all

...
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/nagios/html'
make: *** [install] Error 2
No previous errors occured. The directory "includes/rss/extlib" exists, the other two doesn't.
Can someone gimme a hint, please?

Thanks!