Displaying 4 results from an estimated 4 matches for "libgsl2".
Did you mean:
libgal2
2016 Nov 01
2
libgsl.so.0
.... Got the error:
> Error in dyn.load(file, DLLpath = DLLpath, ...) :
> unable to load shared object '/home/rolf/Rlib/gsl/libs/gsl.so':
> libgsl.so.0: cannot open shared object file: No such file or directory
So after a bit of googling around I did:
sudo apt-get install libgsl2
sudo apt-get install libgsl-dev
both of which ran successfully.
Still no joy, but. What *else* do I need to do?
I am running Ubuntu 16.04.1.
cheers,
Rolf
--
Technical Editor ANZJS
Department of Statistics
University of Auckland
Phone: +64-9-373-7599 ext. 88276
2016 Nov 01
2
libgsl.so.0
...LLpath = DLLpath, ...) :
>>> unable to load shared object '/home/rolf/Rlib/gsl/libs/gsl.so':
>>> libgsl.so.0: cannot open shared object file: No such file or directory
>>
>> So after a bit of googling around I did:
>>
>> sudo apt-get install libgsl2
>> sudo apt-get install libgsl-dev
>>
>> both of which ran successfully.
>>
>> Still no joy, but. What *else* do I need to do?
>>
>> I am running Ubuntu 16.04.1.
2016 Nov 01
0
libgsl.so.0
...unable to load shared object '/home/rolf/Rlib/gsl/libs/gsl.so':
>>>> libgsl.so.0: cannot open shared object file: No such file or
>>>> directory
>>>
>>> So after a bit of googling around I did:
>>>
>>> sudo apt-get install libgsl2
>>> sudo apt-get install libgsl-dev
>>>
>>> both of which ran successfully.
>>>
>>> Still no joy, but. What *else* do I need to do?
>>>
>>> I am running Ubuntu 16.04.1.
2017 Sep 13
4
(no subject)
When I try to install gsl in R I get the error Need GSL version >= 1.12 . However, I have version 2.3 of gsl installed on the system, which is picked up earlier in the configure process (see below). Is it possible for someone to fix this error in the configure script?
checking for gsl-config... /lrz/sys/libraries/gsl/2.3/bin/gsl-config
checking if GSL version >= 1.12... checking for gcc...