欢迎来到天天文库
浏览记录
ID:40061431
大小:399.97 KB
页数:8页
时间:2019-07-18
《Materials Studio for Linux 安装教程》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、MaterialsStudioforLinux安装教程软件版本:MaterialsStudio8.0操作系统:CentOS7x86_641161普通账户:zwz红字字体为敲入的代码或修改的内容,蓝色字体为注意事项,紫色字体为补充说明1.安装前的准备将MS软件、证书和库文件拷贝或上传至普通用户的根目录[zwz@zifeng~]$lsglibc-2.17-157.el7.i686.rpmlibgcc-4.8.5-11.el7.i686.rpmlibstdc++-4.8.5-11.el7.i686.rpmMaterials
2、Studio80.tgzmsi.licMusicperl5PicturesPublicTemplatesVideos切换至root用户[zwz@zifeng~]$suPassword:检查主机名[root@zifengzwz]#hostnamezifeng修改hosts文件[root@zifengzwz]#vi/etc/hosts127.0.0.1zifenglocalhostlocalhost.localdomainlocalhost4localhost4.localdomain4::1localhostloc
3、alhost.localdomainlocalhost6localhost6.localdomain6关闭防护墙[root@zifengzwz]#systemctlstopfirewalld.service[root@zifengzwz]#systemctldisablefirewalld.serviceRemovedsymlink/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.Removedsymlink/etc/systemd/syste
4、m/basic.target.wants/firewalld.service.当操作系统为CentOS6等时,如下执行:[root@zifengzwz]#serviceiptablesstop[root@zifengzwz]#chkconfigiptablesoff更改SELiunx为disabled[root@zifengzwz]#vi/etc/selinux/config#ThisfilecontrolsthestateofSELinuxonthesystem.#SELINUX=cantakeoneofthese
5、threevalues:#enforcing-SELinuxsecuritypolicyisenforced.#permissive-SELinuxprintswarningsinsteadofenforcing.#disabled-NoSELinuxpolicyisloaded.SELINUX=disabled#SELINUXTYPE=cantakeoneofthreetwovalues:#targeted-Targetedprocessesareprotected,1#minimum-Modificationoft
6、argetedpolicy.Onlyselectedprocessesareprotected.#mls-MultiLevelSecurityprotection.SELINUXTYPE=targeted检查库文件是否齐全[root@zifengzwz]#rpm-qa
7、greplibgcclibgcc-4.8.5-11.el7.x86_64[root@zifengzwz]#rpm-qa
8、grepglibccompat-glibc-2.12-4.el7.centos.x86_64glibc-devel-2.17-157
9、.el7.x86_64glibc-common-2.17-157.el7.x86_64compat-glibc-headers-2.12-4.el7.centos.x86_64glibc-headers-2.17-157.el7.x86_64glibc-2.17-157.el7.x86_64[root@zifengzwz]#rpm-qa
10、greplibstdc++libstdc++-4.8.5-11.el7.x86_64libstdc++-devel-4.8.5-11.el7.x86_64要求这三个库文件的32位、64
11、为位程序都安装,发现缺少32位libgcc-4.8.5-11.el7.i686、glibc-2.17-157.el7.i686和libstdc++-4.8.5-11.el7.i686程序。安装库文件[root@zifengzwz]#rpm-ivhlibgcc-4.8.5-11.el7.i686.rpmWarning:libgcc
此文档下载收益归作者所有