Skip to content
New issue

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

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

Open
eschoeller opened this issue Jul 4, 2021 · 3 comments
Open

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

eschoeller opened this issue Jul 4, 2021 · 3 comments

Comments

@eschoeller
Copy link

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
Copy link
Contributor

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
Copy link
Contributor

Did you manage to try the above?

@eschoeller
Copy link
Author

My apologies I have not yet!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants