On Tue, 22 Jun 2004, jim ruxton wrote:
Thanks IOhaness,
I just noticed that ldconfig as suggested by Tom moved the files to /usr/local/lib . Here is the result of
# ls -l /usr/local/lib/libgslcblas.so* lrwxrwxrwx 1 root root 20 Jun 21 14:15 /usr/local/lib/libgslcblas.so -> libgslcblas.so.0.0.0 lrwxrwxrwx 1 root root 20 Jun 21 14:15 /usr/local/lib/libgslcblas.so.0 -> libgslcblas.so.0.0.0 -rwxr-xr-x 1 root root 540209 Jun 21 14:15 /usr/local/lib/libgslcblas.so.0.0.0
you will most likely find that it libgslcblas.so.0 links to some non-existant file; if libgslcblas.so.0.0.0 is valid, try linking to that one.
Looks like it is already linked. Hmm what should I try next?
because of the /usr/lib and /usr/local/lib thing it looks like you have 2 installs of gsl / cblas. one as a package and one from source? if so, try removing one of them.
other than that i can't say but 'it should work'...
tom