mons
mons copied to clipboard
Unable to install mons
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
- First, did you download
monswith the following command ?:
$ git clone --recursive https://github.com/Ventto/mons.git
-
In your log, I see
help2man: command not found, have you installed help2man and tried again ? -
Why the command
mkdir -p /usr/lib/libshlistunder sudo failed ? Which is the return code of that command manually run ? -
If none of the questions above are helpless, can you share your system information (distro name and version and so on)
- Yes I ran
git clone --recursive https://github.com/Ventto/mons.gitagain. - I installed it with brew and that error is gone
- 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
I will investigate on MacOS myself. Maybe there is a better path to install libs on the system.