Skip to content

R 2.6.1 installation fails

3 messages · Enrico Rossi, Simon Urbanek, Don MacQueen

#
Enrico,

the problem is caused by an update from Tiger to Leopard and Xcode 3  
if /usr/local/lib existed before. Apple's installer screws up and  
creates an infinite symlink loop at /usr/local/lib. To fix it, run  
this is Terminal:

sudo rm /usr/local/lib
sudo mv '/usr/local/lib 1' /usr/local/lib

Then re-install R (or just gfortran and Tcl/Tk).

Cheers,
Simon
On Jan 7, 2008, at 4:00 PM, Enrico Rossi wrote:

            
2 days later
#
This Apple installer error also happens if you install XCode 2.5 on 
an existing Tiger system.

(which I found out this morning by downloading XCode 2.5 from Apple's 
Developer website and installing it)

-Don
At 4:56 PM -0500 1/7/08, Simon Urbanek wrote: