-
Notifications
You must be signed in to change notification settings - Fork 16
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
make install error #12
Comments
Same issue here, I ran make install --debug, here is the output: chown -R apache:apache /etc/op5 |
Any update on this ? Is it linked to CentOS ? |
Hi, I will have a look at this during the week. I'll get back to you. |
Hi, Any update on this issue ? What is the best distribution for Naemon/Merlin/Ninja ? I tried installing Merlin on Debian 9, it was a headache. |
I may have found it, it fails on:
I can't find where BINDIR is defined, that's why mkdir fails. |
Duplicate #8, you can close this one. |
Closing due to duplicate of #8 |
When running make install I receive the following output:
mkdir -m 0755 -p /usr/local/share/php cp -a src/op5 /usr/local/share/php/op5 mkdir -m 770 -p /etc/op5 cp -R etc/* /etc/op5 chown -R apache:apache /etc/op5 mkdir -m 0755 -p mkdir: missing operand Try 'mkdir --help' for more information. make: *** [install-bin] Error 1
The text was updated successfully, but these errors were encountered: