i cleaned up everything as you mentioned and it looked like working initially. I was able to import rpy without any error.
Quote:
ravind@qsrpdbdev01:~/install/rpy/rpy-1.0.3>RHOME=/usr/lib64/R
ravind@qsrpdbdev01:~/install/rpy/rpy-1.0.3>sudo python setup.py install
RHOMES= []
DEBUG= True
Setting RHOMES to ['/usr/lib64/R']
### Using R verion 2.9.0 installed at /usr/lib64/R ###
RHOME= /usr/lib64/R
copying src/rpymodule.c -> src/rpymodule2090.c
copying src/R_eval.c -> src/R_eval2090.c
copying src/io.c -> src/io2090.c
running install
running build
running build_py
running build_ext
running install_lib
running install_egg_info
Removing /local/mnt/qsrp/python/lib/python2.5/site-packages/rpy-1.0.3-py2.5.egg-info
Writing /local/mnt/qsrp/python/lib/python2.5/site-packages/rpy-1.0.3-py2.5.egg-info
ravind@qsrpdbdev01:~/install/rpy/rpy-1.0.3>python -c 'import rpy'
ravind@qsrpdbdev01:~/install/rpy/rpy-1.0.3>
|
if i close the current ssh window , open a new one and try the same import it fails..
Quote:
ravind@qsrpdbdev01:~>python -c 'import rpy'
RHOME : /usr/lib64/R
RVERSION : 2.9.0
RVER : 2090
Segmentation fault
|
thanks a lot for helping me on this !!