Dear List I'm trying to run R on a DIGITAL Alpha / Linux RedHat 7.2 The .rpm requires libreadlin.so.4.1 RedHat 7.2 comes with libreadline.so.4.2 I installed the R-1.6.0-1.aplha.rpm with option --nodeps, since it otherwise complained that the required libreadline.so.4.1 was missing. This seemed to be the only unsatisfied dependency, at least that was the only one mentioned when installing without the --nodeps option. I then made a link /usr/lib/libreadline.so.4.1 to point to /usr/lib/libreadline.so.4.2 So far so good --- I thought... I can start R and gets the prompt, but when I writes licence(), help(), demo() or any other of the sugested commands I get an error: "Segmentation fault" and the progam exits to the shell prompt. Any sugestions are welcomed... ---------------------------------------------------------------------------- ----------------------------- Martin Hvidberg Geographer, M.Sc. National Environmental Research Institute Phone(direct): +45 46 30 11 55 Dept. of Atmospheric Environment Phone: +45 46 30 12 00 Frederiksborgvej 399 Fax: +45 46 30 12 14 Box 358 E-mail: mhv at dmu.dk DK-4000 Roskilde Location: 55?41'43.1"N 12?06'06.6"E Denmark
On Mon, 2003-02-17 at 11:15, mhv at dmu.dk wrote:> Dear List > > I'm trying to run R on a DIGITAL Alpha / Linux RedHat 7.2 > > The .rpm requires libreadlin.so.4.1 > RedHat 7.2 comes with libreadline.so.4.2 > > I installed the R-1.6.0-1.aplha.rpm with option --nodeps, since it otherwise > complained that the required libreadline.so.4.1 was missing. > This seemed to be the only unsatisfied dependency, at least that was the > only one mentioned when installing without the --nodeps option. > > I then made a link /usr/lib/libreadline.so.4.1 to point to > /usr/lib/libreadline.so.4.2 > > So far so good --- I thought... > > I can start R and gets the prompt, but when I writes licence(), help(), > demo() or any other of the sugested commands I get an error: "Segmentation > fault" and the progam exits to the shell prompt. > > Any sugestions are welcomed...You need to install the readline41 package (readline41-4.1-10.ia64.rpm) which is part of the Red Hat 7.2 distribution and provides the required library. Martyn
...snip... ? ? You need to install the readline41 package ? (readline41-4.1-10.ia64.rpm) ? which is part of the Red Hat 7.2 distribution and provides ? the required ? library. ? ? Martyn ? ? Thanks - Are you shure the ia64 will work on an Alpha ? :-? Martin
Possibly Parallel Threads
- How to join data.frames and vectors of different length, in an inteligent way?
- Q: Segmentation fault at all commands ?
- Dovecot Oy merger with Open-Xchange AG
- Simulating points from GLM corresponding to new x-values
- normalizing prizes to a specific year - how to?