iegomez / mosquitto-go-auth

Auth plugin for mosquitto.
MIT License
519 stars 170 forks source link

Unable to locate package libwebsockets8 #263

Closed eye-c closed 1 year ago

eye-c commented 1 year ago

I tried installing sudo apt-get install libwebsockets8 libwebsockets-dev libc-ares2 libc-ares-dev openssl uuid uuid-dev

but I get this error: Unable to locate package libwebsockets8

Is it possible that libwebsockets8 is only compatible with Ubuntu bionic (18.04LTS)

[(https://packages.ubuntu.com/bionic/libwebsockets8)]

and if that is so would installing libwesockets16 fix the problem?