<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=Big5" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
FuziOK wrote:
<blockquote cite="mid200702191307.28389.fuziok@gmail.com" type="cite">
  <pre wrap=""><a class="moz-txt-link-abbreviated" href="mailto:edwardspl@ita.org.mo">edwardspl@ita.org.mo</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello,

If so, what a good ( best ) solution for the problem ?
Due to some user may need to install the source code packages by using
sudo...

Edward.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
For most of packages, you can install them into your home dir (or other places 
where you have enough privileges). Like this

$ ./configure --prefix=/path/to/some/where &amp;&amp; make &amp;&amp; make install

Of course, you'd better add /path/to/some/where/bin to PATH.</pre>
</blockquote>
Hello,<br>
<br>
Sorry, did you means that we needn't to config the sudo ( such as
sudores ) ?<br>
<br>
Edward.<br>
</body>
</html>