Hi, When installing "nlme" from CRAN on Solaris 5.3.1 by doing install.packages("nlme") I get: [clip] gcc -G -o nlme.so corStruct.o gnls.o matrix.o nlOptimizer.o nlme.o nlmefit.o nls.o pdMat.o -L/usr/local/lib R data inst /usr/local/lib/R/bin/INSTALL: /bin/perl: not found help /usr/local/lib/R/bin/INSTALL: /usr/local/lib/R/bin/build-help: not found /usr/local/lib/R/bin/INSTALL: /usr/local/lib/R/bin/Rd2contents: not found DONE (nlme) I wonder why I have never encountered this difficulty before. I have:> .lib.loc[1] "/home/woodstock/hoffmann/R/Sources/lib" [2] "/usr/local/lib/R/library" and /bin >which perl /usr/local/bin/perl This seems non-standard!? And quite OK: /usr/local/lib/R/bin> ls -rwxr-xr-x 1 root other 1651 Apr 26 11:26 BATCH* -rwxr-xr-x 1 root other 1596 Apr 26 11:26 COMPILE* -rwxr-xr-x 1 root other 10177 Apr 26 11:26 INSTALL* -rwxr-xr-x 1 root other 1636 Apr 26 11:26 LINK* -rwxr-xr-x 1 root other 4952 Apr 26 11:26 R* [clip] -rwxr-xr-x 1 root other 771 Apr 26 11:26 Rcmd* -rwxr-xr-x 1 root other 1030 Apr 26 11:26 Rd2contents* -rwxr-xr-x 1 root other 4190 Apr 26 11:26 Rd2dvi* -rwxr-xr-x 1 root other 838 Apr 26 11:26 Rd2txt* -rwxr-xr-x 1 root other 3259 Apr 26 11:26 Rdconv* -rwxr-xr-x 1 root other 789 Apr 26 11:26 Rdiff* -rwxr-xr-x 1 root other 3711 Apr 26 11:26 Rdindex* -rwxr-xr-x 1 root other 2993 Apr 26 11:26 Rprof* -rwxr-xr-x 1 root other 2343 Apr 26 11:26 SHLIB* -rwxr-xr-x 1 root other 16036 Apr 26 11:26 Sd2Rd* -rwxr-xr-x 1 root other 8841 Apr 26 11:26 build* -rwxr-xr-x 1 root other 7147 Apr 26 11:26 build-help* [clip] Thanks for your consideration. -christian Dr.sc.math.Christian W. Hoffmann Mathematics and Statistical Computing Landscape Modeling and Web Applications Swiss Federal Research Institute WSL Zuercherstrasse 111 CH-8903 Birmensdorf, Switzerland phone: ++41-1-739 22 77 fax: ++41-1-739 22 15 e-mail: christian.hoffmann_at_wsl.ch__prevent_spamming www: http://www.wsl.ch/staff/christian.hoffmann/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Thu, 7 Jun 2001, Christian Hoffmann wrote:> Hi, > > When installing "nlme" from CRAN on Solaris 5.3.1 by doingSolaris numbers went 2.5, 2.5.1, 2.6, 2.7 aka 7, 8, 9. The underlying OS is SunOS with version numbers like 5.3...5.6, 5.7, .... Try uname -a: markov% uname -a SunOS markov.stats 5.7 Generic_106541-14 sun4u sparc SUNW,Ultra-4 I don't recall a 5.3.1, but it would be very old.> install.packages("nlme") > > I get: > > [clip] > gcc -G -o nlme.so corStruct.o gnls.o matrix.o nlOptimizer.o nlme.o > nlmefit.o nls.o pdMat.o -L/usr/local/lib > R > data > inst > /usr/local/lib/R/bin/INSTALL: /bin/perl: not found > help > /usr/local/lib/R/bin/INSTALL: /usr/local/lib/R/bin/build-help: not found > /usr/local/lib/R/bin/INSTALL: /usr/local/lib/R/bin/Rd2contents: not found > DONE (nlme) > > I wonder why I have never encountered this difficulty before. I have: > > > .lib.loc > [1] "/home/woodstock/hoffmann/R/Sources/lib" > [2] "/usr/local/lib/R/library" > > and > > /bin >which perl > /usr/local/bin/perl > > This seems non-standard!?It's standard on Solaris. There is a Perl install-time option to link to /usr/bin/perl, I think (and /bin is linked to /usr/bin). It seems that when R was installed, /bin/perl was found in the path. Is it possible that the path has been changed or Perl re-installed? If so the simplest thing is to re-install R, as this is encoded in lots of places. [...] -- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._