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

sudo make install fail! #52

Closed
Tongeun opened this issue Apr 19, 2016 · 4 comments
Closed

sudo make install fail! #52

Tongeun opened this issue Apr 19, 2016 · 4 comments

Comments

@Tongeun
Copy link

Tongeun commented Apr 19, 2016

[OSX EI Capitan 10.11.3 (15D21)]

Ton$ sudo make install
./tools/install.sh -D -m 644 libproxychains4.dylib /usr/lib/libproxychains4.dylib
./tools/install.sh: line 53: /usr/lib/libproxychains4.dylib.tmp.3813: Operation not permitted
make: *** [/usr/lib/libproxychains4.dylib] Error 1

@se1phine
Copy link

+1

1 similar comment
@gongboziwen
Copy link

+1

@smthpickboy
Copy link

This is caused by OSX's new feature: System Integrity Protection.
Workaround:
Manually edit config.mak in build directory, change
bindir=/usr/bin
libdir=/usr/lib
to
bindir=/usr/local/bin
libdir=/usr/local/lib

Copy link

github-actions bot commented Sep 7, 2024

Stale issue message

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