[R] Help installing from Rpm

Sven Garbade garbade at psy.uni-muenchen.de
Thu Apr 11 13:34:42 CEST 2002


"R. Scott McIntire" wrote:

> All,
>
> I'm trying to install R-base on RedHat Linux 7.2.
> Rpm complains that libreadline.4.1.so is needed; the problem is that I have
> libreadline4.2.so.
> What can I do to get around this?

Maybe as a workaround, link libreadline.4.1.so to libreadline4.2.so:

ln -s /lib/libreadline4.2.so /lib/libreadline.4.1.so

if libreadline is in /lib. BTW, on Debian they are called /lib/libreadline.so.4
and /lib/libreadline.so.4.2 and not libreadline.4.1.so or libreadline4.2.so (but I
think this is a spelling mistake).
              ^^                        ^
By, Sven

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list