|
From: Hazen B. <hba...@ma...> - 2006-03-29 04:23:19
|
On Mar 28, 2006, at 11:00 PM, lan...@qw... wrote:
> Getting closer 8^)
Yep, I'd say that you've almost got it now.
> mkdir: /usr/local/share/doc: Permission denied
It looks like you don't have necessary permissions to create the
directory "/usr/local/share/doc", which is probably true since, at
least on my mac, the parent directory ("/usr/local/share") is owned
by root & only root has write permission. I'd suggest running "make
install" as super-user, i.e. try "sudo make install". This should
give you the necessary permissions to finish the install.
best,
-Hazen
|