Linux安装应用程序提示Graphical installers are not supported by the vm

参考链接:http://www-01.ibm.com/support/docview.wss?uid=swg21462180

Technote (troubleshooting)

Problem(Abstract)

Attempts to install IBM Security AppScan Source on Linux results in the message "Graphical installers are not supported by the vm".

Symptom

When installing AppScan Source Edition on Linux, you receive the following message:

Graphical installers are not supported by the vm
Attempts to continue with the installation in Console mode fail with the following error because the AppScan Source installer does not support Console mode installs:
Installer User Interface Mode Not Supported

Cause

This problem can occur for the following reasons:

  • The file /usr/lib/libstdc++.so.5.0.7 or later is not installed on the system.
  • The $DISPLAY environment variable is not properly set.
  • The necessary X Windows libraries for running the GUI installer are not available.

Resolving the problem

The solutions below relate to the causes above:

  1. Install libstdc++.so.5.0.7 or later. 
    See the AppScan Source Edition release notes, which are included in the docs directory of the installation files for information on installing this library.
     
  2. Set your $DISPLAY environment variable to a valid display.

   

If you are on a 64-bit RHEL machine, you will also need to do the following:

  1. Install the missing 32-bit dependencies via the following command:
       yum -y install libX11.i686 libXtst.i686 gtk2.i686 glibc.i686 libgcc.i686 webkitgtk.i686
  2. Run the installation process with the system's default 64-bit JRE:
       ./setup.bin LAX_VM /usr/bin/java

   

If after performing the steps above the issue still persist, this may be variation of the issue where the issue is the uninstaller is unable to open the display. To validate that issue is due to lack of access to the display, launch the installer without sudo. If the installer displays as the user this is an access issue to the display. If VNC was used to connect to the server, then the following command will need to be ran:

xhost + localhost

If physically present at the server or if ssh was used to connect to the server use the following command:

sudo -E ./setup.bin LAX_VM /usr/bin/java

提示:执行完命令重启系统

最新文章

  1. NAIPC-2016
  2. react9 生命周期
  3. IoC容器Autofac(5) - Autofac在Asp.net MVC Filter中的应用
  4. IRLS(迭代加权最小二乘)
  5. 基于caffe的艺术迁移学习 style-transfer-windows+caffe
  6. malloc/free与new/delete的区别
  7. Serializable接口使用纪实
  8. BZOJ 1028: [JSOI2007]麻将 暴力
  9. 在Mac OS X中搭建STM32开发环境(3)
  10. JavaScript中的运算符种类及其规则介绍
  11. Oracle 存储过程介绍
  12. 解决screen Cannot open your terminal '/dev/pts/1'问题
  13. Linux下使用Mysql
  14. Java:网络编程
  15. ElasticSearch Kibana 和Logstash 安装x-pack记录
  16. CSAPP:第三章程序的机器级表示3
  17. Python学习之旅(三十六)
  18. mysql 创建表指定 字符类型与存储引擎
  19. c# AddMonths,你了解吗?
  20. join联表查询方法

热门文章

  1. android:AlertDialog控件
  2. Java Comparator字符排序(数字、字母、中文混合排序)
  3. Linux centOS Ubuntu --- 使用systemctl添加开机启动
  4. [leetcode]Largest Rectangle in Histogram @ Python
  5. Windows上的git、github部署及基本使用方法
  6. python Image resize 对iOS图片素材进行2X,3X处理
  7. jQuery实现表格行上移下移和置顶
  8. Eureka服务注册中心相关错误com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused: connect
  9. python排序出现的问题以及解决方案
  10. masscan