Sunday, November 2, 2014

Dyld issue when setting up new Rails repository

Problem:  I have updated OS X Mavericks and setup new Rails environment with latest gems in the GemFile. When running bundle install I got his issue below:
dyld: Library not loaded: /usr/local/lib/libgmp.10.dylib
  Referenced from: /Users/tech3/.rvm/rubies/ruby-2.1.4/bin/ruby
  Reason: image not found

Trace/BPT trap: 5
Solution: brew update && brew install gmp && rvm reinstall 2.1.4

No comments:

Post a Comment