emqx启动失败哪位大佬给看一眼

环境信息

  • EMQX 版本:emqx-4.4.2-otp24.1.5-3-el7-amd64.rpm
  • 操作系统及版本: CentOS Linux release 7.9.2009
  • 其他

问题描述

启动报错 这个 openssl-1.1.1安装了 libncurses 这个咋安装?我网上搜了不知道怎么安装

配置文件及日志

[root@localhost ~]# emqx start
{“init terminating in do_boot”,{undef,[{crypto,start,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}
init terminating in do_boot ({undef,[{crypto,start,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]})

Crash dump is being written to: erl_crash.dump…done
FATAL: Unable to start Erlang.
Please make sure openssl-1.1.1 (libcrypto) and libncurses are installed.
Also ensure it’s running on the correct platform,
this EMQX release is built for 24.1.5-3-x86_64-pc-linux-gnu-64-el7

建议改用docker安装emqx

我也遇到了同样的问题;
然后我安装了openssl1.1.1
yum install openssl11;
然而安装以后也没用,因为我系统以前有一个1.0.2版本的openssl1.0.2
openssl version