seccomp / libseccomp-golang

The libseccomp golang bindings repository
BSD 2-Clause "Simplified" License
268 stars 56 forks source link

Q: Ubuntu 20.04 with installed libseccomp-dev libraries #82

Closed tonideleo closed 2 years ago

tonideleo commented 2 years ago

While trying to install singularity I get this error:

go get github.com/seccomp/libseccomp-golang
# github.com/seccomp/libseccomp-golang
../../go/work/pkg/mod/github.com/seccomp/libseccomp-golang@v0.9.1/seccomp_internal.go:24:2: error: #error Minimum supported version of Libseccomp is v2.2.0
   24 | #error Minimum supported version of Libseccomp is v2.2.0
      |  ^~~~~

Any way to make it work? I am so puzzled!

drakenclimber commented 2 years ago

What version of libseccomp do you have installed on your Ubuntu 20.04 box?

$ apt-cache policy seccomp
seccomp:
  Installed: 2.5.1-1ubuntu1~20.04.1
...
pcmoore commented 2 years ago

Since it has been over two months with no response from the reporter I'm going to close this out, feel free to reopen if needed.