-
Notifications
You must be signed in to change notification settings - Fork 209
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
Compilation issue on Ubuntu #414
Comments
This appears to be a kernel change that broke user space (based on the suggested change). It would appear AUDIT_MAC_CALIPSO_DEL got renamed to AUDIT_MAC_CALIPSOV4_DEL. I don't see that in my kernel headers so you must be on something very new. |
|
You should look in /usr/include/kernel/audit.h and see if AUDIT_MAC_CALIPSO_DEL exists. The error suggests it was renamed. |
The constant I think that |
NOTE: Please refer to the Reporting Bug and Requesting Features wiki page before creating any new GitHub issues.
I'm getting the following error when compiling from source:
I'm compiling using the following commands:
./autogen.sh ./configure --with-python3=yes --with-libcap-ng=yes --without-golang --with-io_uring --disable-zos-remote make
I also tried the following, but no go:
./configure --with-python3=yes --enable-gssapi-krb5=yes --with-libcap-ng=yes --without-golang --with-io_uring --disable-zos-remote --without-arm --without-aarch64
It's not clear to me if this is a GCC version (I've tried 8.2, 10.4, 11.2, 12.2) issue, or otherwise a missing library.
Thoughts anyone? I'd appreciate the help.
The text was updated successfully, but these errors were encountered: