zoukankan      html  css  js  c++  java
  • some encountered problem and the solve methods when install Matlab in Linux

    1. error while loading shared libraries: libXp.so.6 solve method : yum install libXp 2. An error status was returned by the program 'xsetup', the X Window System version of 'install'. The following messages were written to standard error: /tmp/27387tmwinstall/update/bin/glnxa64/xsetup: error while loading shared libraries: libmwins.so: cannot open shared object file: No such file or directory The reason is the install program of SELinux and MATLAB conflict. As SELinux the MAC enforce control need some call of glibc library which will also be used by Matlab. So the method is shutdown the SELinux before install matlab: # setenforce 0 #just shutdown for a while U can also modify /etc/selinux/config SELINUX = disabled #disable it forever 3. If U can not install in GUI, you can use character mode install, the command is: ./install* -t   PS. sometimes the install script maybe have not the excute property , U should chmod +x install first..   Good Luck.
  • 相关阅读:
    2dsphere索引
    geoNear查询 near查询的升级版
    geoWithin查询 多边形查询
    [TJOI2013]最长上升子序列
    「bzoj3956: Count」
    「bzoj3687: 简单题」
    「SDOI2008沙拉公主的困惑」
    郑州Day6
    「Luogu-U18201」分析矿洞
    【[COCI2011-2012#5] POPLOCAVANJE】
  • 原文地址:https://www.cnblogs.com/shaoguangleo/p/2806083.html
Copyright © 2011-2022 走看看