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

Unable to install mons #29

Open
ahmadawais opened this issue Dec 3, 2018 · 3 comments
Open

Unable to install mons #29

ahmadawais opened this issue Dec 3, 2018 · 3 comments

Comments

@ahmadawais
Copy link

When I ran the following command this is what I got.

sudo make install
Password:
help2man -N -n "POSIX Shell script to quickly manage 2-monitors display." -h -h -v -v ./mons.sh | gzip - > mons.1.gz
/bin/sh: help2man: command not found
mkdir -p /usr/lib/libshlist
mkdir: /usr/lib/libshlist: Operation not permitted
make: *** [install] Error 1
@Ventto
Copy link
Owner

Ventto commented Dec 5, 2018

  1. First, did you download mons with the following command ?:
$ git clone --recursive https://github.com/Ventto/mons.git
  1. In your log, I see help2man: command not found, have you installed help2man and tried again ?

  2. Why the command mkdir -p /usr/lib/libshlist under sudo failed ? Which is the return code of that command manually run ?

  3. If none of the questions above are helpless, can you share your system information (distro name and version and so on)

@ahmadawais
Copy link
Author

  1. Yes I ran git clone --recursive https://github.com/Ventto/mons.git again.
  2. I installed it with brew and that error is gone
  3. With or without sudo I get the same result mkdir: /usr/lib/libshlist: Operation not permitted

I am on MacOS. High Sierra.

Password:
mkdir -p /usr/lib/libshlist
mkdir: /usr/lib/libshlist: Operation not permitted
make: *** [install] Error 1

@Ventto
Copy link
Owner

Ventto commented Jan 23, 2019

I will investigate on MacOS myself. Maybe there is a better path to install libs on the system.

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