Skip to content

Instantly share code, notes, and snippets.

@ealdent
Created October 29, 2009 11:35
Show Gist options
  • Save ealdent/221368 to your computer and use it in GitHub Desktop.
Save ealdent/221368 to your computer and use it in GitHub Desktop.
[07:30:42][jasonadams:~/work [master*]]$ script/console
Loading development environment (Rails 2.3.4)
default formats are encoded in ISO-8859-1
Missing these required gems:
ruby-stemmer = 0.6.2
You're running:
ruby 1.8.6.287 at /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
rubygems 1.3.4 at /Users/jasonadams/.gem/ruby/1.8, /Library/Ruby/Gems/1.8, /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8
Run `rake gems:install` to install the missing gems.
[07:32:07][jasonadams:~/work [master*]]$ sudo rake gems:install
(in /Users/jasonadams/systino/git/systino)
gem install ruby-stemmer --version "= 0.6.2" --source http://gemcutter.org
Building native extensions. This could take a while...
Successfully installed ruby-stemmer-0.6.2
1 gem installed
Installing ri documentation for ruby-stemmer-0.6.2...
Installing RDoc documentation for ruby-stemmer-0.6.2...
[07:33:29][jasonadams:~/work [master*]]$ script/console
Loading development environment (Rails 2.3.4)
default formats are encoded in ISO-8859-1
>> st = Lingua::Stemmer.new
dyld: lazy symbol binding failed: Symbol not found: _sb_stemmer_new
Referenced from: /Library/Ruby/Gems/1.8/gems/ruby-stemmer-0.6.2/lib/lingua/stemmer_native.bundle
Expected in: dynamic lookup
dyld: Symbol not found: _sb_stemmer_new
Referenced from: /Library/Ruby/Gems/1.8/gems/ruby-stemmer-0.6.2/lib/lingua/stemmer_native.bundle
Expected in: dynamic lookup
Trace/BPT trap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment