Hi all,

I'm trying to install Rpy on a 64 bit Suse Enterprise Edition Server. I'm
running R version 2.6.2 and python version 2.5.1. I've set up the path
to the R library by creating a link to libR.so and running ldconfig.
I've got the python-devel package installed. I'm getting the following
error when I run "python setup.py install"


RHOMES= []
DEBUG= True
Setting RHOMES to  ['/usr/local/lib64/R']
### Using R verion 2.6.2 installed at /usr/local/lib64/R ###
RHOME= /usr/local/lib64/R
copying src/rpymodule.c -> src/rpymodule2062.c
copying src/R_eval.c -> src/R_eval2062.c
copying src/io.c -> src/io2062.c
running install
running build
running build_py
running build_ext
building '_rpy2062' extension
gcc -pthread -shared build/temp.linux-x86_64-2.5/src/rpymodule2062.o
build/temp.linux-x86_64-2.5/src/R_eval2062.o
build/temp.linux-x86_64-2.5/src/io2062.o
build/temp.linux-x86_64-2.5/src/setenv.o -L/usr/local/lib64/R/bin
-L/usr/local/lib64/R/lib -L/usr/lib64 -Wl,-R/usr/local/lib64/R/bin
-Wl,-R/usr/local/lib64/R/lib -lR -lRlapack -lpython2.5 -o
build/lib.linux-x86_64-2.5/_rpy2062.so
/usr/lib64/libpython2.5.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1


Any ideas here? I need this bad! Thanks!

-- 
Paul Geeleher
Department of Mathematics
National University of Ireland
Galway
Ireland

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to