zoukankan      html  css  js  c++  java
  • 启动EMQ(emqtt)时报错找不到libsctp.so.1

     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!
  • 相关阅读:
    wxpython仿写记事本
    HIVE提交command过程图
    SQL编辑器自动提醒实现
    hive.sh的内容分析
    Hive配置项的含义详解(5)
    比特币、莱特币来一发?
    引导孩子从“打针有点疼”开始
    For Wife
    我是真的爱你
    .net core 添加本地dll
  • 原文地址:https://www.cnblogs.com/liqing1009/p/7404575.html
Copyright © 2011-2022 走看看