我从源代码安装runc时遇到问题:

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

最佳答案

看起来像issue 226:



PR 220提到:

关于go - 从源代码构建Runc时出错,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/34691076/

10-09 20:04