RMySQL 'configure' error exists but is not executable.

I install RMySQL on centos. There were many dependencies, and I was able to install everything.

But still getting one error when I try to install.

The command I execute is below:

R CMD INSTALL RMySQL_0.9-3.tar

And I get the following errors:

* installing to library /usr/lib64/R/library
* installing *source* package RMySQL ...
ERROR: 'configure' exists but is not executable -- see the 'R Installation and
* removing /usr/lib64/R/library/RMySQL

Has anyone encountered such a problem with Rphp or RMySQL?

Thanks to Advance for the answer.

+3
source share
1 answer

This is a resolution issue.

And it was decided by the teams

# chmod 777 /root/tmp/ 
# TMPDIR=$HOME/tmp 
# export TMPDIR 

I am posting my answer here, hope this helps another.

+3
source

All Articles