Problem of install tarball packages

Aldo Foot lunixer at gmail.com
Sat Sep 27 17:46:17 UTC 2008


On Fri, Sep 26, 2008 at 7:26 PM,  <edwardspl at ita.org.mo> wrote:
> When I tried to install the tarball packages as the following :
>
> [svradmin at 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 at svr1 proftpd-1.3.0a]$
>
> So, how to fix the problem ( Permission denied ) ?
>
> Any solution for it ?
>
> Thanks !
>
> Edward.


What's with the chmod line?
   "chmod: cannot access `conf4161.sh': No such file or directory"

What do the referenced lines in conf4161.sh say? Do a little
detective work.

Did you download the tarball as the user other than the one you're using
to run config? Who owns the tarball and the directory where is doing its
thing? The configure may need to create temporary files and use them.

~af




More information about the fedora-list mailing list