Skip to content

[openSUSE 15.1] Missing libseccomp headers #358

@hswong3i

Description

@hswong3i

For openSUSE 15.1 which already install with following packages:

zypper install -y \
  autoconf \
  automake \
  cmake \
  gcc \
  gettext \
  glibc-static \
  libcap-devel \
  libseccomp-devel \
  libtool \
  libyajl-devel \
  libyajl2 \
  make \
  systemd-devel

After that try to compile crun with:

git clone https://github.com/containers/crun.git
cd crun
./autogen.sh
./configure

But result with following error message:

checking seccomp.h usability... no
checking seccomp.h presence... no
checking for seccomp.h... no
configure: error: *** Missing libseccomp headers

Detail error log could be found from here: https://travis-ci.com/github/alvistack/ansible-role-crun/jobs/335714655#L1096

P.S. other OS such as CentOS 8 or Fedora 32 or Debian 10 or Ubuntu 18.04/19.10/20.04 are all working fine ;-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions