尝试使用mosquitto_pub -l
标志向主题发布消息时,出现错误:
Error: '-l' mode not available, threading support has not been compiled in.
我该如何纠正?
作为参考,mosquitto_pub是版本1.5.3,在libmosquitto 1.5.3上运行,而我尝试运行的命令是:
mosquitto_pub -h <hostname> -p <port> -t "<topic>" --cafile /usr/local/etc/openssl/cert.pem -d -P "$(cat mqtt-token-pub.txt)" -u <username> -l
注意:如果我使用-m "blah"
而不是-l