Install from source fails on a Debian 6

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
olma
Posts: 1
Joined: Wed Nov 02, 2011 6:47 am

Install from source fails on a Debian 6

Post 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!
Locked