I just encountered a problem with the ts package:> library(ts)Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/usr/local/lib/R/library/ts/libs/ts.so": /usr/local/lib/R/library/ts/libs/ts.so: undefined symbol: ma My environment is R 1.0.1 RedHat 6.2 for intel.> R.Version()$system[1] "i686, linux" I just updated RedHat from 6.1. Under 6.1, that version of R worked fine. Thanks for any help on this. Cheers, Christian -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Prof Brian D Ripley
2000-May-24 19:48 UTC
[R] problem on upgrading to RH6.2 (was problem with ts package)
On Wed, 24 May 2000, Christian Posse wrote:> > I just encountered a problem with the ts package: > > > library(ts) > Error in dyn.load(x, as.logical(local), as.logical(now)) : > unable to load shared library > "/usr/local/lib/R/library/ts/libs/ts.so": > /usr/local/lib/R/library/ts/libs/ts.so: undefined symbol: ma > > My environment is > > R 1.0.1 > RedHat 6.2 for intel. > > R.Version()$system > [1] "i686, linux" > > > I just updated RedHat from 6.1. Under 6.1, that version of R > worked fine.Simple Qs: 1) did you build R yourself or are you using an RPM? 2) If you did build it, have you tried re-building it under 6.2? BTW: I think your subject line is misleading: the problem is with the system upgrade, not the ts package. (And the package maintainer does care about the distinction.) I have no idea what is going on: ma is not a symbol in the ts package, so the problem is definitely elsewhere. We do know that this works correctly when compiled and run on an RH6.2 system. -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Peter Dalgaard BSA
2000-May-24 20:09 UTC
[R] problem on upgrading to RH6.2 (was problem with ts package)
Prof Brian D Ripley <ripley at stats.ox.ac.uk> writes:> I have no idea what is going on: ma is not a symbol in the ts package, > so the problem is definitely elsewhere. We do know that this works > correctly when compiled and run on an RH6.2 system.Yup, on mine for instance. However, I think I upgraded to 6.2 before 1.0.1 came out. For some odd reason I still have a 0.65.0 sitting here and that one still loads the (then preliminary) ts quite OK. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /''_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Martin Maechler
2000-May-25 06:58 UTC
[R] problem on upgrading to RH6.2 (was problem with ts package)
>>>>> "PD" == Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk> writes:PD> Prof Brian D Ripley <ripley at stats.ox.ac.uk> writes: >> I have no idea what is going on: ma is not a symbol in the ts package, >> so the problem is definitely elsewhere. We do know that this works >> correctly when compiled and run on an RH6.2 system. PD> Yup, on mine for instance. However, I think I upgraded to 6.2 before PD> 1.0.1 came out. PD> For some odd reason I still have a 0.65.0 sitting here and that one PD> still loads the (then preliminary) ts quite OK. Our R 1.0.1 was compiled *before* the upgrade (from 6.1) to 6.2 and library(ts) still works. [BTW, nice to hear from you, Christian!] Martin Maechler <maechler at stat.math.ethz.ch> http://stat.ethz.ch/~maechler/ Seminar fuer Statistik, ETH-Zentrum LEO D10 Leonhardstr. 27 ETH (Federal Inst. Technology) 8092 Zurich SWITZERLAND phone: x-41-1-632-3408 fax: ...-1228 <>< -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Martyn Plummer
2000-May-25 07:49 UTC
[R] problem on upgrading to RH6.2 (was problem with ts packa
On 24-May-00 Prof Brian D Ripley wrote:> On Wed, 24 May 2000, Christian Posse wrote: > >> >> I just encountered a problem with the ts package: >> >> > library(ts) >> Error in dyn.load(x, as.logical(local), as.logical(now)) : >> unable to load shared library >> "/usr/local/lib/R/library/ts/libs/ts.so": >> /usr/local/lib/R/library/ts/libs/ts.so: undefined symbol: ma > > ... > > I have no idea what is going on: ma is not a symbol in the ts package, > so the problem is definitely elsewhere. We do know that this works > correctly when compiled and run on an RH6.2 system.I''m afraid dlerror() can return garbage on RH6.2 so the "undefined symbol: ma" message is probably not helpful. The latest R RPM for Red Hat Linux is compiled on RH6.2 and works fine. I suggest you try that. Martyn -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._