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

make install error #12

Closed
tkinsella opened this issue Dec 20, 2017 · 7 comments
Closed

make install error #12

tkinsella opened this issue Dec 20, 2017 · 7 comments

Comments

@tkinsella
Copy link

tkinsella commented Dec 20, 2017

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

@AnthonyLELUYER
Copy link

AnthonyLELUYER commented Dec 23, 2017

Same issue here, I ran make install --debug, here is the output:

chown -R apache:apache /etc/op5
Successfully remade target file 'install-config'.
File 'install-bin' does not exist.
Must remake target 'install-bin'.
Invoking recipe from Makefile:82 to update target 'install-bin'.
mkdir -m 0755 -p
mkdir: missing operand
Try 'mkdir --help' for more information.
make: *** [install-bin] Error 1

@AnthonyLELUYER
Copy link

Any update on this ? Is it linked to CentOS ?

@fmikker
Copy link
Contributor

fmikker commented Jan 16, 2018

Hi, I will have a look at this during the week. I'll get back to you.

@AnthonyLELUYER
Copy link

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.

@AnthonyLELUYER
Copy link

I may have found it, it fails on:

install-bin:
	mkdir -m 0755 -p $(BINDIR)
	cp install_scripts/op5-manage-users $(BINDIR)

I can't find where BINDIR is defined, that's why mkdir fails.

@AnthonyLELUYER
Copy link

Duplicate #8, you can close this one.

@jacobbaungard
Copy link
Contributor

Closing due to duplicate of #8

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

No branches or pull requests

4 participants