ITRS-Group / monitor-merlin

Module for Effortless Redundancy and Loadbalancing In Naemon
https://itrs-group.github.io/monitor-merlin/
GNU General Public License v2.0
22 stars 14 forks source link

Configure option --with-initscripts yields make error #114

Open eschoeller opened 3 years ago

eschoeller commented 3 years ago

Here is my configure command:

$ ./configure --prefix=/usr/local/merlin --with-logdir=/var/log/merlin --with-initdirectory=/etc/init.d/ --with-initscripts

I found that the '--with-initscripts' directive is causing this error at the end of make:

  CCLD     merlin.la
cp apps/mon.py apps/op5
make[1]: *** No rule to make target 'yes', needed by 'all-am'.  Stop.
make[1]: Leaving directory '/src/merlin/monitor-merlin'
make: *** [Makefile:1389: all] Error 2
jacobbaungard commented 3 years ago

It needs a parameter I believe, I.e we compile with: --with-initscripts=data/merlind.

Can you try that and see if it works?

jacobbaungard commented 2 years ago

Did you manage to try the above?

eschoeller commented 2 years ago

My apologies I have not yet!