直接报错,是否影响使用ERROR: Using libs from '/data/mqtt/dynlibs' due to missing from the OS

错误报告

ERROR: Using libs from ‘/data/mqtt/dynlibs’ due to missing from the OS

环境

centos7

  • EMQX 版本:emqx-5.0.12-el7-amd64.tar.gz
  • 操作系统版本:centos7

重现此问题的步骤

  1. ERROR: Using libs from ‘/data/mqtt/dynlibs’ due to missing from the OS

[root@gkpt_bak bin]# ./emqx start
ERROR: Using libs from ‘/data/mqtt/dynlibs’ due to missing from the OS.
WARNING: Default (insecure) Erlang cookie is in use.
WARNING: Configure node.cookie in /data/mqtt/etc/emqx.conf or override from environment variable EMQX_NODE__COOKIE
WARNING: Use the same config value for all nodes in the cluster.
EMQX 5.0.13 is started successfully!

这个错误日志的意思是因为在操作系统中未找到需要的动态库,所以直接使用了安装文件中自带的动态库。