[R] Can't load e1071
    Uwe Ligges 
    ligges at statistik.uni-dortmund.de
       
    Wed Jun 25 08:55:47 CEST 2003
    
    
  
Dirk Eddelbuettel wrote:
> On Tue, Jun 24, 2003 at 08:44:57PM -0400, Andrew Perrin wrote:
>
[SNIP, reducing to some relevant lines]
>>>library(e1071)
>>
>>Error in dyn.load(x, as.logical(local), as.logical(now)) :
>>        unable to load shared library
>>"/usr/local/lib/R/site-library/e1071/libs/e1071.so":
>>  /usr/local/lib/R/site-library/e1071/libs/e1071.so: cannot dynamically
>>load executable
>>Error in library(e1071) : .First.lib failed
>>
>>...even though /usr/local/lib/R/site-library/e1071/libs/e1071.so exists
>>and is readable.
> 
> 
> So remove e1071 and reinstall, but see further down.
> 
[...]
After upgarding to R-1.7.0, you have to reinstall a couple of packages 
in order to get them to work.
I don't know anything about the Debian mechanisms, unfortunately, but in 
R it's pretty easy to reinstall:
  install.packages("e1071")
Uwe Ligges
    
    
More information about the R-help
mailing list