Issue with Nagios XI installation at step A-subcomponents
Posted: Fri Apr 15, 2011 11:07 am
Linux distro:
- Red Hat Enterprise Linux Server release 5.6 (Tikanga), 64-bit
Environment:
- POWER6 LPAR
Install:
- Manual install of Nagios XI
Issue:
- Having issue with step A-subcomponents (have successfully completed previous steps w/o serious issues)
- Output of error of script is as follows:
cd ./sample-config && make install
make[1]: Entering directory `/tmp/nagiosxi/subcomponents/pnp/pnp-0.4.14/sample-config'
rm -f /usr/local/nagios/share/pnp/conf/config.php
/usr/bin/install -c -m 755 -o nagios -g nagios -d /usr/local/nagios/etc/pnp
/usr/bin/install: `/usr/local/nagios/etc/pnp' exists but is not a directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/tmp/nagiosxi/subcomponents/pnp/pnp-0.4.14/sample-config'
make: *** [install] Error 2
- Checked Makefile in /tmp/nagiosxi/subcomponents/pnp/pnp-0.4.14/sample-config and SYSCONFDIR is set to /usr/local/nagios/etc/pnp
which is not a directory
Question:
- Should the SYSCONFDIR be set to something else or did something get missed in the install/build of PNP that the /usr/local/nagios/etc/pnp folder did not get created?
Thanks in advance
- Red Hat Enterprise Linux Server release 5.6 (Tikanga), 64-bit
Environment:
- POWER6 LPAR
Install:
- Manual install of Nagios XI
Issue:
- Having issue with step A-subcomponents (have successfully completed previous steps w/o serious issues)
- Output of error of script is as follows:
cd ./sample-config && make install
make[1]: Entering directory `/tmp/nagiosxi/subcomponents/pnp/pnp-0.4.14/sample-config'
rm -f /usr/local/nagios/share/pnp/conf/config.php
/usr/bin/install -c -m 755 -o nagios -g nagios -d /usr/local/nagios/etc/pnp
/usr/bin/install: `/usr/local/nagios/etc/pnp' exists but is not a directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/tmp/nagiosxi/subcomponents/pnp/pnp-0.4.14/sample-config'
make: *** [install] Error 2
- Checked Makefile in /tmp/nagiosxi/subcomponents/pnp/pnp-0.4.14/sample-config and SYSCONFDIR is set to /usr/local/nagios/etc/pnp
which is not a directory
Question:
- Should the SYSCONFDIR be set to something else or did something get missed in the install/build of PNP that the /usr/local/nagios/etc/pnp folder did not get created?
Thanks in advance