Update Perl Modules OSX Lion 
After upgrading to OSX Lion I could not install any perl modules.. Here's how to do it:

1. Make is now in a weird spot so link it to where cpan wants it:
sudo ln -s /Developer/usr/bin/make /usr/bin/make

2. You will need to update xcode, so go to the app store and download the installer, then run the installer

3. Now run CPAN:
sudo perl -MCPAN -e shell

Then install whatever modules you want

[ 317 comments ] ( 4970 views )   |  permalink  |  print article  |   ( 3 / 3217 )

<Back | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next> Last>>