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

Missing libsystemd headers on Alpine Linux v3.19 #1450

Closed
giuliohome opened this issue Apr 12, 2024 · 2 comments
Closed

Missing libsystemd headers on Alpine Linux v3.19 #1450

giuliohome opened this issue Apr 12, 2024 · 2 comments

Comments

@giuliohome
Copy link

# ./configure
# ...
checking pkg-config is at least version 0.9.0... yes
checking for library containing yajl_tree_get... -lyajl
checking for yajl >= 2.0.0... yes
checking for sys/capability.h... yes
checking for library containing cap_from_name... -lcap
checking for library containing dlopen... none required
checking for seccomp.h... yes
checking for library containing seccomp_rule_add... -lseccomp
checking for library containing seccomp_arch_resolve_name... none required
checking for systemd/sd-bus.h... no
configure: error: *** Missing libsystemd headers

info

# cat /etc/*release*
3.19.1
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.19.1
PRETTY_NAME="Alpine Linux v3.19"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
@giuseppe
Copy link
Member

you need to pass --disable-systemd to the configure script

@giuliohome
Copy link
Author

Thank you ❣️ @giuseppe

it is working!

related

fyi see https://gitlab.alpinelinux.org/alpine/aports/-/issues/15870#note_393821

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

2 participants