Installing rabbitmq on centos7 -
i trying install rabbotmq on centos7. following official instructions, ran:
sudo yum install rabbitmq-server-3.5.1-1.noarch.rpm
and error:
loaded plugins: fastestmirror examining rabbitmq-server-3.5.1-1.noarch.rpm: rabbitmq-server-3.5.1-1.noarch marking rabbitmq-server-3.5.1-1.noarch.rpm installed resolving dependencies --> running transaction check ---> package rabbitmq-server.noarch 0:3.5.1-1 installed --> processing dependency: erlang >= r13b-03 package: rabbitmq-server-3.5.1-1.noarch http://repos.fedorapeople.org/repos/peter/erlang/epel-7/x86_64/repodata/repomd.xml: [errno 14] https error 404 - not found trying other mirror. loading mirror speeds cached hostfile * base: centos.mirrors.hoobly.com * extras: linux.mirrors.es.net * updates: mirror.pac-12.org --> finished dependency resolution error: package: rabbitmq-server-3.5.1-1.noarch (/rabbitmq-server-3.5.1-1.noarch) requires: erlang >= r13b-03 try using --skip-broken work around problem try running: rpm -va --nofiles --nodigest
then tried installing erlang instructions from: installing rabbitmq-server on rhel
it seemed have been installed, rabbitmq installation still fails same message. ideas how fix problem?
this i've fought with, , found best solution install erlang , rabbitmq standalone rpms outside of yum; see install erlang in rmq's documentation. specifically, stripped-down erlang install provided rabbitmq (see here) should install easily, allow install rmq rpm downloaded rabbitmq site. if package doesn't work, try erlang distributions erlang solutions.
Comments
Post a Comment