-
I keep getting errors similar to those in the above picture. Is it because I am using the wrong library version? |
Beta Was this translation helpful? Give feedback.
Answered by
cgzones
Nov 29, 2024
Replies: 1 comment
-
You need to build against the in-tree libsepol version, e.g. by setting the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
importMan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to build against the in-tree libsepol version, e.g. by setting the
DESTDIR
environment variable and runningmake install
, which will install libsepol headers into DESTDIR and append the necessary CFLAGS and LDFLAGS paths.