Reputation: 43
I got this error while installing OpenNI ON MAC
./install.sh
Installing OpenNI
****************************
copying shared libraries...cp: /usr/lib/libOpenNI.dylib: Permission denied
cp: /usr/lib/libOpenNI.jni.dylib: Permission denied
cp: /usr/lib/libnimCodecs.dylib: Permission denied
cp: /usr/lib/libnimMockNodes.dylib: Permission denied
cp: /usr/lib/libnimRecorder.dylib: Permission denied
Can anyone help me
Upvotes: 2
Views: 637
Reputation: 26355
Try doing:
sudo ./install.sh
You'll be prompted for an admin password.
Upvotes: 2