You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
[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
The text was updated successfully, but these errors were encountered: