博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux matlab error
阅读量:4030 次
发布时间:2019-05-24

本文共 1350 字,大约阅读时间需要 4 分钟。

fedora装matlab出错如下:

 

    An error status was returned by the program 'xsetup',

    the X Window System version of 'install'. The following

    messages were written to standard error:

 

        /media/update/bin/glnx86/xsetup: error while loading shared libraries: libmwins.so: cannot enable executable stack as shared object requires: Permission denied

 

    Attempt to fix the problem and try again. If X is not available

    or 'xsetup' cannot be made to work then try the terminal

    version of 'install' using the command:

 

            install* -t    or    INSTALL* -t

 

 

Solution:

There may be an issue with the SELinux settings on this machine. SELinux may be preventing the installer from starting properly. This problem is appearing in newer kernel distributions with Security Enhanced Linux (SElinux) enabled (mostly found in Fedora Core 4 or higher). 

To confirm this, you can temporarily disable SELinux by running this command as root:
/usr/sbin/setenforce 0
Once that command has been run, try the installer again. You should be able to proceed through the installation at this point. Once installed, you can run the command:
/usr/sbin/setenforce 1
To turn SELinux back on. Please keep in mind that running SELinux may prevent MATLAB from starting as well. Please see the related solution: Why do I receive errors relating to the file "libmwlapack" when starting MATLAB R14SP3 or higher on Linux?

转载地址:http://uoqbi.baihongyu.com/

你可能感兴趣的文章
Linux配置sendmail实现PHP发送邮件
查看>>
c++ 特性回顾
查看>>
网站注册的时候,烦人的生日年份选择的改进想法
查看>>
游戏开发两年记 之 工程和理论需双剑合璧
查看>>
Nachos中switch汇编源码分析
查看>>
游戏开发两年之产品逻辑鸡肋么?
查看>>
secureCRT和Xshell登录Ubuntu
查看>>
secureCRT和Xshell登录ubuntu
查看>>
Apache下c语言的cgi如何获得Get,Post参数
查看>>
protobuf的使用初探
查看>>
ngx_http分析
查看>>
搭建一个php学习框架mycake
查看>>
MVC模式概念
查看>>
大量拉取网络数据的策略总结
查看>>
php把一个格式化的文件转换为一个二维数组
查看>>
DOM学习
查看>>
php遍历一个指定文件夹
查看>>
CakePHP 的代码结构
查看>>
Magento 的目录结构
查看>>
mysql 常用命令
查看>>