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 Thanks in advance

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Try doing:

sudo ./install.sh

You'll be prompted for an admin password.

link|improve this answer
i forgot to write it – ayman hamed Jan 5 at 6:50
Is an existing version already installed and in use? – user1118321 Jan 5 at 6:52
i've tried installing it with nite many times, but does not work,i'll follow the instructions written in get hub /openni, again and tell u the result, very thanks – ayman hamed Jan 5 at 7:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.