QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1073|回复: 12

求助,关于BIN软件的安装问题。在线等。。。。

[复制链接]
发表于 2005-8-15 20:18:10 | 显示全部楼层 |阅读模式
小弟想在FC4下安装JBX,JBX是一个BIN文件,
#chmod -x filename
#./filename

总是提示我权限不够,我用的是root用户登陆。

我试了一下其它的BIN文件安装,(REAL play 10)同样提示我权限不够。

这是怎么回事呀。
发表于 2005-8-15 20:41:28 | 显示全部楼层
chmod u+x filename
./filename
回复

使用道具 举报

 楼主| 发表于 2005-8-15 21:02:27 | 显示全部楼层
[root@localhost LinuxTool]# chmod u+x fnd_install.bin
[root@localhost LinuxTool]# ./fnd_install.bin
Preparing to install...
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
./fnd_install.bin: line 329: [: `)' expected, found -z
WARNING! The amount of /tmp disk space required and/or available
could not be determined.  The installation will be attempted anyway.
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

Stack Trace:
java.lang.UnsatisfiedLinkError: /tmp/install.dir.19792/Linux/resource/jre/jre/lib/i386/libawt.so: /tmp/install.dir.19792/Linux/resource/jre/jre/lib/i386/libawt.so: cannot restore segment prot after reloc: Permission denied
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1477)
        at java.lang.Runtime.loadLibrary0(Runtime.java:78
        at java.lang.System.loadLibrary(System.java:834)
        at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:3
        at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
        at java.awt.Component.<clinit>(Component.java:506)
        at com.zerog.ia.installer.Main.c(Unknown Source)
        at com.zerog.ia.installer.Main.main(Unknown Source)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at com.zerog.lax.LAX.launch(Unknown Source)
        at com.zerog.lax.LAX.main(Unknown Source)
GUI-
[root@localhost LinuxTool]#

(以上是怎么回事呀。)
回复

使用道具 举报

发表于 2005-8-15 21:09:46 | 显示全部楼层
java 2 SDK安装没有?
回复

使用道具 举报

 楼主| 发表于 2005-8-15 21:11:10 | 显示全部楼层
老大,我在下载,可是在SUN网站下不来呀。其它网站也没有呀。烦。。。。
回复

使用道具 举报

发表于 2005-8-15 23:08:50 | 显示全部楼层
SUN网站下不来呀

可以下啊,我刚才还试了一下。

进入加密页面后别忘点选 Accept License Agreement
回复

使用道具 举报

 楼主| 发表于 2005-8-16 15:57:01 | 显示全部楼层
我安装了JAVA1.5  在安装的时候有如下提示:(我试着装了一下REAL)

[root@localhost ~]# ./real.bin
./real.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[root@localhost ~]#
[root@localhost ~]#

这是怎么回事呀。
回复

使用道具 举报

发表于 2005-8-16 15:59:52 | 显示全部楼层
到 http://rpm.pbone.net/ 搜索一下libstdc++.so.5,找FC4版本下载相关软件先安装。
回复

使用道具 举报

 楼主| 发表于 2005-8-16 16:10:30 | 显示全部楼层
[root@localhost LinuxTool]# ./fnd_install.bin
Preparing to install...
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
./fnd_install.bin: line 329: [: `)' expected, found -z
WARNING! The amount of /tmp disk space required and/or available
could not be determined.  The installation will be attempted anyway.
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

Stack Trace:
java.lang.UnsatisfiedLinkError: /tmp/install.dir.3571/Linux/resource/jre/jre/lib/i386/libawt.so: /tmp/install.dir.3571/Linux/resource/jre/jre/lib/i386/libawt.so: cannot restore segment prot after reloc: Permission denied
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1477)
        at java.lang.Runtime.loadLibrary0(Runtime.java:78
        at java.lang.System.loadLibrary(System.java:834)
        at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:3
        at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
        at java.awt.Component.<clinit>(Component.java:506)
        at com.zerog.ia.installer.Main.c(Unknown Source)
        at com.zerog.ia.installer.Main.main(Unknown Source)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at com.zerog.lax.LAX.launch(Unknown Source)
        at com.zerog.lax.LAX.main(Unknown Source)
GUI-
[root@localhost LinuxTool]#


这个是在装JBX时遇到的。为什么我装了JRE也不管事呀。
回复

使用道具 举报

发表于 2005-8-16 16:23:33 | 显示全部楼层
安装前或下载时应该有安装说明的吧
回复

使用道具 举报

 楼主| 发表于 2005-8-16 16:46:55 | 显示全部楼层
JBuilder X

Accelerate your development with Borland JBuilder X, the leading environment for building enterprise Java applications.
System Requirements

    * 256 MB (recommended minimum)
    * 512 MB (recommended)
    * 560 MB hard disk space minimum (depending on features installed)
    * Red Hat® Linux® 7.3 or Enterprise Linux® 2.1 with default GNOME or KDE desktop managers
    * Intel® Pentium® III 500 MHz or compatible

Please read these instructions entirely before installing JBuilder X.

   1. Install JBuilder X Foundation.
   2. Install JBuilder X Documentation and Additional Samples.
   3. Run JBuilder X.

For additional information on:

    * Configuring and using JBuilder X, please see the Release Notes.
    * New features available in this version of JBuilder X, see What's New in JBuilder X.

[ top of page ]
Installing JBuilder X

JBuilder X contains a version of JDK 1.4.2 (which includes JPDA). You should use this version instead of any earlier version that you might have.
Installation Options

To install JBuilder X:

   1. If you have not already done so, unarchive the file you downloaded:
          * tar -xvzf jbx_linux.tar.gz
   2. Double-click fnd_install to start the installation program.
   3. Read the information provided, then click Next.
   4. Accept the license agreement when prompted, then click Next.
   5. Choose the directory where you want JBuilder X installed, then click Next. Do not choose a directory that contains spaces in its name. JBuilder will not run if the name of the directory in which it is installed contains spaces.
   6. Review the installation options that you have selected. If the options are correct, then click Install to begin the installation.
   7. When the installation program is completed, click Done.

Documentation and Additional Samples

The Documentation and Additional Samples for JBuilder are available as separate downloads from JBuilder Additional Software on the Borland web site.
Installation Notes

    * Installing JBuilder X as "root"
      This note applies if you are installing JBuilder X as a super-user through the "su" command or a different user from the one who started the X server process.

      XWindows has security restrictions that can cause a GUI application to fail if running the application as a different user than the one logged in. One such case is when you open a terminal window and use the "su" command to become "root". The error message issued is usually 'Xlib: connection to ":0.0" refused by server'. This is a security feature, not a bug. To avoid this problem, open a terminal window and type the following commands:

xhost +localhost
export DISPLAY=yourmachinename:0.0

      This command notifies XWindows that any user on your machine is authorized to use your display. After the installation you can run the command:

xhost -localhost

      to reset the value to the default.
    * Another possible side effect of this is that you will get an icon for JBuilder X installed on your desktop that does not work when selected. To fix this:
         1. Log back in as root using the "su" command.
         2. Copy the link created for the icon to your local desktop.

    * Installation Fails When Starting
      In some cases, the installation program will fail to locate the correct JDK that it needs in order to run. To work around this situation:
          o Rename /usr/bin/java before starting the installation program, then rename it back when completed.
          o Start the installation program from the command line, adding the parameter: LAX_VM <JDK_HOME>/bin/java.
    * The installation program appears to hang during exit
      Under some circumstances, it may take a long time for the installation program to exit and close after completion. Do not forcibly exit the program; it will eventually close down successfully.



这是安装说明书,按上面说的直接双击就可以安装了。可是不行呀。对于后面说的安装失败后怎么去做我就不清楚了。我记得我在FC3下安装的时候,可没有这么多的事,在FC3下直接运行./name.bin  就可以了。
回复

使用道具 举报

发表于 2005-8-16 17:11:06 | 显示全部楼层
没有仔细的看说明吧
在安装它之前,还要安装几个软件
自己仔细的看看
回复

使用道具 举报

 楼主| 发表于 2005-8-18 09:04:03 | 显示全部楼层
为什么我在FC3下安装什么都不用装,可以直接安装呢?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-9-24 13:14 , Processed in 0.084417 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表