What do I need to setup on a Ubuntu 9.10 server so that a user can build applications of there choice (i.e. ./configure , make && make install) with out the need for sudo/admin privileges.
I just feel its a bit of a security risk having to give a user access to parts of the system they might not need in order to build a app.