首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > 其他服务器 >

linux 6.0装配websphere mq报错,求大神指点迷精

2013-07-26 
linux 6.0安装websphere mq报错,求大神指点迷精详细信息如下,求教如何解决[root@localhost mq]# ./mqlicen

linux 6.0安装websphere mq报错,求大神指点迷精
详细信息如下,求教如何解决
[root@localhost mq]# ./mqlicense.sh -accept

Licensed Materials - Property of IBM 
                 
 5724-H72 

 (C) Copyright IBM Corporation 1994, 2009 All rights reserved.

US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.


./mqlicense.sh: ./lap/jre/jre/bin/java: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

ERROR:  Installation will not succeed unless the license
        agreement can be accepted.

        If the error was caused by a display problem,
        read the license agreement file  (LA_xx, where
        xx represents your language ) in the 'licenses'
        directory, and then run the following command:

            mqlicense.sh -accept

        Only use this command if you accept the license
        agreement.

        For other errors, contact your IBM support centre.
websphere linux ibm
[解决办法]
这个问题应该是由于SELinux打开导致的,关闭这个应该就可以了

#vi /etc/sysconfig/selinux 

将SEliux = enforcing 改为 disable 然后重启服务器应该就可以了

热点排行