I am using Ubuntu 12.04.4
Here is my gem list:
gem list
*** LOCAL GEMS ***
dicom (0.9.5)
gsl (1.15.3)
narray (0.6.0.8)
rb-gsl (1.16.0)
rmagick (2.13.2)
I have installed the gsl library in my home directory.
I then open irb and "require gsl" where I get the following error message:
require 'gsl'
LoadError: no such file to load -- gsl
from (irb):1:in `require'
from (irb):1
from :0
Any ideas on why this error appears.
Thanks for your time