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 ;-)
For openSUSE 15.1 which already install with following packages:
After that try to compile crun with:
But result with following error message:
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 ;-)