Make Install error on 3.3.1

Yueh-Hung Liu yuehung.liu at gmail.com
Tue Jul 26 15:45:09 CEST 2011


also got this error message....
i think it is because the installation of the new interface theme 'Exfoliation'.
there are directories that match 'includes/rss/*' and cause the
install utility stoped on error, while it expected all to be installed
are files.


On Tue, Jul 26, 2011 at 4:41 PM, Andrew Morum <amorum at brendata.co.uk> wrote:
> 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.
>
> OS: Ubuntu 8.04.4 LTS (fully up-to-date from apt-get repo)
>
> Config line:
> ./configure --with-command-group=nagcmd
>
> Output from make install:
>
> root at ubuntu-nagios:~/Nagios/nagios-3.3.1/nagios# make install
> cd ./base && make install
> make[1]: Entering directory `/root/Nagios/nagios-3.3.1/nagios/base'
> make install-basic
> make[2]: Entering directory `/root/Nagios/nagios-3.3.1/nagios/base'
> /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/bin
> /usr/bin/install -c -m 774 -o nagios -g nagios nagios
> /usr/local/nagios/bin
> /usr/bin/install -c -m 774 -o nagios -g nagios nagiostats
> /usr/local/nagios/bin
> make[2]: Leaving directory `/root/Nagios/nagios-3.3.1/nagios/base'
> make strip-post-install
> make[2]: Entering directory `/root/Nagios/nagios-3.3.1/nagios/base'
> /usr/bin/strip /usr/local/nagios/bin/nagios
> /usr/bin/strip /usr/local/nagios/bin/nagiostats
> make[2]: Leaving directory `/root/Nagios/nagios-3.3.1/nagios/base'
> make[1]: Leaving directory `/root/Nagios/nagios-3.3.1/nagios/base'
> cd ./cgi && make install
> make[1]: Entering directory `/root/Nagios/nagios-3.3.1/nagios/cgi'
> make install-basic
> make[2]: Entering directory `/root/Nagios/nagios-3.3.1/nagios/cgi'
> /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/sbin
> for file in *.cgi; do /usr/bin/install -c -m 775 -o nagios -g nagios
> $file /usr/local/nagios/sbin; done
> make[2]: Leaving directory `/root/Nagios/nagios-3.3.1/nagios/cgi'
> make strip-post-install
> make[2]: Entering directory `/root/Nagios/nagios-3.3.1/nagios/cgi'
> for file in *.cgi; do /usr/bin/strip /usr/local/nagios/sbin/$file; done
> make[2]: Leaving directory `/root/Nagios/nagios-3.3.1/nagios/cgi'
> make[1]: Leaving directory `/root/Nagios/nagios-3.3.1/nagios/cgi'
> cd ./html && make install
> make[1]: Entering directory `/root/Nagios/nagios-3.3.1/nagios/html'
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/media
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/stylesheets
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/contexthelp
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/docs
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/docs/images
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/images
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/images/logos
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/includes
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/includes/rss
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/includes/rss/extlib
> /usr/bin/install -c -m 775 -o nagios -g nagios -d
> /usr/local/nagios/share/ssi
> /usr/bin/install -c -m 664 -o nagios -g nagios robots.txt
> /usr/local/nagios/share
> rm -f /usr/local/nagios/share/index.html
> rm -f /usr/local/nagios/share/main.html
> rm -f /usr/local/nagios/share/side.html
> for file in *.php; do /usr/bin/install -c -m 664 -o nagios -g nagios
> $file /usr/local/nagios/share; done
> for file in stylesheets/*.css; do /usr/bin/install -c -m 664 -o nagios
> -g nagios $file /usr/local/nagios/share/stylesheets; done
> for file in contexthelp/*.html; do /usr/bin/install -c -m 664 -o nagios
> -g nagios $file /usr/local/nagios/share/contexthelp; done
> for file in images/*.gif; do /usr/bin/install -c -m 664 -o nagios -g
> nagios $file /usr/local/nagios/share/images; done
> for file in images/*.jpg; do /usr/bin/install -c -m 664 -o nagios -g
> nagios $file /usr/local/nagios/share/images; done
> for file in images/*.png; do /usr/bin/install -c -m 664 -o nagios -g
> nagios $file /usr/local/nagios/share/images; done
> for file in images/*.ico; do /usr/bin/install -c -m 664 -o nagios -g
> nagios $file /usr/local/nagios/share/images; done
> for file in images/logos/*.*; do /usr/bin/install -c -m 664 -o nagios -g
> nagios $file /usr/local/nagios/share/images/logos; done
> for file in includes/*.*; do /usr/bin/install -c -m 664 -o nagios -g
> nagios $file /usr/local/nagios/share/includes; done
> 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/nagios-3.3.1/nagios/html'
> make: *** [install] Error 2
>
>
> Thanks & 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 'technical at brendata.co.uk'
>
> 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
>
> ------------------------------------------------------------------------------
> Magic Quadrant for Content-Aware Data Loss Prevention
> Research study explores the data loss prevention market. Includes in-depth
> analysis on the changes within the DLP market, and the criteria used to
> evaluate the strengths and weaknesses of these DLP solutions.
> http://www.accelacomm.com/jaw/sfnl/114/51385063/
> _______________________________________________
> 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
>

------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
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