thank you,

I make in R:
        install.packages(DBI) 

and fix ambient variables of linux:
        export PKG_CPPFALGS="-I/usr/include/mysql"
        export PKG_LIBS="-L/usr/lib64/mysql -lmysqlclient"

after:
        install.packages(RMySQL)

is successful.

Juan.

Em Dom, 2006-10-29 às 08:44 -0800, Seth Falcon escreveu:
> Juan Santiago Ramseyer <[EMAIL PROTECTED]> writes:
> 
> > install packages RMySQL fail.
> >
> > System Fedora Core 6 x86_64
> >
> > see down. It's bug or incomplete install MySQL?
> 
> You need to install the devel headers for MySQL.  This should be
> available as an rpm for your system.
> 
> + seth
> 
> ______________________________________________
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to