Created
July 28, 2014 08:46
-
-
Save oxwangfeng/f7d4ca2607de0c85c71c to your computer and use it in GitHub Desktop.
docker install :undefined reference to `setns'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@mdb src]# go install dockerinit | |
| # github.com/docker/libcontainer/namespaces | |
| /tmp/go-build091808155/github.com/docker/libcontainer/namespaces/_obj/nsenter.cgo2.o: In function `nsenter': | |
| github.com/docker/libcontainer/namespaces/nsenter.go:151: undefined reference to `setns' | |
| collect2: ld returned 1 exit status | |
| [root@mdb src]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment