我的服务器架构是处理器为Intel ,架构为X86。
操作系统是Alibaba Cloud Linux 2.1903 LTS 64位
安装emqx5.0开源版本的时候,选择的是rpm的方式安装(amd64),执行完
wget https://www.emqx.com/zh/downloads/broker/5.0.26/emqx-5.0.26-el8-amd64.rpm
sudo yum install emqx-5.0.26-el8-amd64.rpm -y
再执行emqx start,出现以下错误:
ERROR: /usr/lib/emqx/erts-12.3.2.2/bin/beam.smp: error while loading shared libraries: libtinfo.so.6: cannot open shared object file: No such file or directory
ERROR: Please ensure it is running on the correct platform:
ERROR: arch: “x86_64-pc-linux-gnu”
wordsize: 64
os: “el8”
erlang: “24.3.4.2-3”
elixir: “none”
relform: “rpm”
ERROR: Version=5.0.26
ERROR: Required dependencies: openssl-1.1.1 (libcrypto), libncurses and libatomic1
/usr/lib/emqx/erts-12.3.2.2/bin/beam.smp这个文件是存在的