laveux / mobilefinder

Automatically exported from code.google.com/p/mobilefinder
0 stars 0 forks source link

The posted install instructions break the system! #89

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install MobileFinder, the one which says "fixed for 1.1.3". The other one 
works...
2. Boom, ls, chmod, chown etc don't work anymore.

dyld: Library not loaded: /usr/local/arm-apple-darwin/lib/libgcc_s.1.dylib
Referenced from: /bin/chmod
Reason: image not found

http://www.hackint0sh.org/forum/f128/38125.htm

The fix is:

chmod 0755 /bin/cat /bin/chmod /usr/bin/chown /bin/cp /bin/ls /bin/mkdir 
/bin/mv /bin/rm 
/bin/rmdir /bin/unlink

Original issue reported on code.google.com by gabuc...@thot.banki.hu on 16 Jan 2009 at 11:13