[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] unable to link and run a simple program
From: |
Vasu Jaganath |
Subject: |
Re: [Help-gsl] unable to link and run a simple program |
Date: |
Mon, 9 Apr 2018 21:00:19 -0600 |
there are symbolic links
libgsl.so.23 and libgslcblas.so.0 which point to the correct libraries but
i still get the same error
On Mon, Apr 9, 2018 at 8:46 PM, Vasu Jaganath <address@hidden>
wrote:
> Hi,
>
> I have installed gsl-2.4 in a custom directory.
>
> using this blogpost
>
> https://coral.ise.lehigh.edu/jild13/2016/07/11/hello/
>
> when I try to run my a.out
>
> I get the following message
>
> ./a.out: error while loading shared libraries: libgsl.so.23: cannot open
> shared object file: No such file or directory
>
>
> I have checked in my /myinst/lib/ directory there
>
> exists a libgsl.so.23.0.0 file
>
> I have double-checked my linking path and include path yet this error
> persists.
>
> I am able to run the binaries from /myinst/bin/ directory
>
> Thanks,
> Vasu
>