andrewjfreyer / monitor

Distributed advertisement-based BTLE presence detection reported via mqtt
1.62k stars 193 forks source link

on newer installs libwebsockets18 does not work right #423

Closed turboc1208 closed 1 year ago

turboc1208 commented 1 year ago

work around is the following after you have done the mosquitto installation and it has failed in configuration

apt remove mosquitto libwebsockets18

apt install mosquitto libwebsockets18=4.2.1-0mosquitto1~buster1

https://forums.raspberrypi.com/viewtopic.php?t=334388

labasu-helpme-ronda commented 1 year ago

Thank you very much. Spent a lot of time struggling on this part!!