Skip to content

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

@wryMitts

Description

@wryMitts

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions