From: Mark Bennett Date: 2005-01-11T08:08:11+09:00 Subject: Re: Problems Using rb-gsl Yoshiki: The libgsl.so.0 is in /usr/local/lib which I'm assuming is in my search path. Is there a way I can check this? I'm not sure which search path I need to look at. Here are the details of libgsl: [mark@www cheb]$ locate libgsl.so.0 /usr/local/lib/libgsl.so.0 [mark@www cheb]$ ls -la /usr/lo local lost+found [mark@www cheb]$ ls -la /usr/local/lib/ | grep libgsl.so lrwxrwxrwx 1 root root 15 Jan 10 15:16 libgsl.so -> libgsl.so.0.7.0 lrwxrwxrwx 1 root root 15 Jan 10 15:16 libgsl.so.0 -> libgsl.so.0.7.0 -rwxr-xr-x 1 root root 6248793 Jan 10 15:16 libgsl.so.0.7.0 -Mark Yoshiki Tsunesada wrote: >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 > >