26.08.2022, 10:53
Hello, on one particular LM these 2 errors keep on happening:
the first one in a script that loads mosquitto ( require('mosquitto') )
the second one directly from LMCloud app:
Do you have any idea how to solve this?
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?