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

Peter Dalgaard BSA p.dalgaard@biostat.ku.dk
04 Feb 2001 23:32:41 +0100


daniel.egloff@dplanet.ch writes:

> 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.
> 
....
> > 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]$             

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 
}
-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._