Chinaunix
标题:
一个关于bin文件的老问题
[打印本页]
作者:
binary
时间:
2004-06-07 11:12
标题:
一个关于bin文件的老问题
不好意思,关于bin文件安装的老问题,搜索了一堆老帖子,还是没有解决,特请各位大侠指点,谢谢!
目的:在RedHat 9 上面安装WebSphere
平台信息:我对Linux不熟,下面是登录时显示的信息
Red Hat Linux release 9 (Shrike)
Kernel 2.4.20-8smp on an i686
login:
安装过程:
[root@test root]# cd /home
[root@test home]# cd web*
[root@test websphere]# ls -l
total 479972
-rwxr-xr-x 1 websphere users 491003520 Jun 4 14:27 b-wa502l.bin
[root@test websphere]# ./b-wa502l.bin
-bash: ./b-wa502l.bin: cannot execute binary file
[root@test websphere]# ./*.bin
-bash: ./b-wa502l.bin: cannot execute binary file
[root@test websphere]# su - websphere
[websphere@test websphere]$ ls -l
total 479972
-rwxr-xr-x 1 websphere users 491003520 Jun 4 14:27 b-wa502l.bin
[websphere@test websphere]$ chmod +x *.bin
[websphere@test websphere]$ ls -l
total 479972
-rwxr-xr-x 1 websphere users 491003520 Jun 4 14:27 b-wa502l.bin
[websphere@test websphere]$ ./b-wa502l.bin
-bash: ./b-wa502l.bin: cannot execute binary file
[websphere@test websphere]$ bash b-wa502l.bin
b-wa502l.bin: b-wa502l.bin: cannot execute binary file
[websphere@test websphere]$ file b-wa502l.bin
b-wa502l.bin: data
[websphere@test websphere]$ chmod a+x *.bin
[websphere@test websphere]$ ./*.bin
-bash: ./b-wa502l.bin: cannot execute binary file
[websphere@test websphere]$ file b-wa502l.bin
b-wa502l.bin: data
[websphere@test websphere]$
复制代码
文件类型是data,是不是肯定不能运行的?
是不是还需要安装JDK?
这个bin文件原来是在windows下由一堆rar解决出来的,还有一个.cue和.sfv文件,是不是也要上传到Linux去?
谢谢!
欢迎光临 Chinaunix (http://bbs.chinaunix.net/)
Powered by Discuz! X3.2