Re: [R] What are the necessary Oracle software to install and run ROracle ?

2011-01-06 Thread thomas . carrie
Hello, I have applied all tips (except moving to different DB lib) : move to R-2.12.1 try R CMD INSTALL instead of install.packages('ROracle'); run as root checked that I have full 32 bit env It still fails with same error at installation when trying to load ROracle lib -

Re: [R] What are the necessary Oracle software to install and run ROracle ?

2011-01-06 Thread Marc Schwartz
On Jan 6, 2011, at 3:11 AM, thomas.car...@bnpparibas.com wrote: Hello, I have applied all tips (except moving to different DB lib) : move to R-2.12.1 try R CMD INSTALL instead of install.packages('ROracle'); run as root checked that I have full 32 bit env It still fails with same

Re: [R] What are the necessary Oracle software to install and run ROracle ?

2011-01-06 Thread MacQueen, Don
Have you run genclntsh and/or genclntst In ORACLE_HOME/bin ? I don’t recall very well where I learned about this, or how it is documented... But it does something to some files in $ORACLE_HOME/lib that is needed in order for Roracle to build. lib[598]% nm libclntsh.so | grep sqlprc

Re: [R] What are the necessary Oracle software to install and run ROracle ?

2011-01-05 Thread Marc Schwartz
On Jan 5, 2011, at 2:55 AM, thomas.car...@bnpparibas.com wrote: Hello, I am running Linux, I have downloaded instantclient-basiclite-linux32-11.2.0.2.0.zip instantclient-sqlplus-linux32-11.2.0.2.0.zip instantclient-sdk-linux32-11.2.0.2.0.zip instantclient-precomp-linux32-11.2.0.2.0.zip