Earlier I posted a message regarding an error encountered when compiling R-1.5.0. It turned out that it was due to (or it seems to be) the name of the a library libbz2.so.1.0 appears differently in our system (don't know why). I managed to work around it by making a local copy of the file, rename it and -L to the LD_LIBRARY_PATH. It seems to do the trick, R-1.5.0 compilied without complaining :-) My sincere thanks to Uwe Ligges who gave me a big hint. Best regards, Kevin
"Haifeng (Kevin) Xie" wrote:
Greetings! When compiling R-1.5.0 on Solaris 5.8, I got the following error message
(see
below). I've been using R-1.4.0 with no difficulties. I renamed the previous
R
installation to R-1.4.0 (following suggestions of an earlier post by Peter Dalgaard) before compiling R-1.5.0. And I've checked that the enviornment variable R_LIBS is not set. Is there something I overlooked? Any suggestions are much appreciated. Kevin ========================================================= [...] mkdir -p -- ../../../../library/methods/libs make[5]: Leaving directory `/tmp/R-1.5
.0/src/library/methods/src'
make[4]: Leaving directory `/tmp/R-1.5.0/src/library/methods/src' make[4]: Entering directory `/tmp/R-1.5.0/src/library/methods' dumping R code in package 'methods' ld.so.1: /tmp/R-1.5.0/bin/R.bin: fatal: libbz2.so.1.0: open failed: No such
file
or directory Killed make[4]: *** [../../../library/methods/R/all.rda] Error 137 make[4]: Leaving directory `/tmp/R-1.5.0/src/library/methods' make[3]: *** [all] Error 2 make[3]: Leaving directory `/tmp/R-1.5.0/src/library/methods' make[2]: *** [R] Error 1 make[2]: Leaving directory `/tmp/R-1.5.0/src/library' make[1]: *** [R] Error 1 make[1]: Leaving directory `/tmp/R-1.5.0/src' make: *** [R] Error 1
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._