similar to: RMySQL loading error

Displaying 20 results from an estimated 5000 matches similar to: "RMySQL loading error"

2007 Sep 28
1
RMySQL installing problems
Dear forum, I'm trying to install RMySQL but I'm having problems in loading it, here is the message that I'm getting in R install.packages("RMySQL", dependencies=TRUE) trying URL 'http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.5/RMySQL_0.6-0.zip' Content type 'application/zip' length 391364 bytes opened URL downloaded 382Kb package 'RMySQL'
2007 Nov 15
2
RMySQL installation problem
Hi List, I'm running R2.5.1 on WinXP. Downloaded RMySQL_0.6-0.zip from http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.6/ and the installation seemed fine. However, when I tried to load the package, the error occured: > utils:::menuInstallLocal() package 'RMySQL' successfully unpacked and MD5 sums checked updating HTML package descriptions > library(RMySQL) Loading
2007 Nov 12
2
R 2.6.0 & RMySQL
Dear list members -- I have problems in loading the pre-compiled library RMySQL_0.5-7 taken here (http://stat.bell-labs.com/RS-DBI/download/index.html) or RMySQL_0.6-0 taken here (http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.5/) on R 2.6.0 under Windows XP. I am using the MySQL features of EasyPHP1-8 (but the problem is not (for the moment) in connecting with a database but just
2007 Jun 03
2
Problems compiling RMySQL
Hello, I am trying to compile/Install RMySQL_0.6-0 in R-2.4.1/2.5.0 under Windows XP MCE, I am using MySQL 5.0.41. I have followed the instructions in the file INSTALL.win, but I get some errors... C:\Program Files\R\R-2.4.1>Rcmd build --binary RMySQL --docs=normal * checking for file 'RMySQL/DESCRIPTION' ... OK * preparing 'RMySQL': * checking DESCRIPTION meta-information
2007 Sep 10
1
I can't do it again on an other PC : R+RMySQL ->error loading dll
Hello, Some weeks ago, thanks to you, I managed to install R, to connect to a local MySQL Database and to launch some queries with a script written with Tinn-R. My script is now ok and would like to test it with the "real" database. I did the same installation of R, DBI package and RMySQL package I did on my PC (I wrote everything I did in order to make it easy ...) but when I type
2007 Aug 07
1
installing RMySql-0.6.0
Hi, I am trying to install RMySql-.0.6.0 to work with WinXP, MySQL 5 and R 2.51. there is no binary for windows on cran-r, so i grabbed RMySql-0.6.0.tar.gz and tried to compile it. I get the following error: * checking for file 'RMySQL/DESCRIPTION' ... OK * preparing 'RMySQL': * checking DESCRIPTION meta-information ... 'sh' is not recognized as an internal or external
2007 Oct 16
0
RMySQL LoadLibrary failure: Invalid access to memory location.
Hi. I'm sorry to revisit a problem that's been much discussed, but I haven't yet been able to overcome it. I am running R 2.5.1 on Windows XP Professional 5.1 (Service Pack 2), and I believe I have MySQL 5.0.45 installed (I downloaded and installed mysql-essential-5.0.45-win32.msi from http://dev.mysql.com/downloads/mysql/5.0.html). Here is what happened when I tried to install
2003 Feb 16
3
RMySQL installation and loading errors
Hi R users, I have been trying to install and use RMySQL on Windows98 for MySQL3.23.55-max using the pulldown menu. I am getting the following errors. I read the doc and some archived mails about a similar problem on unix like systems. Still can't get it to work. Some info below that may indicated where the problem is: * The directory RMySQL\libs is empty---I was not expecting this. *
2007 Oct 19
0
RMySQL LoadLibrary failure: Invalid access to memory location.
Hi. A colleague of mine figured out how to get the RMySQL 0.6 package to load properly in our environment with MySQL 5.0.45. Every time I tried to load the RMySQL library in R 2.5.1 I was getting an error message: LoadLibrary failure: Invalid access to memory location. We did the following: First obtain RMySQL 0.5-7, which can be found at
2010 Jul 15
1
RMySQL Load Error: package/namespace load failed for 'RMySQL'
Hi, I am brand new to the world of R, so please bare with me while I goof my way through a question. I am attempting to trial using R with MySQL. The MySQL server is on a Linux box and I am using the Windows (32bit XP) version of R. I have installed RMySQL successfully, however when I load it I get the error: Error : .onLoad failed in loadNamespace() for 'RMySQL', details: call:
2007 Jun 03
0
RMySQL loading error, mysql in path
I have successfully installed RMySQL_0.6-0 using under Windows XP MCE, I am using MySQL 5.0.41, I have added I have added C:\Program Files\R\R-2.4.1\library\RMySQL\libs and mysql to the windows PATH, but again, same error: and then when I load R and try to use RMySQL >library(RMySQL) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library
2008 Apr 11
1
SQL INSERT using RMySQL
Hi All, I've finally gotten around to database access using R. I'm happily extracting rows from a MySQL database using RMySQL, but am having problems appending rows to an existing table. What I *want* to do is to append rows to the table, allowing the database to automatically generate primary key values. I've only managed to add rows by using dbWriteTable( con,
2007 Sep 27
1
RMySQL NA/NULL value storage error
Greetings all, I am running R 2.5.1, RMySQL 0.6 , and DBI 0.2-3 on Windows XP Like others, I am having trouble with NA/Null value conversions between R and a MySQL database via DBI, but I could not find my exact problem in the archives. Most of the time NA values in R get transferred correctly to the database and back again, unless (apparently) if they are in the last column of the table being
2010 Sep 24
1
loadlibrary failure
> > We have got this problem,: > > > library (RMySQL) > Error : .onLoad failed in loadNamespace() for 'RMySQL', details: > call: inDL(x, as.logical(local), as.logical(now), ...) > error: imposible cargar la biblioteca compartida > 'C:/ARCHIV~1/R/R-211~1.1/library/RMySQL/libs/RMySQL.dll': > LoadLibrary failure: El acceso a la direcci?n de
2005 Aug 10
1
RMySQL not loading on Mac OS X
Hi, I have a problem loading RMySQL 0.5-5 on Mac OS 10.4.2 running R 2.1.1. I installed RMySQL using: export PKG_CPPFLAGS="-I/usr/local/mysql/include" export PKG_LIBS="-L/usr/local/mysql/lib -lmysqlclient" R CMD INSTALL /Users/gwo/Desktop/RMySQL_0.5-5.tar.gz The installation seemed to work ok, but when I load RMySQL in R I get an error message: >library(RMySQL)
2012 Nov 23
1
Failed to install RMySQL,help!
I had installed R and MySQL ,then I input : > install.packages('RMySQL',type='source') show the message below, Why? Why shows "ERROR: configuration failed for package 'RMySQL'"? ??URL?http://mirrors.xmu.edu.cn/CRAN/src/contrib/RMySQL_0.9-3.tar.gz' Content type 'application/x-gzip' length 165363 bytes (161 Kb) ???URL downloaded 161 Kb *
2010 Nov 13
1
RMySQL on Windows 2008 64 Bit -Help!
Dear Group, I'm having lots of problems getting RMySQL on a 64 bit machine. I followed all instructions available but couldn't get it working yet! Please help. See the output below. I did a install of RMySQL binary from the revolution cran source. It seems to have unpacked fine but gives this error when I call RMySQL Error: package 'RMySQL' is not installed for 'arch=x64'
2003 Oct 15
5
Problems Building RMySQL in Windows
Hi all, Unfortunately I must use winXP at my job, so I'm trying install from source RMySQL. Here are some details about this problem: - R 1.7.1 - RMySQL 0.5-2 - mysql 4.1.0-alpha-max-nt I followed the instructions posted in http://www.biostat.jhsph.edu/~kbroman/Rintro/Rwinpack.html and the following messages appeared. BTW, thanks in advance for your help and comments. C:\Program
2000 Oct 23
1
How To compile RMySQL on Windows?
Hallo! Thanks for the answers that I received. I had downloaded the last distribution of RMySQL from /R/CRAN/src/contrib/Devel.. Its the first package that I am trying to compile under Windows. >From the Compiler I am getting the following error message. In file included from RMySQL.c:1: RMySQL.h:24: mysql.h: No such file or directory RMySQL.h:25: mysql_com.h: No such file or directory
2004 Mar 14
2
Troubles installing RMySQL on Win2K
What do I need to do to load the RMySQL library on Win 2K using version 1.8.1 I have Mysql v4.0.16 up and running on the local machine with several databases running fine. Using RGUI I have loaded RMySQL and an appropriate directory structure has appeared under C:\Program Files\R\rw1081\library\RMySQL I have added C:\Program Files\R\rw1081\library\RMySQL\inst\libs to my path variable so that