+ Reply
Results 1 to 2 of 2
  1. #1
    What's Jailbreak?
    Join Date
    Mar 2008
    Posts
    18
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default 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

  2. #2
    Green 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 subsystem
    Spam deleted

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts