iegomez / mosquitto-go-auth

Auth plugin for mosquitto.
MIT License
495 stars 165 forks source link

error compiling on raspberry pi #314

Open rolfmcduff opened 5 months ago

rolfmcduff commented 5 months ago

Hello, I'm currently getting the following error messages when I run make. What could be the reason? I'm running this on a Raspberry Pi.

/usr/bin/ld: $WORK/b001/_x003.o: in function mosquitto_auth_unpwd_check': auth-plugin.c:(.text+0x300): undefined reference tomosquitto_client_id' /usr/bin/ld: $WORK/b001/_x003.o: in function mosquitto_auth_acl_check': auth-plugin.c:(.text+0x40c): undefined reference tomosquitto_client_id' /usr/bin/ld: auth-plugin.c:(.text+0x418): undefined reference to `mosquitto_client_username' collect2: error: ld returned 1 exit status

iegomez commented 5 months ago

I haven't used a Raspberry Pi in years. That said, sounds like an issue with the Mosquitto version. Try looking in the closed issues for references.