剛做了一個全新安裝的紅寶石1.8.7稀土元素和核磁共振在一臺機器上用新鮮的寶石套裝(使用RVM)然而在他們每一個當我嘗試使用memprof我得到這個錯誤紅寶石1.8.7:找不到符號錯誤
$ gem install memprof
$ irb
>> require 'rubygems'
>> require 'memprof'
>> LoadError: dlopen(/Users/schneems/.rvm/gems/[email protected]/gems/memprof-0.3.10/lib/memprof.bundle, 9): Symbol not found: __mh_bundle_header
Referenced from: /Users/schneems/.rvm/gems/[email protected]/gems/memprof-0.3.10/lib/memprof.bundle
Expected in: flat namespace
in /Users/schneems/.rvm/gems/[email protected]/gems/memprof-0.3.10/lib/memprof.bundle - /Users/schneems/.rvm/gems/[email protected]/gems/memprof-0.3.10/lib/memprof.bundle
from /Users/schneems/.rvm/gems/[email protected]/gems/memprof-0.3.10/lib/memprof.bundle
from /Users/schneems/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:59:in `require'
from (irb):2
錯誤是Symbol not found: __mh_bundle_header
。我的問題是這樣的:我需要做些什麼來讓我的系統找到這個符號,或者是否有其他我需要安裝的東西?歡迎任何調試建議。
Yay爲曖昧標籤[符號]。 –
我已經發布了關於該標記的元問題:http://meta.stackexchange.com/questions/110399/how-should-the-symbols-tags-be-split-up –