Hi,
the following fix can be used to compile conmon statically, because the header is not required:
diff --git a/src/seccomp_notify.c b/src/seccomp_notify.c
index 8d34d9d..2a8371d 100644
--- a/src/seccomp_notify.c
+++ b/src/seccomp_notify.c
@@ -7,7 +7,6 @@
#include <errno.h>
#include <sys/ioctl.h>
-#include <dlfcn.h>
#include <sys/wait.h>
#include <sys/mount.h>
#include <signal.h>
best regards
Waldemar
Hi,
the following fix can be used to compile conmon statically, because the header is not required:
best regards
Waldemar