分页: 1 / 1

./configure 提示权限不够 Permission denied

发表于 : 2009-02-17 22:27
dongfanglu
我想编译一个源码,命令行如下,为什么一直提示权限不够呢?高手帮忙分析一下
zzd@kubuntu:/windows/sda8/prayaya/kuftp-1.5.0$ ./configure
bash: ./configure:/bin/sh:损坏的解释器: Permission denied
zzd@kubuntu:/windows/sda8/prayaya/kuftp-1.5.0$ sudo ./configure
sudo: unable to execute ./configure: Permission denied
zzd@kubuntu:/windows/sda8/prayaya/kuftp-1.5.0$ su -
口令:
root@kubuntu:~# cd /windows/sda8/prayaya/kuftp-1.5.0
root@kubuntu:/windows/sda8/prayaya/kuftp-1.5.0# ./configure
-su: ./configure:/bin/sh:损坏的解释器: Permission denied
root@kubuntu:/windows/sda8/prayaya/kuftp-1.5.0# ls -l
总用量 1523
-rwxrwxrwx 1 root root 372874 2008-04-18 16:53 acinclude.m4
-rwxrwxrwx 1 root root 31565 2008-04-18 16:53 aclocal.m4
drwxrwxrwx 1 root root 4096 2008-04-18 16:53 admin
-rwxrwxrwx 1 root root 43 2008-04-18 16:53 AUTHORS
-rwxrwxrwx 1 root root 2323 2008-04-18 16:53 ChangeLog
-rwxrwxrwx 1 root root 5268 2008-04-18 16:53 config.h.in
-rwxrwxrwx 1 root root 1034435 2008-04-18 16:53 configure
-rwxrwxrwx 1 root root 41 2008-04-18 16:53 configure.files
-rwxrwxrwx 1 root root 4296 2008-04-18 16:53 configure.in
-rwxrwxrwx 1 root root 90 2008-04-18 16:53 configure.in.in
-rwxrwxrwx 1 root root 18009 2008-04-18 16:53 COPYING
drwxrwxrwx 1 root root 0 2008-04-18 16:53 doc
-rwxrwxrwx 1 root root 10392 2008-04-18 16:53 Doxyfile
-rwxrwxrwx 1 root root 6970 2008-04-18 16:53 INSTALL
-rwxrwxrwx 1 root root 782 2008-04-18 16:53 Makefile.am
-rwxrwxrwx 1 root root 26904 2008-04-18 16:53 Makefile.in
-rwxrwxrwx 1 root root 0 2008-04-18 16:53 NEWS
drwxrwxrwx 1 root root 0 2008-04-18 16:53 po
-rwxrwxrwx 1 root root 1134 2008-04-18 16:53 README
drwxrwxrwx 1 root root 8192 2008-04-18 16:53 src
-rwxrwxrwx 1 root root 0 2008-04-18 16:53 stamp-h.in
-rwxrwxrwx 1 root root 11 2008-04-18 16:53 subdirs
drwxrwxrwx 1 root root 0 2008-04-18 16:53 templates
-rwxrwxrwx 1 root root 456 2008-04-18 16:53 TODO

Re: ./configure 提示权限不够 Permission denied

发表于 : 2009-02-18 10:00
lerosua
你是不是在win分区里操作这些啊?你试试在linux的分区下做一次。 :em03

Re: ./configure 提示权限不够 Permission denied

发表于 : 2009-04-11 23:23
vz33
2楼的这是为什么呢?

Re: ./configure 提示权限不够 Permission denied

发表于 : 2009-04-11 23:50
wuchun05161990
用chmod 777 /path_to_file.filetype试试看

Re: ./configure 提示权限不够 Permission denied

发表于 : 2009-04-21 16:22
feiyu_wind
不是磁盘格式化的问题就是root权限问题。。。

Re: ./configure 提示权限不够 Permission denied

发表于 : 2009-09-25 11:01
xulz99
2楼正解

Re: ./configure 提示权限不够 Permission denied

发表于 : 2009-10-17 0:10
tusooa

代码: 全选

ls -l /bin/sh
你的/bin/sh坏掉了

代码: 全选

sudo ln -sv bash /bin/sh
可能会解决问题

Re: ./configure 提示权限不够 Permission denied

发表于 : 2009-12-15 21:52
zhoucga
sudo ./configure吗?