You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: