Re: [Rpy] Problems installing on 64 bit Suse...

2008-07-19 Thread Paul Geeleher
Hey Laurent, sorry for the delay, I was away. The output is: /usr/lib64/libpython2.5.so Symbolic link to 'libpython2.5.so.1.0' -Paul. On Thu, Jul 10, 2008 at 6:30 PM, laurent oget <[EMAIL PROTECTED]> wrote: > > >> >> gcc -pthread -shared build/temp.linux-x86_64-2.5/src/rpymodule2062.o >> build/t

Re: [Rpy] Problems installing on 64 bit Suse...

2008-07-10 Thread laurent oget
> 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 >

[Rpy] Problems installing on 64 bit Suse...

2008-07-10 Thread Paul Geeleher
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