We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
It needs a parameter I believe, I.e we compile with: --with-initscripts=data/merlind.
--with-initscripts=data/merlind
Can you try that and see if it works?
Sorry, something went wrong.
Did you manage to try the above?
My apologies I have not yet!
No branches or pull requests
Here is my configure command:
I found that the '--with-initscripts' directive is causing this error at the end of make:
The text was updated successfully, but these errors were encountered: