Created
September 7, 2010 14:41
-
-
Save avescodes/568457 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ryans-iPhone:~ root# sudo gem install rails | |
dyld: lazy symbol binding failed: Symbol not found: __OSSwapInt16 | |
Referenced from: /usr/lib/ruby/1.9.1/arm-darwin9/socket.bundle | |
Expected in: flat namespace | |
dyld: Symbol not found: __OSSwapInt16 | |
Referenced from: /usr/lib/ruby/1.9.1/arm-darwin9/socket.bundle | |
Expected in: flat namespace | |
Trace/BPT trap |
No sorry, I never did.
hi, i had the same issue and solved by downgrading ruby to 1.9.1. See these links:
http://stackoverflow.com/questions/12043368/lazy-symbol-binding-failed-symbol-not-found-osswapint16-on-jailbroken-ipho
http://imho.nu/iMHo/ruby/
Hi friends! in my case still the same error message above, some other alternative:
I have a iphone3gs.
Thks!
iLost:/usr/local/src root# gem update
Updating installed gems
dyld: lazy symbol binding failed: Symbol not found: __OSSwapInt16
Referenced from: /usr/lib/ruby/1.9.1/arm-darwin9/socket.bundle
Expected in: flat namespace
dyld: Symbol not found: __OSSwapInt16
Referenced from: /usr/lib/ruby/1.9.1/arm-darwin9/socket.bundle
Expected in: flat namespace
Trace/BPT trap: 5
iLost:/usr/local/src root#
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you ever figure out a fix to this?