Skip to content

Run-time dependency error | C shared or static library 'acl' not found #256

Open
@Sourabh1107

Description

Hello All,

I am building casync to use with "rauc" tool. And I am using Buildroot 2022.02 as build system and I have enabled host meson-tools in Buildroot menuconfig. But while building using

meson build && ninja -C build && sudo ninja -C build install

I am getting below errors:

Found pkg-config: /root/raspcm4/sources/output/host/bin/pkg-config (1.6.3)
Run-time dependency liblzma found: YES 5.2.5
Run-time dependency zlib found: YES 1.2.11
Run-time dependency libzstd found: YES 1.5.2
Run-time dependency libcurl found: YES 7.81.0
Run-time dependency openssl found: YES 1.1.1m

meson.build:135:0: ERROR: C shared or static library 'acl' not found

But BR2_PACKAGE_ACL=y is already selected.

Can you please let me know what is the proper package that should be selected in Buildroot? And also what are the other Run-time dependencies (libs/packages) that should be selected in Buildroot?

Your help will be much appreciated.

Thanks in advance

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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