mosquitto-go-auth
mosquitto-go-auth copied to clipboard
error compiling on raspberry pi
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 to mosquitto_client_id'
/usr/bin/ld: $WORK/b001/_x003.o: in function mosquitto_auth_acl_check': auth-plugin.c:(.text+0x40c): undefined reference to mosquitto_client_id'
/usr/bin/ld: auth-plugin.c:(.text+0x418): undefined reference to `mosquitto_client_username'
collect2: error: ld returned 1 exit status
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.