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

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
wice22
Posts: 15
Joined: Mon Nov 07, 2016 11:27 am

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

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

Post by dwhitfield »

What instructions are you using for compile? You can find our instructions at https://support.nagios.com/kb/article.php?id=515
wice22
Posts: 15
Joined: Mon Nov 07, 2016 11:27 am

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

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

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