-
Notifications
You must be signed in to change notification settings - Fork 117
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
Run-time dependency error | C shared or static library 'acl' not found #256
Comments
You need to check what is the buildroot equivalent of libacl1, that's the requirement. |
Hello @bluca thanks for the update. Okay, after installing
similar errors for I don't understand why I get these errors. Can you please let me know how to resolve this? Your help will be much apprecaited. Thanks in advance |
Those are buildroot issues, you need to ask for help in a buildroot channel |
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 Buildrootmenuconfig
. But while building usingmeson 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
The text was updated successfully, but these errors were encountered: