Thread: chown error help please
-
05-31-2008, 02:46 PM #1
chown error help please
I'm trying to change installer.app owner to wheel for some reason its not set properly but i keep getting this error
/$ chown -R root:wheel Applications/Installer.app
dyld: Library not loaded: libarmfp.dylib
Referenced from: /usr/bin/chown
Reason: unsafe use of relative path libarmfp.dylib in /usr/bin/chown with setuid binary
-
06-01-2008, 05:34 AM #2Green Apple
- Join Date
- Feb 2008
- Location
- The foot hils of my mind
- Posts
- 32
- Thanks
- 5
- Thanked 2 Times in 2 Posts
you could try changing the group and owner seperatly by
chown root /Applications/Installer.app
chgrp wheel /Applications/Installer.app
but I dont think this will help, I think you should reinstall BSD subsystemSpam deleted



LinkBack URL
About LinkBacks
Reply With Quote
