ChinaUnix.net
相关文章推荐:

cannot execute binary file

本帖最后由 tan1301230147 于 2014-03-20 16:00 编辑 [root@localhost iscsitarget-1.4.20.2]# /etc/init.d/iscsi-target start Starting iSCSI Target: /bin/bash: /usr/sbin/ietd: cannot execute binary file [FAILED] 编译安装iscsi-target后开启服务就出现上面错误。有人遇到过同类问题没?

by tan1301230147 - Linux系统管理 - 2014-03-20 15:59:37 阅读(999) 回复(2)

相关讨论

本帖最后由 stone421 于 2011-04-15 13:17 编辑 别人开发了一个用于64位机器的库xxx.so,我现在在64位机器上想写一个test程序测试一下这个库, 我用 g++ -m64 -o test test.cc -lxxx 的方式编译通过了,可是我./test时就cannot execute binary file 请问这是怎么回事呢? 谢谢! 我查了一下 -m64 的意思是 The 64-bit environment sets int to 32 bits and long and pointer to 64 bits and generates code for AMD's x86-64 ar...

by stone421 - C/C++ - 2011-04-15 20:36:36 阅读(3944) 回复(5)

执行一个snmpget命令,提示: root# ./snmpget bash: ./snmpget: cannot execute binary file root # 没明白啥问题,谢谢执教。

by wdy2168 - Solaris - 2008-08-04 17:04:39 阅读(1935) 回复(1)

[root@test src]# g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -c fbgetch.cc -o fbgetch.o [root@test src]# gdb fbgetch.o GNU gdb Red Hat Linux (6.3.0.0-1.132.EL4rh) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the...

by liang_li_yun - C/C++ - 2007-11-22 16:45:36 阅读(2006) 回复(5)

我的程序make之后,编译可以通过,但./时出现上述错误。 这是什么问题呢?

by sealdad - C/C++ - 2005-07-15 14:46:29 阅读(880) 回复(1)

java 环境是在/root/.bashrc这样配置: JAVA_HOME=/usr/local/jdk1.5.0_06 JAVA_BIN=/usr/local/jdk1.5.0_06/bin PATH=$PATH:$JAVA_HOME/bin CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar export JAVA_HOME JAVA_BIN PATH CLASSPATH eclipse 版本为: eclipse-SDK-3.3.1.1-linux-gtk-pcc 安装在/usr/local/eclipse 可运行eclipse时,出现 bash: ./eclipse: cannot execute binary file strace ./eclipse 结...

by ddb521 - Linux系统管理 - 2012-10-22 15:31:36 阅读(3814) 回复(3)

我在solaris上安装gcc,下载了gcc-2.95.3-sol8-intel-local pkgadd -d gcc-2.95.3-sol8-intel-local 后,我使用gcc -v,报cannot execute binary file 为什么???哪里有错??我是不是少做什么步骤了?? 请各位大侠帮帮忙吧!!! 谢谢

by shula - Solaris - 2004-03-12 09:24:03 阅读(1920) 回复(5)

[root@localhost math]# arm-linux-gcc -o math math.c -lm [root@localhost math]# ./math bash./math: cannot execute binary file 为什么回出现bash./math: cannot execute binary file啊? 之前,我编译Hello,world!的时候没有出现这样的情况。 [root@localhost hello]# arm-linuc-gcc -o hello hello.c [root@localhost math]# ./hello Hello,world! [ 本帖最后由 yesgogogo2 于 2009-4-10 20:59 编辑 ]

by yesgogogo2 - Linux系统管理 - 2009-04-10 15:25:24 阅读(1728) 回复(1)

在fedora 9 下运行锐捷的认证程序为什么会提示 bash: cannot execute binary file xrgsu这个文件的属性我已经设置成可执行了啊?请大家指点,谢谢!

by RolandoCDF - Shell - 2008-06-08 17:07:32 阅读(11910) 回复(6)

各位大侠我用的系统是Fedora 7 但是,前些日子电脑还好好的,但是近来突然 用gcc -o hello -c hello.c 这种命令编译生成hello后不能执行 用ls -l 查看时可以看到hello 没有x属性 然后用chmod +x 将其变为可执行文件 但是./hello 时却出现了 bash: ./hello : cannot execut binary file 的错误,刚开始时以为帐户每配好于是进入root删除了原来的账户又新建了一个用户 但是新用户下还是这个错误!无奈了 期待。。。。。。

by ultimateyou - Linux系统管理 - 2008-04-23 23:03:03 阅读(12305) 回复(9)

我正在学网络编程 运行了一个最简单的程序 make后执行./server portnumber& 出现./server cannot execute binary file 为什么 那位大虾好心告诉我一下 很急啊~~~~~~~~ :em10::em10::em10::em10::em10::em10::em10: [ 本帖最后由 menglm 于 2005-12-12 16:34 编辑 ]

by menglm - 程序开发 - 2005-12-12 20:10:30 阅读(722) 回复(2)