Displaying 20 results from an estimated 10000 matches similar to: "Installing RMySQL on Mac OS X"
2005 May 03
3
RMySQL installation: libz missing
Hi
I run suse linux 9.1 and I installed MySQL server, client, devel, bench.
DBI is installed, when I try to install RMySQL I get an error saying,
that libz is missing.
(paths to libs were set:export PKG_CPPFLAGS="-I/usr/include/mysql/"
export PKG_LIBS="-L/usr/lib/mysql/ -lmysqlclient")
so my question: where do I get the libz files (are these mysql files? if
yes, why were
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
2012 Oct 15
0
problem in installing RMySQL
i m installing pkg but get error like this
> install.packages("RMySQL")
Installing package(s) into
?/home/trendwise/R/x86_64-pc-linux-gnu-library/2.13?
(as ?lib? is unspecified)
trying URL 'http://ftp.iitm.ac.in/cran/src/contrib/RMySQL_0.9-3.tar.gz'
Content type 'application/x-gzip' length 165363 bytes (161 Kb)
opened URL
2006 May 13
1
Error Compiling RMySQL in Fedora Core 5 86x64
in download and automatic install the RMySQL, R show the error (look
under session attach. MySQL is install and operational.
Juan Santiago Ramseyer.
> install.packages('RMySQL')
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
tentando a URL
'http://cran.br.r-project.org/src/contrib/RMySQL_0.5-7.tar.gz'
Content type
2006 Oct 29
1
install packages RMySQL fail
install packages RMySQL fail.
System Fedora Core 6 x86_64
see down. It's bug or incomplete install MySQL?
Juan.
______________________________________________________________
PROMPT MySQL
$ mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 5.0.22
Type 'help;' or '\h' for help. Type '\c' to clear the
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)
2003 Nov 12
1
RMySQL
HI,
I have been having trouble installing RMySQL under Redhat Linux 9.0. I
am using R 1.8.0 and MySQL 4.0.13. MySQL is install in /opt/mysql. I
try to install RMySQL using configure-args to specify the path of mysql
but it does not work. Does any body have any suggestions.
Thanks,
Arend van der Veen
The command that I am using is:
# R CMD INSTALL
2006 Apr 05
1
Cannot install RMySQL under Kubuntu
List,
I am attempting to install RMySQL on a Kubuntu box.
mysql and R were installed using the adept package manager:
"apt-get install mysql-server"
"apt-get install r-base"
I can access mysql via the terminal and I can open R and perform various basic tasks.
However, I cannot install the RMySQL package in R. I get the following error:
* Installing *source*
2006 Jan 30
3
RMySQL install
I am having trouble installing RMySQL on a clean install of Fedora Core 4 64
bit on a dual dual core machine (that is, two dual core processors). Seems
like the LD_LIBRARY_PATH is incorrect, but I don't seem to have it quite
right yet.
There are a few mentions of this problem in google, but thus far none of the
"fixes" and fixed my problem. I've tried defining the
2009 Mar 31
3
installing RMySQL (PR#13633)
Full_Name: Ankhee Dutta
Version: 2.3
OS: LINUX
Submission from: (NULL) (202.141.12.97)
I have a linux system of Mandriva-2007 with R version 2.3.0 and MySQL with
5.0.0. I have also got DBI-R database interface version-0.1-11 installed on
my Linux system.While installing RMySQL package version 0.5-11 i am facing
problem .
while installation the error report which is coming is as follows:
2006 Jul 05
2
install RMySQL under Mac OS X 10.4.7
Hello All,
I tried to install RMySQL package, but the error
messages says there is no such package, even though I
did see RMySQL is there in the contributed package
list in all mirror sites of CRAN I tried. Not sure
what is the problem.
> mysql.home <- '/usr/local/mysql'
>
2006 Jul 06
1
RMySQL Suse 10.0 installing problems
Thanks again everyone,
I have a problem trying to install RMySQL on Suse 10.0. I have used
both the install.packages() and the 'R CMD INSTALL RMySQL..." neither
worked. I get the error message telling me that it cannot find mysql. So I
have set the flags using
export PKG_CPPFLAGS="-I</usr/bin/>"
export PKG_LIBS="-L</usr/lib/mysql>"
After that I run R
2011 Apr 06
2
Cannot install pakcage RMySQL
Hello All,
I have a technical difficulty installing RMySQL. I am running openSUSE11.1
and R 2.12
I have installed MySQL from the website.
and following installation , as root
This is the part where trouble begin,
......
checking mysql.h usability... no
checking mysql.h presence... no
checking for mysql.h... no
checking for mysql_init in -lmysqlclient... no
checking for mysql_init in
2004 Jun 28
1
RMysql installation problem.
Hi!
I am trying to install the RMySQL package. The installation stops with the following error message.
path to mysql is set.
setenv PKG_CPPFLAGS /home/arabidopsis/software/R1.9.1/linux/mysql/include
setenv PKG_LIBS /home/arabidopsis/software/R1.9.1/linux/mysql/lib
R CMD INSTALL RMySQL_0.5-5.tar.gz
#....cut cut.
creating src/Makevars
** libs
gcc
2007 Dec 13
0
RMySQL with Xampp could never work?
Hello everybody, i had a big issue with RMySQL,
working on an installation of R on multiple nodes via net file-system.
The point is that we installed Xampp as suite for mysql, perl, apache
and php on every node, and we need to use R scripts with mysql.
Xampp doesn't compile anything, it gives you pre-compiled binaries all
linked together, you just extract from a tarball.
At my first try,
2003 Nov 12
0
RMySQL & couldn't find function ".valueClassTest"
Hi Arend, I had the same problem on RH 9 as you, but the tip on http://stat.bell-labs.com/RS-DBI/download/index.html at the bottom telling:
"""""""""""""""""""""""""""""""""""""""""
The
2009 Mar 30
1
(no subject)
Hi, All
I have a linux system of Mandriva-2007 with R version 2.3.0 and MySQL with
5.0.0. I have also got DBI-R database interface version-0.1-11 installed on
my Linux system.While installing RMySQL package version 0.5-11 but facing
the problem mentioned below .
* Installing *source* package 'RMySQL' ...
creating cache ./config.cache
checking how to run the C preprocessor... cc -E
2009 Mar 30
0
(no subject)
Hi, All
I have a linux system of Mandriva-2007 with R version 2.3.0 and MySQL with
5.0.0. I have also got DBI-R database interface version-0.1-11 installed on
my Linux system.While installing RMySQL package version 0.5-11 but facing
the problem mentioned below .
* Installing *source* package 'RMySQL' ...
creating cache ./config.cache
checking how to run the C preprocessor... cc -E
2005 Feb 07
1
install RMySQL
Hi,
I've got a Dual G5 running 10.3.7 and I'm trying to install RMySQL.
I've already got R up and running. When I try the command
> install.packages("RMySQL")
It downloads a few things and then produces the following error:
---------------------------
Configuration error:
Could not locate the library "libz" required by MySQL.
INSTRUCTIONS:
The
2004 Dec 21
1
RMySQL_0.5.5 / SUSE9.2
Hi,
where is my mistake?
i have done follow comand-lines.
export PKG_LIBS="-L/usr/lib/myslq"
export PKG_CPPFLAGS="-I/usr/include/mysql"
R CMD INSTALL RMySQL_0.5-5.tar.gz
i'm using R-2.0.1 , suse 9.2, 5.0.0-alpha-standard , and after a succefuel
compilaition i get when im type in R library(RMySQL):
Loading required package: DBI
Error in dyn.load(x, as.logical(local),