I'm new to RoR to work on a client's project. I can finally bundle install but when i try to fire my rails script, I am stopped by:
/Users/joebeuckman/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.0.1/lib/active_support/dependencies.rb:239:in `require': dlopen(/Users/joebeuckman/.rvm/gems/ruby-1.9.2-p0/gems/gsl-1.14.5/lib/rb_gsl.bundle, 9): Symbol not found: _gsl_acosh (LoadError)
Referenced from: /Users/joebeuckman/.rvm/gems/ruby-1.9.2-p0/gems/gsl-1.14.5/lib/rb_gsl.bundle
Expected in: flat namespace
in /Users/joebeuckman/.rvm/gems/ruby-1.9.2-p0/gems/gsl-1.14.5/lib/rb_gsl.bundle - /Users/joebeuckman/.rvm/gems/ruby-1.9.2-p0/gems/gsl-1.14.5/lib/rb_gsl.bundle
...
I'm sure someone has seen this and got around or fixed it. Please give me a hint if you know what to do.
Thanks,
Joe
|