Skip to content

Linux shared library problem (PR#838)

2 messages · daniel.egloff@dplanet.ch, Peter Dalgaard

#
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)
        ---- ~~~~~~~~
 
Type  <Return>   to start :
"GTK", "windows", "Macintosh")))
Hit <Return> to see next plot:
Label",
    col.main = "blue", col.lab = gray(0.8), cex.main = 1.2, cex.lab = 1,
    font.main = 4, font.lab = 3)
Hit <Return> to see next plot:
font.main = 3)
cex.lab = 0.8, font.lab = 3)
"Boston Cream", "Other", "Vanilla Cream")
"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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
daniel.egloff@dplanet.ch writes:
....
if (you.compiled.it) {
    have.you(updated.gcc)   # need 2.96-69 or better
    have.you(updated.glibc) # at -12 now. I think the orig caused trouble 
} else {
    have.you(correct.rpm)   # need the one for 7.0
    have.you(updated.glibc) # at -12 now. I think the orig caused trouble 
}