From: Henrique Testa Date: 2009-07-19T12:38:54+09:00 Subject: Re: Problems with gems and Ruby 1.8.7 I decided to install another version of ruby at /usr/local/ruby-1.8.6 and point executables (erb, gem, ruby, etc.) to the new ruby dir. All went right, and ruby (1.8.6) and gem are working. But when I try to install any gem, I get: $ sudo gem install rails Password: dyld: NSLinkModule() error dyld: Symbol not found: _ENGINE_load_4758cca Referenced from: /usr/local/lib/ruby/1.8/i686-darwin10.0.0b4/openssl.bundle Expected in: flat namespace Trace/BPT trap It seems an error unrelated to the one before. Now I can't install any gem :/ Any hint? Thank you! -- Posted via http://www.ruby-forum.com/.