[R-sig-DB] Installing RMySQL under CentOS 5.5 version of Linux?

Tomoaki NISHIYAMA tomo@k|n @end|ng |rom kenroku@k@n@z@w@-u@@c@jp
Wed Oct 27 04:13:46 CEST 2010


Hi,

Did you install mysql-devel package?
On CentOS
# yum install mysql-devel
as root. That should install the library and headers required for
MySQL client development.

Provided R is well installed as user application
just
$ R CMD INSTALL RMySQL_0.7-5.tar.gz
after downloading works.
If it is common application, perhaps you need to
do it as root again.
--  
Tomoaki NISHIYAMA

Advanced Science Research Center,
Kanazawa University,
13-1 Takara-machi,
Kanazawa, 920-0934, Japan


On 2010/10/27, at 10:44, Spencer Graves wrote:

> Hello:
>
>
>       I'm not very unixed, and I'm trying to install RMySQL under  
> CentOS 5.5 version of Linux.  I'm having trouble parsing the  
> installation instructions, e.g., at "http://cran.fhcrc.org/web/ 
> packages/RMySQL/INSTALL".  Any suggestions?
>
>
>       Thanks,
>       Spencer
>
> -- 
> Spencer Graves, PE, PhD
> President and Chief Operating Officer
> Structure Inspection and Monitoring, Inc.
> 751 Emerson Ct.
> San José, CA 95126
> ph:  408-655-4567
>
> _______________________________________________
> R-sig-DB mailing list -- R Special Interest Group
> R-sig-DB using stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-db
>




More information about the R-sig-DB mailing list