You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation method: from git checkout, also reproduced with sysdig 0.27.1
Additional context
grpc seems to include both pkg-config and cmake files. The pkg-config file seems to correctly list all needed libraries, find_package() would probably also work correctly.
The text was updated successfully, but these errors were encountered:
Hi! Can confirm the issue!
As you outlined, problem is we are not correctly linking all grpc deps libraries; i will have a look at it, as i'm looking forward to build Falco with local deps myself too ;)
Describe the bug
When attempting to build sinsp against system grpc, the build fails due to underlinking:
A similar problem affects sysdig, also through
libsinsp.a
.How to reproduce it
Expected behaviour
Successful build ;-).
Environment
Additional context
grpc seems to include both pkg-config and cmake files. The pkg-config file seems to correctly list all needed libraries,
find_package()
would probably also work correctly.The text was updated successfully, but these errors were encountered: