-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fails on musl libc systems because function 'rexec' is missing. #11
Comments
Thanks. Is there a preprocessor symbol to identify this system, or compiler, or library? |
Apologies for not responding sooner, my git folder got piled with random clutter. Unfortunately musl libc does not have a It seems it should be possible to deduce a MUSL system by the lack of |
sorry for adding to an old issue but im also having this issue on openbsd, is there a solution to this? |
It is strange that you get this on OpenBSD, seeing that is special cased to not use rexec(3) specifically on that platform? I just compiled it on OpenBSD 6.6-snapshot, and there I do not have any issues whatsoever. As a quick hack, you could simply kill the following lines: Lines 226 to 232 in 47c628c
|
Likely just a package error, but more and more systems are not packaging rexec these days, so it might be worth your attention.
The text was updated successfully, but these errors were encountered: