Almo
6th May 2006, 10:26 PM
Hi!
I'm trying to install iIRCii on my Mac. I run the ./configure script, and make. It builds. I make install, and I get this:
umask 022; ./mkinstalldirs /usr/local/lib/irc /usr/local/bin /usr/local/lib/irc/translation /usr/local/lib/irc/script
mkdir /usr/local/lib/irc
mkdir: /usr/local/lib/irc: Permission denied
mkdir /usr/local/lib/irc
mkdir: /usr/local/lib/irc: Permission denied
Some of the output deleted for brevity. The upshot is I can't create a directory in /usr/local/lib. I can't do it from the shell by hand, either. The folder is owned by root, but I'm almo. But it's a Mac... I don't remember setting up a root account. I thought my main account (almo) functioned as the administrator. So I can't su root either, cause I don't know the password.
Any ideas?!?
EDIT: sudo make install works. But... I still want to know about root on OSX.
I'm trying to install iIRCii on my Mac. I run the ./configure script, and make. It builds. I make install, and I get this:
umask 022; ./mkinstalldirs /usr/local/lib/irc /usr/local/bin /usr/local/lib/irc/translation /usr/local/lib/irc/script
mkdir /usr/local/lib/irc
mkdir: /usr/local/lib/irc: Permission denied
mkdir /usr/local/lib/irc
mkdir: /usr/local/lib/irc: Permission denied
Some of the output deleted for brevity. The upshot is I can't create a directory in /usr/local/lib. I can't do it from the shell by hand, either. The folder is owned by root, but I'm almo. But it's a Mac... I don't remember setting up a root account. I thought my main account (almo) functioned as the administrator. So I can't su root either, cause I don't know the password.
Any ideas?!?
EDIT: sudo make install works. But... I still want to know about root on OSX.