I am trying to install R under Red Hat Linux 5.2, but the following error happens: [root at edgeworth cribari]# rpm -ivh R-base-0.63.2-1.i386.rpm failed dependencies: libncurses.so.3.0 is needed by R-base-0.63.2-1 I must be missing something very simple. I would appreciate any guidance. Thanks. FC. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
installing R under RH Linux 5.2
4 messages · Francisco Cribari, Peter Dalgaard, Alvaro A. Novo +1 more
Francisco Cribari <cribari at de.ufpe.br> writes:
I am trying to install R under Red Hat Linux 5.2, but the following error happens: [root at edgeworth cribari]# rpm -ivh R-base-0.63.2-1.i386.rpm failed dependencies: libncurses.so.3.0 is needed by R-base-0.63.2-1 I must be missing something very simple. I would appreciate any guidance. Thanks. FC.
Hmm. Dunno about 5.2, but 5.1 appears to have /usr/lib/libncurses.so.3.0 in ncurses3-1.9.9e-5.i386.rpm which is probably what you need to install. I have that one *and* ncurses-4.2-6.i386.rpm and ncurses-devel-4.2-6.i386.rpm on this machine. (I seem to recall some ugly story about people fighting over the ncurses development, which led to some numbering weirdness and may have some relation to this) Actually, it's a bit strange, because R's built on my machine link with libncurses.so.4, but perhaps Martyn is catering for older systems?
O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Sat, 30 Jan 1999, Francisco Cribari wrote:
I am trying to install R under Red Hat Linux 5.2, but the following error happens: [root at edgeworth cribari]# rpm -ivh R-base-0.63.2-1.i386.rpm failed dependencies: libncurses.so.3.0 is needed by R-base-0.63.2-1 I must be missing something very simple. I would appreciate any guidance. Thanks. FC.
You need to install the library ncurses3, I believe. RH5.1 included an RPM w/ it. Alvaro
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
-- -- -- -- -- -- -- -- Alvaro A. Novo 2116 S. Orchard St., #304 Urbana, IL 61801 novo at uiuc.edu anovo at ysidro.econ.uiuc.edu http://www.students.uiuc.edu/~novo/Alvaro.htm 217-337-4893 -- -- -- -- -- -- -- -- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On 31-Jan-99 Peter Dalgaard BSA wrote:
Francisco Cribari <cribari at de.ufpe.br> writes:
I am trying to install R under Red Hat Linux 5.2, but the following error happens: [root at edgeworth cribari]# rpm -ivh R-base-0.63.2-1.i386.rpm failed dependencies: libncurses.so.3.0 is needed by R-base-0.63.2-1 I must be missing something very simple. I would appreciate any guidance. Thanks. FC.
Hmm. Dunno about 5.2, but 5.1 appears to have /usr/lib/libncurses.so.3.0 in ncurses3-1.9.9e-5.i386.rpm which is probably what you need to install. I have that one *and* ncurses-4.2-6.i386.rpm and ncurses-devel-4.2-6.i386.rpm on this machine. (I seem to recall some ugly story about people fighting over the ncurses development, which led to some numbering weirdness and may have some relation to this) Actually, it's a bit strange, because R's built on my machine link with libncurses.so.4, but perhaps Martyn is catering for older systems?
My RedHat 5.2 system has the following curses packages installed: ncurses3-1.9.9e-7 ncurses-4.2-10 ncurses-devel-4.2-10 ncurses version 4 is the old BSD-style curses package, which is being phased out in favor of the new curses (version 3-1.9), which uses a different numbering scheme. It's a pretty standard part of the distribution. I didn't know you could get away with not installing it. ______________________________________________________________________ Stuart Luppescu -=-=- University of Chicago ºÃʸ ¤ÈÃÒÆà Èþ¤ÎÉã(EUC) -=-=- s-luppescu at uchicago.edu http://www.consortium-chicago.org/people/sl/sl.html ICQ #21172047 AIM: psycho7070 EARTH smog | bricks AIR -- mud -- FIRE soda water | tequila WATER
Sent on 31-Jan-99 at 10:39:04 with xfmail
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._