View Single Post
  #1  
Old 09-05-2009, 02:06 PM
braz braz is offline
Registered User
 
Join Date: Sep 2009
Posts: 1
Error /Applications/fix_prebinding.sh: line 4: update_prebinding: command not found

Updated to Snow Leopard and got this error when running Backup - All Files option.

"Error /Applications/fix_prebinding.sh: line 4: update_prebinding: command not found"

I've found out that fix_prebinding.sh calls update_prebinding which is an alias to /usr/bin/update_dyld_shared_cache. This alias seems to have been removed on updating but the old copy of I had of fix_prebinding.sh (/Application/fix_prebinding.sh) remains. There seems to be an easy enough work around by creating a symbolic link in /usr/bin to update_dyld_shared_cache with the name update_prebinding.

1) Open Terminal
2) cd /usr/bin
3) sudo ln -s update_prebinding /usr/bin/update_dyld_shared_cache

I ran the script and it now seems to work but I was wondering if there was anything else that needed to be done to fix it.
Reply With Quote