NSPanelManager icon indicating copy to clipboard operation
NSPanelManager copied to clipboard

/MQTTManager/build/nspm_mqttmanager: error while loading shared libraries: /MQTTManager/build/libMQTTManager_WebHelper.so: unexpected reloc type 0x03

Open Mistretzul opened this issue 10 months ago • 2 comments

Hi guys,

I am getting this in the log :

/MQTTManager/build/nspm_mqttmanager: error while loading shared libraries: /MQTTManager/build/libMQTTManager_WebHelper.so: unexpected reloc type 0x03

I am using Docker on Raspberry Pi 4. Docker Command: docker run --name nspanelmanager -e TZ=Europe/London -v "/nspmdata/":"/data/" -p 9200:8000 -d nspanelmanager/nspanelmanager-armv7:latest

Behaviour: I can access the WebServer but I cannot connect to MQTT. When checking the log I see the error above. I am not sure this is related, but I have checked the configuration and everything is correct.

The NS Panel itself does connect to MQTT and transmits the correct request:

{"command":"register_request","mac_origin":"E4:65:B8:9B:C9:0C","friendly_name":"Living_Room_Wall_Switch","version":"0.1.152","md5_firmware":"","md5_data_file":"","md5_tft_file":"","address":"192.168.4.229"}

Mistretzul avatar Feb 10 '25 13:02 Mistretzul

Hi, please see issue #180

tpanajott avatar Feb 10 '25 14:02 tpanajott

I have the latest Raspbian and this issue is still present

Mistretzul avatar Feb 10 '25 15:02 Mistretzul

This should be fixed as of latest beta as that is statically linked and not dynamically.

tpanajott avatar May 24 '25 07:05 tpanajott

Closing this issue as I've not heard back and theoretically it should be fixed. Please reopen if that is not the case.

tpanajott avatar Jul 26 '25 12:07 tpanajott