Re: [R] ROracle error in Windows. Memory could not be read.

2006-10-21 Thread Jens Scheidtmann
Adrian Dragulescu [EMAIL PROTECTED] writes: I've seen from earlier posts that other people had problems installing ROracle under Windows. I run R-2.3.1. I got the Windows binaries for ROracle from http://stat.bell-labs.com/RS-DBI/download/index.html Here is my session: require(ROracle)

[R] ROracle error in Windows. Memory could not be read.

2006-10-19 Thread Adrian Dragulescu
I've seen from earlier posts that other people had problems installing ROracle under Windows. I run R-2.3.1. I got the Windows binaries for ROracle from http://stat.bell-labs.com/RS-DBI/download/index.html Here is my session: require(ROracle) Loading required package: ROracle Loading required

Re: [R] [ROracle] error loading (undefined symbol: sqlclu)

2006-09-21 Thread Mathieu Drapeau
Hi Marc, thanks for the answer, but that wasn't the problem. I set my LD_LIBRARY_PATH in my .cshrc. I solve my problem by compiling the library manually. It created me a file (ROracle.so) of ~14mb (instead of the one of ~150K) that I replaced with the other one. I guess R compilation did

[R] [ROracle] error loading (undefined symbol: sqlclu)

2006-09-20 Thread Mathieu Drapeau
I have this error when I load the library ROracle: library(ROracle) Loading required package: DBI Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/usr/local/lib/R/site-library/ROracle/libs/ROracle.so':

Re: [R] [ROracle] error loading (undefined symbol: sqlclu)

2006-09-20 Thread Marc Schwartz (via MN)
On Wed, 2006-09-20 at 15:15 -0400, Mathieu Drapeau wrote: I have this error when I load the library ROracle: library(ROracle) Loading required package: DBI Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library

[R] ROracle error

2005-01-20 Thread Sabrina Carpentier
I am running R 2.0.0 on a SunOs 5.9 machine and using Oracle 8i.1.7.0.0 (enterprise edition) and when I try to load ROracle I receive the following error: require(ROracle) Loading required package: ROracle Loading required package: DBI Error in dyn.load(x, as.logical(local),

Re: [R] ROracle error

2005-01-20 Thread Prof Brian Ripley
On Thu, 20 Jan 2005, Sabrina Carpentier wrote: I am running R 2.0.0 on a SunOs 5.9 machine and using Oracle 8i.1.7.0.0 (enterprise edition) and when I try to load ROracle I receive the following error: require(ROracle) Loading required package: ROracle Loading required package: DBI Error in