Logic Machine Forum
mosquitto bug - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2)
+--- Thread: mosquitto bug (/showthread.php?tid=4203)



mosquitto bug - rbourgeon - 26.08.2022

Hello, on one particular LM these 2 errors keep on happening:

the first one in a script that loads mosquitto ( require('mosquitto') )

Code:
error loading module 'mosquitto' from file 'Library mosquitto.so':
Error relocating /usr/lib/libmosquitto.so.1: ENGINE_ctrl_cmd: symbol not found
stack traceback:
[C]: at 0x000550cc
[C]: in function 'require'


the second one directly from LMCloud app:
Code:
error loading module 'mosquitto' from file '/usr/lib/lua/mosquitto.so':

Error relocating /usr/lib/libmosquitto.so.1: ENGINE_ctrl_cmd: symbol not found

Do you have any idea how to solve this?


RE: mosquitto bug - admin - 26.08.2022

Which firmware version do you have? Have you updated mosquitto package manually?


RE: mosquitto bug - rbourgeon - 26.08.2022

(26.08.2022, 10:54)admin Wrote: Which firmware version do you have? Have you updated mosquitto package manually?

Firmware version is 20210521. Yes I did update mosquitto (trying to solve this issue), but even after doing so, the problem keeps on happening. The package versions are libmosquitto 2.0.14-1
and luamosquitto 20210301 and mosquitto 2.0.14-1


RE: mosquitto bug - admin - 26.08.2022

Install 2021.12 firmware and do not update the package manually: https://forum.logicmachine.net/showthread.php?tid=3755