Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error compiling on raspberry pi #314

Open
rolfmcduff opened this issue Feb 9, 2024 · 1 comment
Open

error compiling on raspberry pi #314

rolfmcduff opened this issue Feb 9, 2024 · 1 comment

Comments

@rolfmcduff
Copy link

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

@iegomez
Copy link
Owner

iegomez commented Feb 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants