Sorry, the i deleted the first part of the email. Today I downloaded the Ubuntu 12.04.2 32bits to install it on the virtualbox (in a windows machine). After it i have installed R with success. Before I installed R I installed the LAMP as I show in the first email.
<http://www.showmetech.com.br> *LEANDRO MARINO* | Showmetech Estatístico | Fotógrafo Mobile: 55 21 9845-7707 Email: cont...@leandromarino.com.br Profiles SMT: facebook <http://www.facebook.com/showmetech> | twitter<http://www.twitter.com/showmetech> | Google+ <https://plus.google.com/115440786884851522659> <http://www.leandromarino.com.br> 2013/6/29 Leandro Marino <leandromar...@leandromarino.com.br> > Hi, > > > o > Before I install an Apache + MySQL + PHP with the following statment: > > *> sudo apt-get install mysql-server apache2 libapache2-mod-php5 php5 > php5-mysql phpmyadmin* > > When i was trying to install RMySQL with install.packages() i received the > following error: Could anyone help me with this? > > Best, > Leandro > > > Configuration error: > could not find the MySQL installation include and/or library > directories. Manually specify the location of the MySQL > libraries and the header files and re-run R CMD INSTALL. > > INSTRUCTIONS: > > 1. Define and export the 2 shell variables PKG_CPPFLAGS and > PKG_LIBS to include the directory for header files (*.h) > and libraries, for example (using Bourne shell syntax): > > export PKG_CPPFLAGS="-I<MySQL-include-dir>" > export PKG_LIBS="-L<MySQL-lib-dir> -lmysqlclient" > > Re-run the R INSTALL command: > > R CMD INSTALL RMySQL_<version>.tar.gz > > 2. Alternatively, you may pass the configure arguments > --with-mysql-dir=<base-dir> (distribution directory) > or > --with-mysql-inc=<base-inc> (where MySQL header files reside) > --with-mysql-lib=<base-lib> (where MySQL libraries reside) > in the call to R INSTALL --configure-args='...' > > R CMD INSTALL --configure-args='--with-mysql-dir=DIR' > RMySQL_<version>.tar.gz > > ERROR: configuration failed for package RMySQL > * removing /usr/local/lib/R/site-library/RMySQL > > The downloaded source packages are in > /tmp/RtmpIdWQKu/downloaded_packages > Warning message: > In install.packages("RMySQL") : > installation of package RMySQL had non-zero exit status > > > > <http://www.showmetech.com.br> > > *LEANDRO MARINO* | Showmetech > Estatístico | Fotógrafo > Mobile: 55 21 9845-7707 > Email: cont...@leandromarino.com.br > Profiles SMT: facebook <http://www.facebook.com/showmetech> | > twitter<http://www.twitter.com/showmetech> > | Google+ <https://plus.google.com/115440786884851522659> > > <http://www.leandromarino.com.br> > > [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.