We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
When building on musl/alpine systems, ldconfig is not functional. It is not supposed to be a feature of Musl as seen below https://wiki.musl-libc.org/faq.html#Q:-Where-is-%3Ccode%3Eldconfig%3C/code%3E?
When running buildme, ldconfig returns: illegal option -p
illegal option -p
To install libz, I ran apk add zlib-dev As a workaround, I replaced the ldconfig line with 'true' after zlib-dev was installed.
apk add zlib-dev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
When building on musl/alpine systems, ldconfig is not functional. It is not supposed to be a feature of Musl as seen below
https://wiki.musl-libc.org/faq.html#Q:-Where-is-%3Ccode%3Eldconfig%3C/code%3E?
When running buildme, ldconfig returns:
illegal option -p
To install libz, I ran
apk add zlib-dev
As a workaround, I replaced the ldconfig line with 'true' after zlib-dev was installed.
The text was updated successfully, but these errors were encountered: