libsctp.so.1: cannot open shared object file: No such file or directory

 
发现没有安装sctp
 
[root@localhost emqttd]# yum search sctp
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.lzu.edu.cn
 * extras: mirrors.btte.net
 * updates: mirrors.btte.net
============================================================================================== N/S matched: sctp ==============================================================================================
lksctp-tools.i686 : User-space access to Linux Kernel SCTP
lksctp-tools.x86_64 : User-space access to Linux Kernel SCTP
lksctp-tools-devel.i686 : Development files for lksctp-tools
lksctp-tools-devel.x86_64 : Development files for lksctp-tools
lksctp-tools-doc.x86_64 : Documents pertaining to SCTP
 
选择安装 lksctp-tools-devel.x86_64
yum install lksctp-tools-devel.x86_64
安装完成,再次启动emqtt时 正常启动
[root@localhost emqttd]# ./bin/emqttd start
emqttd 2.2 is started successfully!

相关文章:

  • 2022-12-23
  • 2021-11-30
  • 2021-06-05
  • 2021-12-26
  • 2021-04-11
  • 2022-12-23
  • 2021-06-06
  • 2022-01-07
猜你喜欢
  • 2021-12-09
  • 2022-01-15
  • 2022-12-23
  • 2020-05-19
  • 2021-06-12
  • 2022-12-23
  • 2021-10-30
相关资源
相似解决方案