After upgrading to 1.7.0 under debian linux, I can't get e1071 working properly. The first problem I had was that g++-3.0 was the standard compiler but wasn't installed, so I installed it. e1071 then installed correctly, but I get the following: aperrin at perrin:~/afshome/papers/authoritarian/R$ R R : Copyright 2003, The R Development Core Team Version 1.7.0 (2003-04-16) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type `license()' or `licence()' for distribution details. R is a collaborative project with many contributors. Type `contributors()' for more information. Type `demo()' for some demos, `help()' for on-line help, or `help.start()' for a HTML browser interface to help. Type `q()' to quit R. [Previously saved workspace restored]> 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 any suggestions? Thanks. ---------------------------------------------------------------------- Andrew J Perrin - http://www.unc.edu/~aperrin Assistant Professor of Sociology, U of North Carolina, Chapel Hill clists at perrin.socsci.unc.edu * andrew_perrin (at) unc.edu
Andrew, 1) The current R version is 1.7.1 2) Which version of `e1071' are you using? 3) Does the `e1071.so' file exist (in e1071/libs)? best, David. On 2003.06.24 21:43, Andrew Perrin wrote:> After upgrading to 1.7.0 under debian linux, I can't get e1071 working > properly. > > The first problem I had was that g++-3.0 was the standard compiler but > wasn't installed, so I installed it. e1071 then installed correctly, > but I > get the following: > > aperrin at perrin:~/afshome/papers/authoritarian/R$ R > > R : Copyright 2003, The R Development Core Team > Version 1.7.0 (2003-04-16) > > R is free software and comes with ABSOLUTELY NO WARRANTY. > You are welcome to redistribute it under certain conditions. > Type `license()' or `licence()' for distribution details. > > R is a collaborative project with many contributors. > Type `contributors()' for more information. > > Type `demo()' for some demos, `help()' for on-line help, or > `help.start()' for a HTML browser interface to help. > Type `q()' to quit R. > > [Previously saved workspace restored] > > > 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 > > > any suggestions? Thanks. > > ---------------------------------------------------------------------- > Andrew J Perrin - http://www.unc.edu/~aperrin > Assistant Professor of Sociology, U of North Carolina, Chapel Hill > clists at perrin.socsci.unc.edu * andrew_perrin (at) unc.edu > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > >
OK, thanks. Is that the problem with e1071? Any advice on getting it loaded? Thanks. ---------------------------------------------------------------------- Andrew J Perrin - http://www.unc.edu/~aperrin Assistant Professor of Sociology, U of North Carolina, Chapel Hill clists at perrin.socsci.unc.edu * andrew_perrin (at) unc.edu On Tue, 24 Jun 2003, Dirk Eddelbuettel wrote:> On Tue, Jun 24, 2003 at 04:04:40PM -0400, Andrew Perrin wrote: > > ii r-base 1.7.0-0.cran.1 GNU R statistical computing language and > > apparently there's not a debian package available? > > It's in Debian unstable as my post to r-help said. Works on testing too, but > have to install it. > > Dirk > > -- > Don't drink and derive. Alcohol and analysis don't mix. >