> sudo chmod -R 777 /opt/local Do NOT run that. That recursively grants rwx permissions to *every* user on the system for *everything* in that directory. Bad idea. The only time 777 should be granted is on temp directories in conjunction with a sticky bit of some sort. Just prefix any "port" subcommands with sudo and you'll be safe. -r