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

buildme.sh: ldconfig -p does not exist on Alpine OS #104

Open
wryMitts opened this issue Mar 31, 2024 · 0 comments
Open

buildme.sh: ldconfig -p does not exist on Alpine OS #104

wryMitts opened this issue Mar 31, 2024 · 0 comments

Comments

@wryMitts
Copy link

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.

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

1 participant