I have problem installing runc from source:
root@ubuntu:/usr/local/go/bin/src/github.com/opencontainers/runc# make
go build -tags "seccomp" -o runc .
# github.com/seccomp/libseccomp-golang
Godeps/_workspace/src/github.com/seccomp/libseccomp-golang/seccomp.go:25:22: fatal error: seccomp.h: No such file or directory
// #include <seccomp.h>
^
compilation terminated.
make: *** [all] Error 2
That looks like issue 226:
this is not an issue.
You needlibseccomp-devlibraries in order to build runc withseccompsupport. You can still disable this through go build flags.
PR 220 mentions:
In order to enable
seccompsupport you will need to install libseccomp on your platform.
If you do not with to buildruncwith seccomp support you can addBUILDTAGS=""when runningmake.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With