From: Yoshiki Tsunesada Date: 2005-01-11T07:48:48+09:00 Subject: Re: Problems Using rb-gsl On Tue, 11 Jan 2005 07:38:37 +0900, Mark Bennett wrote: > Thank-you for your help I really appreciate it! I did the things you > suggested in your last email. > After doing both these things, I tried running a setup.rb clean, then > ran though the build intructions again with the same outcome. Is > there any other information I can provide that might be helpful? Hmm, the message says the system could not find libgsl.so.0. Where is the shared library? Is it in search path, or has it be built? > /usr/local/lib/ruby/site_ruby/1.8/i686-linux/rb_gsl.so: libgsl.so.0: cannot open shared object file: No such file or directory - /usr/local/lib/ruby/site_ruby/1.8/i686-linux/rb_gsl.so (LoadError) from /usr/local/lib/ruby/site_ruby/1.8/gsl.rb:1 from cheb.rb:2:in `require' from cheb.rb:2 Yoshiki