RabbitMQ installation fails in in the last leg of setting up in ubuntu 20.04

Error:

Setting up rabbitmq-server (3.8.16-1) …
Job for rabbitmq-server.service failed because the control process exited with 
error code.
See "systemctl status rabbitmq-server.service" and "journalctl -xe" for details.
invoke-rc.d: initscript rabbitmq-server, action "start" failed.

Reason: libtinfo.so library missing.

Solution:

sudo apt install libncurses5

Note: No need to reattempt the installation.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *