[Rd] R crash when loading libraries.

Patrick Lindsey patrick.lindsey@luc.ac.be
Tue, 5 Sep 2000 21:45:40 +0200 (MET DST)


Hi everyone,
I am trying to install R on my new PIII 750Mhz under RedHat6.2
I get the following crash when I try and load any library.
I suspect this has started after I installed the BLAS and LAPACK libraries.
These two libraries where installed using the RPM manager under GNOME.
Here is the crash and read-out from gdb.
Hope that someone can understand what is going on.
Thank you,
Patrick.

---------------------------------
R : Copyright 2000, The R Development Core Team
Version 1.1.1  (August 15, 2000)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type	"?license" or "?licence" for distribution details.

R is a collaborative project with many contributors.
Type	"?contributors" for a list.

Type	"demo()" for some demos, "help()" for on-line help, or
    	"help.start()" for a HTML browser interface to help.
Type	"q()" to quit R.

> library(eda)
Segmentation fault (core dumped)
201/usr/local/src/R-1.1.1/bin>gdb R.bin core
GNU gdb 19991004
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...
Core was generated by `/usr/local/src/R-1.1.1/bin/R.bin'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libreadline.so.3...done.
Reading symbols from /usr/lib/libz.so.1...done.
Reading symbols from /lib/libdl.so.2...done.
Reading symbols from /usr/lib/libncurses.so.4...done.
Reading symbols from /lib/libm.so.6...done.
Reading symbols from /usr/lib/libblas.so.2...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/libtermcap.so.2...done.
Reading symbols from /lib/ld-linux.so.2...done.
Reading symbols from /usr/local/src/R-1.1.1/bin/R_X11.so...done.
Reading symbols from /usr/X11R6/lib/libSM.so.6...done.
Reading symbols from /usr/X11R6/lib/libICE.so.6...done.
Reading symbols from /usr/X11R6/lib/libX11.so.6...done.
Reading symbols from /usr/lib/libjpeg.so.62...done.
Reading symbols from /usr/lib/libpng.so.2...done.
Reading symbols from /usr/lib/gconv/ISO8859-1.so...done.
Reading symbols from /usr/local/src/R-1.1.1/library/eda/libs/eda.so...done.
#0  0x40009634 in _dl_relocate_object (l=0x81e73b0, scope=0x81e75b4, lazy=0, consider_profiling=0) at ../sysdeps/i386/dl-machine.h:326
326	../sysdeps/i386/dl-machine.h: No such file or directory.
(gdb) quit

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