<!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">
Craig White wrote:
<blockquote
 cite="mid1222451364.2729.291.camel@lin-workstation.azapple.com"
 type="cite">
  <pre wrap="">On Sat, 2008-09-27 at 01:43 +0800, <a class="moz-txt-link-abbreviated" href="mailto:edwardspl@ita.org.mo">edwardspl@ita.org.mo</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Aldo Foot wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">On Fri, Sep 26, 2008 at 10:13 AM, Craig White <a class="moz-txt-link-rfc2396E" href="mailto:craigwhite@azapple.com"><craigwhite@azapple.com></a> wrote:
  
      </pre>
      <blockquote type="cite">
        <pre wrap="">On Sat, 2008-09-27 at 01:10 +0800, <a class="moz-txt-link-abbreviated" href="mailto:edwardspl@ita.org.mo">edwardspl@ita.org.mo</a> wrote:
    
        </pre>
        <blockquote type="cite">
          <pre wrap="">Aldo Foot wrote:

      
          </pre>
          <blockquote type="cite">
            <pre wrap="">On Fri, Sep 26, 2008 at 9:34 AM,  <a class="moz-txt-link-rfc2396E" href="mailto:edwardspl@ita.org.mo"><edwardspl@ita.org.mo></a> wrote:


        
            </pre>
            <blockquote type="cite">
              <pre wrap="">Dear All,

How to config the sudo, then allow user A to install tarball packages with FC8 System ?


          
              </pre>
            </blockquote>
            <pre wrap="">You use the 'visudo' command to edit the /etc/sudoers files.
Don't edit that file directly.

see this /etc/sudoers sample
<a class="moz-txt-link-freetext" href="http://www.gratisoft.us/sudo/sample.sudoers">http://www.gratisoft.us/sudo/sample.sudoers</a>

'rpm' is just another command you add to the allowed commands.
so for example a the CLI: "sudo rpm -Uvh someRpm.rpm',

~af



        
            </pre>
          </blockquote>
          <pre wrap="">Hello Aldo,

Sorry, my means is tarball packages ( NOT rpm packages )...
      
          </pre>
        </blockquote>
        <pre wrap="">----
users don't need superuser privileges to use tar at all UNLESS they are
trying to 'untar' into spaces where only superuser can write, in which
case, security is out the window.

Craig
    
        </pre>
      </blockquote>
      <pre wrap="">You're correct. How did I mix rpm and tar? My coffee was not strong
enough this morning.. ;-)

~af

  
      </pre>
    </blockquote>
    <pre wrap="">Hello,

Sorry, My means is how to running the command line of "./configure",
"make" and "make install" ?
How to config sudo or / and linux system for it ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->----
users can (and should) run configure, make as users, not as super users.
'make install' only needs super user privileges if the intended install
is to go into /usr/local but users can have 'bin' or 'sbin' directories
in their own space to run compiled programs that are available only to
that specific user and not to all users.

Did I mention that you are going to have nightmares if you actually give
users super user privileges enough times yet?

Craig</pre>
</blockquote>
<pre wrap="">Hello,

When I tried to install the tarball packages as the following :

[svradmin@svr1 proftpd-1.3.0a]$ ./configure --prefix=/usr/local/proftpd

./configure: line 88: conf4161.sh: Permission denied
./configure: line 89: conf4161.sh: Permission denied
chmod: cannot access `conf4161.sh': No such file or directory
./configure: line 201: conf4161.file: Permission denied
./configure: line 1266: config.log: Permission denied
[svradmin@svr1 proftpd-1.3.0a]$

So, how to fix the problem ( Permission denied ) ?

Any solution for it ?

Thanks !

Edward.
</pre>
</body>
</html>