Skip to content
Prev 396 / 3656 Next

libRlapack.so ... : No such file or directory

On Fri, May 30, 2008 at 11:44:34AM -0300, tyler wrote:
Let me guess: you mixed and matched installations from Debian and
directly from CRAN?  Everything from Debian should be fine.

Check that you don't have the Matrix library in several places.

On my testing system all is fine:

edd at ron:~$ dpkg -l r-base-core r-cran-matrix | cut -c-76
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pe
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=b
||/ Name                                                    Version
+++-=======================================================-================
ii  r-base-core                                             2.7.0-1
ii  r-cran-matrix                                           0.999375-9-2
edd at ron:~$ r -e'library(Matrix); cat("Still here\n")'
Loading required package: stats
Loading required package: methods
Loading required package: utils
Loading required package: lattice

Attaching package: 'Matrix'


        The following object(s) are masked from package:stats :

         xtabs

Still here
edd at ron:~$

Dirk