Hi,
I'm having an issue installing nrpe-3.0.1 (same issue with nrpe-3.0)
I'm getting the following:
# make install-daemon-config
make install-daemon-config make: *** No rule to make target `install-daemon-config'. Stop.
# cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)
version : nrpe-3.0.1.tar.gz ( forom http://liquidtelecom.dl.sourceforge.net ... /nrpe-3.x/)
Please do let me know if you need any additional information. Any help will be highly appreciable?
Regards,
Zaza
No rule to make target `install-daemon-config' rpm binary
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: No rule to make target `install-daemon-config' rpm binar
What instructions are you using for compile? You can find our instructions at https://support.nagios.com/kb/article.php?id=515
Re: No rule to make target `install-daemon-config' rpm binar
Thanks for the fast reply
I was doing the following :
# ./configure
# make all
# make install-plugin
# make install-daemon
# make install-daemon-config
I'm going to start from scratch and will try to follow the manual from your link and will report if it works
Regards
Zaza
I was doing the following :
# ./configure
# make all
# make install-plugin
# make install-daemon
# make install-daemon-config
I'm going to start from scratch and will try to follow the manual from your link and will report if it works
Regards
Zaza
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: No rule to make target `install-daemon-config' rpm binar
Something to think about while you run through those instructions: our instructions (almost?) always assume Core install from source, so you might need to change file paths if you are using distribution repos.