You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I had updated to Ubuntu 17.10 and met this error /home/gleb/.rvm/gems/ruby-2.4.1/gems/activesupport-5.1.5/lib/active_support/dependencies.rb:292:in `require': libgsl.so.19: cannot open shared object file: No such file or directory - /home/gleb/.rvm/gems/ruby-2.4.1/gems/gsl-2.1.0.3/lib/gsl_native.so (LoadError)
Currently i'm using gsl (2.1.0.3). This issue was disappeared when I wrote in gemfile gem 'gsl', github: 'SciRuby/rb-gsl', branch: 'master'
The text was updated successfully, but these errors were encountered:
@glebmikulko I'm running into a similar issue, however your solution was not able to help me. At this point were you able to find a more permanent fix?
@dmitrygoodco I stopped with using gem 'gsl', github: 'SciRuby/rb-gsl', ref: '6f2011ecd57af6f715d3623ac0758e1a57d87edf' but as permanent fix I suggest to upgrade to Ubuntu 18.04 (if it's possible)
On Jun 29, 2018, at 6:24 AM, Gleb ***@***.***> wrote:
@dmitrygoodco I stopped with using gem 'gsl', github: 'SciRuby/rb-gsl', ref: '6f2011ecd57af6f715d3623ac0758e1a57d87edf' but as permanent fix I suggest to upgrade to Ubuntu 18.04 (if it's possible)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
Hi, I had updated to Ubuntu 17.10 and met this error
/home/gleb/.rvm/gems/ruby-2.4.1/gems/activesupport-5.1.5/lib/active_support/dependencies.rb:292:in `require': libgsl.so.19: cannot open shared object file: No such file or directory - /home/gleb/.rvm/gems/ruby-2.4.1/gems/gsl-2.1.0.3/lib/gsl_native.so (LoadError)
Currently i'm using gsl (2.1.0.3). This issue was disappeared when I wrote in gemfile
gem 'gsl', github: 'SciRuby/rb-gsl', branch: 'master'
The text was updated successfully, but these errors were encountered: