문서의 이전 판입니다!
https://github.com/libbpf/libbpf
git clone https://github.com/libbpf/libbpf.git &&
cd libbpf/src &&
sed 's/lib64/lib/' -i Makefile &&
mkdir build root &&
BUILD_SHARED_ONLY=y OBJDIR=build DESTDIR=root make install &&
sudo cp -rv root/usr/* /usr &&
sudo ldconfig &&
pkgconfg libbpf --modversion