ChinaUnix.net
相关文章推荐:

cannot execute brnary 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 阅读(1004) 回复(2)

相关讨论

[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 阅读(881) 回复(1)

我在redhat9.0中安装ipsec(ike版本1)时,执行#./configure时出现 cannot execute binary file,请高手指教这是什么原因? ipsec文件放在/usr/src/ikev1中。 :(

by 榴柳 - Linux系统管理 - 2004-03-22 16:49:06 阅读(521) 回复(0)

本帖最后由 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 阅读(3947) 回复(5)

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

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

我在redhat9.0中安装ipsec(ike版本1)时,执行#./configure时出现 cannot execute binary file,请高手指教这是什么原因? ipsec文件放在/usr/src/ikev1中。 :(

by 榴柳 - Linux论坛 - 2004-03-22 16:49:06 阅读(418) 回复(0)

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 阅读(3817) 回复(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 阅读(1923) 回复(5)

各位大侠我用的系统是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 阅读(12328) 回复(9)

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

by menglm - Linux环境编程 - 2005-12-12 20:10:30 阅读(1445) 回复(2)