Please keep the mailing list on CC... > As you have mentioned, indeed the path was not correct. I found a way to > change temporarily the path in bash. Is there a way to permanently change the > path??
You can edit your ~/.bashrc. You can adjust the LD_LIBRARY_PATH at the system-level. This is somewhat Linux distribution dependent. Alternately, just install GSL using your distribution's package manager. That will often install to /usr/lib and then you'll not have this problem. - Rhys
