[R] install error

Roger Peng rpeng at stat.ucla.edu
Sun Feb 9 08:26:03 CET 2003


If you just run the `configure' script without other arguments, it will
try to install in /usr/local, which you probably don't have permission to
write to.  

Just pick a directory that you have permission to write to and use the
--prefix argument to configure.  For example,

./configure --prefix=/home/rpeng/R

-roger
_______________________________
UCLA Department of Statistics
rpeng at stat.ucla.edu
http://www.stat.ucla.edu/~rpeng

On Sat, 8 Feb 2003, Yuhong Guo wrote:

> 
> I just download R-1.6.2 source code for unix 
> to install. I am intalling it under redhat linux.
> 
> But after ./configure, when I try to make, 
> there always error showed: 
> 
> /usr/bin/install: cannot change ownership of `../../bin/BATCH': Operation 
> not permitted
> /usr/bin/install: cannot change ownership of `../../bin/LINK': Operation 
> not permitted
> /usr/bin/install: cannot change ownership of `../../bin/Rcmd': Operation 
> not permitted
> /usr/bin/install: cannot change ownership of `../../bin/Rdiff': Operation 
> not permitted
> /usr/bin/install: cannot change ownership of `../../bin/Rd2dvi': Operation 
> not permitted
> /usr/bin/install: cannot change ownership of `../../bin/Rd2txt': Operation 
> not permitted
> /usr/bin/install: cannot change ownership of `../../bin/config': Operation 
> not permitted
> /usr/bin/install: cannot change ownership of `../../bin/pager': Operation 
> not permitted
> /usr/bin/install: cannot change ownership of `../../bin/texi2dvi': 
> Operation not permitted
> 
> Does anyone know what is the problem? (Oh, I install it as a common user
> to linux, not as root)?
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> http://www.stat.math.ethz.ch/mailman/listinfo/r-help
>




More information about the R-help mailing list