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

Mosquitto not started on FreeBSD aarch64 #947

Open
LEO111 opened this issue Sep 4, 2018 · 3 comments
Open

Mosquitto not started on FreeBSD aarch64 #947

LEO111 opened this issue Sep 4, 2018 · 3 comments

Comments

@LEO111
Copy link

LEO111 commented Sep 4, 2018

On FreeBSD (raspbsd) after normal installation from port i'm see message:

# /usr/local/etc/rc.d/mosquitto onestart
Starting mosquitto.
/lib/libc.so.7: Undefined symbol "__progname"

Installation from package not possble, "pkg search mosquitto" not have results :(

@ralight
Copy link
Contributor

ralight commented Sep 18, 2018

I'm sorry, this is outside my experience, is there anybody from FreeBSD who can help out?

@michael-o
Copy link

@LEO111 works fine for me on i386? Which FreeBSD version do you use? Did you run ldd on the executable? Here is something: https://reviews.llvm.org/D13637

@kevans91
Copy link

kevans91 commented Sep 30, 2021

This is old, but this is almost certainly caused by this: https://github.com/eclipse/mosquitto/blob/master/lib/linker.version#L50

See, e.g., this: freebsd/pkg@841c436 -> __progname and environ must not be caught with a local wildcard. (Edit: I think this may have become a non-issue in more recent llvm versions, though...)

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

No branches or pull requests

4 participants