mosquitto-go-auth icon indicating copy to clipboard operation
mosquitto-go-auth copied to clipboard

error compiling on raspberry pi

Open rolfmcduff opened this issue 1 year ago • 1 comments

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

rolfmcduff avatar Feb 09 '24 12:02 rolfmcduff

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.

iegomez avatar Feb 09 '24 12:02 iegomez