标签:扩展源 inf 安装 retrieve 解决 osi ali 官网 can
1.安装erlang语言
先去www.erlang.org官网查看与rabbitmq对应版本
2.安装erlang语言之后,rpm -ivh rabbitmq...出现了
socat need
安装socat过程中,不知怎么的,使用yum出现了File contains no section headers.,不要担心,这是由于在/etc/yum.repos.d目录下repos太多了,不知到用哪个,我们删掉多余的,留下如下:
1.CentOS-Debuginfo.repo
2.CentOS-Vault.repo
3.CentOS-Base.repo (在线yum源安装使用的配置文件)
4.CentOS-Media.repo (光盘yum源使用的配置文件)
在使用yum clean all就好了
3.安装socat,先安装安装扩展源 yum -y install epel-release,之后在安装yum -y install socat
出现Cannot retrieve metalink for repository: epel. Please verify its path and try again
解决:把/etc/yum.repos.d/epel.repo,文件第3行注释去掉,把第四行注释掉,也就是default去掉注释,mirror注释掉
然后yum clean all,yum install -y socat
4.erlang下载地址
http://erlang.org/download/
标签:扩展源 inf 安装 retrieve 解决 osi ali 官网 can
原文地址:https://www.cnblogs.com/Choleen/p/11456478.html