在ubuntu下无法执行./setup这样的脚本~

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
头像
jin0828
帖子: 193
注册时间: 2007-09-04 5:23
来自: 福建福州
联系:

在ubuntu下无法执行./setup这样的脚本~

#1

帖子 jin0828 » 2007-12-18 13:45

我在使用ubuntu的时候,想用科迈软件架设一台服务器。结果在动态域名这个环节出现了问题!
我下在了科迈的软件后,解包想运行 ./pipent这个命令 结果出现:

jin0828@YJ-Server-AMD:/usr/share/comexe$ ls
pipclient
jin0828@YJ-Server-AMD:/usr/share/comexe$ sudo ./pipclient
sudo: unable to execute ./pipclient: No such file or directory
jin0828@YJ-Server-AMD:/usr/share/comexe$


我还有很多的这样的软件需要运行,同样的命令在红帽子系统下就可以用!高手帮忙解答一下!我应该怎么做?
头像
iblicf
帖子: 3766
注册时间: 2007-01-15 17:15

#2

帖子 iblicf » 2007-12-18 13:50

cd ; sudo chmod +x pipclient ; ls -l
头像
bones7456
帖子: 8495
注册时间: 2006-04-12 20:05
来自: 杭州
联系:

#3

帖子 bones7456 » 2007-12-18 14:04

记得用 tab 补全.
关注我的blog: ε==3
头像
jin0828
帖子: 193
注册时间: 2007-09-04 5:23
来自: 福建福州
联系:

#4

帖子 jin0828 » 2007-12-18 14:15

iblicf 写了:cd ; sudo chmod +x pipclient ; ls -l
还是不行~

jin0828@YJ-Server-AMD:/usr/share/comexe$ sudo chmod +x pipclient
[sudo] password for jin0828:
jin0828@YJ-Server-AMD:/usr/share/comexe$ ls -l
总用量 648
-rwxrwxrwx 1 jin0828 jin0828 657439 2003-09-18 01:33 pipclient
jin0828@YJ-Server-AMD:/usr/share/comexe$ ./pipclient
bash: ./pipclient: No such file or directory
jin0828@YJ-Server-AMD:/usr/share/comexe$
wolf0403
帖子: 3
注册时间: 2008-01-29 0:07

#5

帖子 wolf0403 » 2008-01-29 0:09

原因是您的系统是 64 位的,而 pipclient 是提供的 ELF-32 binary(用file命令可以鉴别)。需要安装 libc6-i386包
头像
dakai
帖子: 98
注册时间: 2006-08-26 22:02

#6

帖子 dakai » 2008-01-29 9:00

wolf0403 写了:原因是您的系统是 64 位的,而 pipclient 是提供的 ELF-32 binary(用file命令可以鉴别)。需要安装 libc6-i386包
这样也行?
mark
回复