[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] shared library not found
From: |
Rhys Ulerich |
Subject: |
Re: [Help-gsl] shared library not found |
Date: |
Wed, 23 Oct 2013 12:50:05 -0500 |
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