./configure 提示权限不够 Permission denied

编译打包和其他
回复
dongfanglu
帖子: 523
注册时间: 2007-12-13 23:34

./configure 提示权限不够 Permission denied

#1

帖子 dongfanglu » 2009-02-17 22:27

我想编译一个源码,命令行如下,为什么一直提示权限不够呢?高手帮忙分析一下
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
头像
lerosua
论坛版主
帖子: 8455
注册时间: 2007-11-29 9:41
联系:

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

#2

帖子 lerosua » 2009-02-18 10:00

你是不是在win分区里操作这些啊?你试试在linux的分区下做一次。 :em03
vz33
帖子: 5
注册时间: 2009-02-23 21:58

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

#3

帖子 vz33 » 2009-04-11 23:23

2楼的这是为什么呢?
wuchun05161990
帖子: 17
注册时间: 2009-03-30 22:10

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

#4

帖子 wuchun05161990 » 2009-04-11 23:50

用chmod 777 /path_to_file.filetype试试看
feiyu_wind
帖子: 1
注册时间: 2009-04-21 11:23

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

#5

帖子 feiyu_wind » 2009-04-21 16:22

不是磁盘格式化的问题就是root权限问题。。。
头像
xulz99
帖子: 18
注册时间: 2008-07-07 18:15

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

#6

帖子 xulz99 » 2009-09-25 11:01

2楼正解
tusooa
帖子: 6548
注册时间: 2008-10-31 22:12
系统: 践兔
联系:

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

#7

帖子 tusooa » 2009-10-17 0:10

代码: 全选

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

代码: 全选

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

代码: 全选

] ls -ld //
头像
zhoucga
帖子: 246
注册时间: 2009-06-12 8:55

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

#8

帖子 zhoucga » 2009-12-15 21:52

sudo ./configure吗?
青春不是人生的一段时期,而是心灵的一种状况...
回复