LMS-Community/slimserver-vendor

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

wryMitts opened this issue · 0 comments

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.