Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RMySQL error 'configure' exists but is not executable

Tags:

centos

rmysql

I am installing RMySQL on centos. There were many dependencies, and I was able to install all.

But still getting one error, when I am trying to install.

The command I am executing is below:

R CMD INSTALL RMySQL_0.9-3.tar

And I am getting 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 anybody faced this kind of problem with Rphp or RMySQL ?

Thanks in Advance for reply

like image 764
Sanjay Avatar asked Dec 01 '25 14:12

Sanjay


1 Answers

It was permission issue.

And it was solved by the commands

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

I am posting my answer here, hope it will help someone else also.

like image 112
Sanjay Avatar answered Dec 04 '25 06:12

Sanjay



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!