B.Rowlingson@lancaster.ac.uk
2000-Dec-15 16:54 UTC
[Rd] R install doesn't set permissions (PR#767)
Full_Name: Barry Rowlingson Version: 1.2.0 OS: Redhat 6.2/i386 Submission from: (NULL) (148.88.0.10) Just did a straightforward ./configure/make/make install of R-1.2.0 and it seems that it doesn't set permissions on the R_HOME directory properly (or at all!). [root@chinstrap R-1.2.0]# make install mkdir /usr/local/lib/R hence /usr/local/lib/R gets permissions from whatever root's default is - in my case rwx------, and users cant start R. Fix it after installation with: chmod -R 755 /usr/local/lib/R To fix the installer? Maybe use the install program from the fileutils package? Baz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._