emqx

安装教程

 

启动失败

安装emqx,启动失败,openssl not found

 

 

根据提示,我们查看启动失败日志

安装emqx,启动失败,openssl not found

 

 接着我们查看官网,对应常见错误,找到对应的解决办法,

安装emqx,启动失败,openssl not found

 

 

 查询 crypto依赖的 .so 动态库列表及其在内存中的地址:(其中 OPENSSL_1.0.2' not found表明指定的 OPENSSL 版本的 .so 库未正确安装)

安装emqx,启动失败,openssl not found

 

 

我是centos系统,我直接用yum更新

yum -y install openssl

更新后再次确认,

安装emqx,启动失败,openssl not found

 

 已经正常识别。

启动成功

安装emqx,启动失败,openssl not found

 

相关文章:

  • 2022-12-23
  • 2018-02-09
  • 2021-06-24
  • 2021-06-21
  • 2022-12-23
  • 2021-07-20
猜你喜欢
  • 2021-04-08
  • 2022-12-23
  • 2022-01-16
  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
  • 2021-06-05
相关资源
相似解决方案