Page 1 of 1

No rule to make target `install-daemon-config' rpm binary

Posted: Mon Nov 07, 2016 11:38 am
by wice22
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

Re: No rule to make target `install-daemon-config' rpm binar

Posted: Mon Nov 07, 2016 11:44 am
by dwhitfield
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

Posted: Mon Nov 07, 2016 12:01 pm
by wice22
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

Re: No rule to make target `install-daemon-config' rpm binar

Posted: Mon Nov 07, 2016 1:32 pm
by dwhitfield
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.