similar to: GLIBC problem on Linux 7

Displaying 20 results from an estimated 2000 matches similar to: "GLIBC problem on Linux 7"

2001 Apr 09
3
Whining about Wine
I just installed Wine, and when i test it by the command "wine cdplayer" i get the following error message : "err:module:BUILTIN32_dlopen failed to load .so lib for builtin kernel32.dll: symbol __sysconf, version GLIBC_2.2 not defined in file libc.so.6 with link time reference err:module:fixup_imports Module (file) KERNEL32.dll needed by C:\Windows\cdplayer.exe not found" I
2001 Apr 04
1
Problem with winmine
Does anybody know what went wrong? Wine doesn't seem to work on RedHat 7.0 Hans [root@duron win98]# wine --winver win98 ./winmine.exe err:module:BUILTIN32_dlopen failed to load .so lib for builtin wprocs.dll: symbol __sysconf, version GLIBC_2.2 not defined in file libc.so.6 with link time reference err:int:INT_GetPMHandler could not load wprocs.dll err:seh:UnhandledExceptionFilter
2001 Feb 09
3
install R from RPM
Hi everybody ! I'm new to R (used to Matlab ...) and I 'd like to use R at home ... I've installed it from RPM package (R-base-1.2.1-2.i386.rpm) on a linux RedHat 7.0, succesfully ....however but I've got problems with running the demos, it says : "/usr/lib/R/bin/R.bin : error while loading shared libraries : /usr/lib/R/bin/R.bin : symbol __sysconf, version GLIBC_2.2
2001 Apr 07
1
Error Message
Hi there, I'm relatively new to linux and very new to Wine. When I execute the command "wine sol.exe" I get the following message; "err:module: BUILTIN32_dlopen failed to load .so lib for buitin wprocs.dll: symbol __sysconf , version GLIBC_2.2 not defined in file libc.so.6 with link time reference err: int: INT_GetPHHandler could not load wprocs.dll err:seh: Unhandled
2001 Feb 28
1
redhat 7.0 trouble
Hi. I am running R 1.2.1 on an i686 (dell laptop). I can do simple things like defining vectors, plot, etc... however when I use the function smooth.spline() or demo(lm.glm), I get the following error and it kicks me out of R: /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
2001 Feb 04
1
Linux shared library problem (PR#838)
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%
2003 Mar 12
1
plot() with type="s" and lty=2 (PR#2630)
Full_Name: Jerome Asselin Version: 1.6.2 OS: RedHat Linux 7.2 Submission from: (NULL) (142.103.173.179) In the following example, the line type lty=2 does not show properly across the entire line. x <- c(seq(0,.5,.001),seq(.6,1,.1)) y <- rep(1,length(x)) plot(x,y,type="s",lty=2) Sincerely, Jerome Asselin
2005 Jan 25
2
tapply and names
I have a data frame containing children, with variables 'year' = birth year, and 'm.id' = mother's id number. Let's assume that all the births of each mother is represented in the data frame. Now I want to create a subset of this data frame containing all children, whose mother's first birth was in the year 1816 or later. This seems to work: mid <-
2000 Feb 14
2
Error in the inverse of a diagonal matrix?
I?m new to R so maybe this issue has been asked before and I still could not read the complete set of past messages sent to the list. I found a weird behabiour that I will explain with a simple example. Lets consider the following block of commands: > x <- diag(c(1,4,10)) > x [,1] [,2] [,3] [1,] 1 0 0 [2,] 0 4 0 [3,] 0 0 10 > invx <- x^-1 > invx
2005 Jan 23
4
survreg: fitting different location parameters
Hi R-Help! My question: I have lifetime/failure data of machines with different stress levels and i think an weibull/extreme value distribution would fit this data. So I did: model1 <- survreg(Surv(lfailure)~stress,data=steel,dist="extreme") (where lfailure=log(failure)) Now I would like to do a likelihood ratio test to test the hypothesis H0: location parameters of the
2003 Apr 18
1
stepwise discriminant analysis
Hi all, is it possible to do stepwise discriminant analysis (linear amnd non-linear) in R? If yes- which package does it|? Thanks Janine -------------------------------------------- "El gesto y la palabra son el pensamiento del hombre" Isabel Allende Janine Illian lecturer in statistics SIMBIOS School of Computing University of Abertay Dundee Bell Street Dundee, DD1 1HG Scotland,
2003 Jul 14
1
bootstrapping the lme model
Dear all, I have a data set o which I'd like to fit lme model. There are three factors one of whoich is nested. This should be easy to do using lme in R, but the problem ist that the data is highly non-normal. I was thinking about bootstrapping the distribution but don't have much experience of doing this in R and most references I find don't seem to go beyond the
2002 Feb 20
3
Pointer to covariates?
In the first line, use the dist function, found in library mva, to get the distance between each pair of rows. From this calculate an incidence matrix for which element i,j is true if row i in dat equals row j in dat (and false elsewhere). In the second line, for each row calculate the indices of the matching rows and take the minimum of those as the key. incid <-
2003 Jun 20
3
namespaces not available
This happened to me with R-1.7.0, Linux RH9: ------------------------------------------------------------------ > q() Save workspace image? [y/n/c]: y Warning messages: 1: namespaces may not be available when loading 2: names in persistent strings are currently ignored gb at lasker:~/R/test$ R R : Copyright 2003, The R Development Core Team Version 1.7.0 (2003-04-16) R is free software
2011 May 04
2
Superscript number before letter
Salut, I have been struggling to superscript the 18 before the O without ^ visible and found only help to superscript numbers after the letter. Thanks to anyone who can help. xlab=expression(delta*18O VSMOW [?]") Cheers, Janine -- View this message in context: http://r.789695.n4.nabble.com/Superscript-number-before-letter-tp3495577p3495577.html Sent from the R help mailing list archive at
2004 Dec 07
1
read.spss: unrecognized record type
When reading an spss file, I get the following message: Warning message: ../totmorH.sav: Unrecognized record type 7, subtype 13 encountered in system file. What does it mean? Do I have to worry? The result looks as expected. I do not have (easy) access to SPSS, so I cannot check exactly that I got what I should have. Thanks, G??ran And, I'm using R-2.0.1 on Debian testing (from source).
2005 Mar 24
1
Books on survival analysis and R/S
I will be giving a course in survival analysis using R (of course!) for people who know nothing about the subject (including R), but know basic statistics. I'm looking for a suitable course book. Therneau & Grambsch (2000) is an excellent book, but too much for this course. I need somthing more elementary. I have a vague memory saying that such books exist, but I cannot find any for the
2003 May 14
2
Two names of a function
Is it possible to let a function be known under two names without having two identical copies of the function body? --- G?ran Brostr?m tel: +46 90 786 5223 Department of Statistics fax: +46 90 786 6614 Ume? University http://www.stat.umu.se/egna/gb/ SE-90187 Ume?, Sweden e-mail: gb at stat.umu.se
2004 Jun 05
3
R-1.9.1 scheduled for June 21
The release of R-1.9.1 is scheduled for Monday, June 21. Automatic generation of daily alpha releases should start Monday, June 7 and switch to beta status on Monday, June 14. It would be good if package maintainers could get any planned changes done as soon as possible, and test their packages carefully against the alpha/beta releases. -- O__ ---- Peter Dalgaard Blegdamsvej 3
2001 Dec 07
3
rbind and data.frame
G=F6ran, At 11:04 07/12/01 +0100, G=F6ran Brostr=F6m wrote: >On Wed, 5 Dec 2001, G=F6ran Brostr=F6m wrote: > >[...] >=20 >> My real problem is how to create a data frame in a sequentially growing >> manner, when I know the final size (no of cases). I want to avoid to >> call 'rbind' many times, and instead create an 'empty' data frame in >> one