Open kloczek opened 4 years ago
It built successfully in my environment. In release page https://github.com/iovisor/bcc/releases/tag/v0.15.0 please be sure to use bcc-src-with-submodule.tar.gz or bcc-src-with-submodule.zip.
It would be way better instead include libbpf tree just check in one cmake line availability of the libpf 0.0.9 using pkgconfig. Include other module is always nothing more than asking for troubles.
So is it any reasion why bcc is not using shared system libbpf?
There is option cmake option CMAKE_USE_LIBBPF_PACKAGE to use system libbpf package.
I've started working on patch for that.
Thanks!
So far I had no time to make progress on that patch. Just question: do you have at all intention to abandon inclided libbpf and use only system available libbpf library?
No. We will support both mode.