[R-sig-Debian] libgsl.so.0
Dirk Eddelbuettel
edd at debian.org
Tue Nov 1 12:15:40 CET 2016
On 1 November 2016 at 09:52, Kirill Müller wrote:
| The error message mentions (perhaps not very clearly) that the shared
| library installed with the gsl R package could not be loaded. Chances
| are that the gsl package (and as a consequence the copula package, too)
| didn't work before you upgraded. This can happen e.g. if the dependent
| system library (libgsl-dev?) is upgraded.
|
| update.packages() doesn't try to load any packages, which would be
| necessary to detect this scenario.
Spot on. What happens is that
a) the Debian package system updated GSL via libgsl* to the gsl-2.*
b) the R package manager knows nothing about it
which why the latter couldn't tell Rolf; R's gsl package just fails to load.
In a fully integrated system a) can trigger b) and smoothly update the _R_
package gsl as a consequense of the _Debian_ library gsl changing. (That's
how Debian works internally.)
Here our coupling is looser.
The only remedy, sadly, is a bit of "been there, done there" which is how
Kirill spotted what to do.
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
More information about the R-SIG-Debian
mailing list