[Rd] Linux shared library problem (PR#838)

daniel.egloff@dplanet.ch daniel.egloff@dplanet.ch
Sun, 4 Feb 2001 22:37:36 +0100 (MET)


Full_Name: Daniel Egloff
Version: 1.2.1
OS: Linux Redhat 7.0
Submission from: (NULL) (212.35.34.200)


Externals in the shared library libc.so.6 not found. See the 
following R session, with the abort message at the end.

> demo(graphics)
 
 
        demo(graphics)
        ---- ~~~~~~~~
 
Type  <Return>   to start :
 
> opar <- par(ask = interactive() && (.Device %in% c("X11",
    "GTK", "windows", "Macintosh")))
 
> x <- rnorm(50)
 
> opar <- c(opar, par(bg = "white"))
 
> plot(x, ann = FALSE, type = "n")
Hit <Return> to see next plot:
 
> abline(h = 0, col = gray(0.9))
 
> lines(x, col = "green4", lty = "dotted")
 
> points(x, bg = "limegreen", pch = 21)
 
> title(main = "Simple Use of Color In a Plot", xlab = "Just a Whisper of a
Label",
    col.main = "blue", col.lab = gray(0.8), cex.main = 1.2, cex.lab = 1,
    font.main = 4, font.lab = 3)
 
> par(bg = "gray")
 
> piechart(rep(1, 24), col = rainbow(24), radius = 0.9)
Hit <Return> to see next plot:
 
> title(main = "A Sample Color Wheel", cex.main = 1.4,
    font.main = 3)
 
> title(xlab = "(Use this as a test of monitor linearity)",
    cex.lab = 0.8, font.lab = 3)
 
> pie.sales <- c(0.12, 0.3, 0.26, 0.16, 0.04, 0.12)
 
> names(pie.sales) <- c("Blueberry", "Cherry", "Apple",
    "Boston Cream", "Other", "Vanilla Cream")
 
> piechart(pie.sales, col = c("purple", "violetred1",
    "green3", "cornsilk", "cyan", "white"))
Hit <Return> to see next plot:
/usr/lib/R/bin/R.bin: error while loading shared libraries:
/usr/lib/R/bin/R.bin: symbol __sysconf, version GLIBC_2.2 not defined in file
libc.so.6 with link time reference
[dani@PLUTO amopt_sim]$             

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel 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-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._