> > # apt-get install fakeroot > > Never used it, go as root, or use sudo.
fakeroot is better, as it is really a fake root environment. Just wraps system calls so processes think they are uid=0, but they have no privs outside the normal users. This saves you from things like possible bugs that may run "rm -rf /" or similar :) Really, you want fakeroot instead of sudo or compiling as real root. -- Debian - http://www.debian.org/ Linux 1394 - http://www.linux1394.org/ Subversion - http://subversion.tigris.org/ WatchGuard - http://www.watchguard.com/

