It is pretty much the same problem last time [url]https://archlinuxarm.org/forum/viewtopic.php?f=15&t=17052[/url].
[code]
ldd $(where netdata)
linux-vdso.so.1 (0x0000ffffa7bcb000)
libmongoc-1.0.so.0 => /usr/lib/libmongoc-1.0.so.0 (0x0000ffffa7330000)
libbson-1.0.so.0 => /usr/lib/libbson-1.0.so.0 (0x0000ffffa72d0000)
libsnappy.so.1 => /usr/lib/libsnappy.so.1 (0x0000ffffa72a0000)
libprotobuf.so.28.2.0 => not found
...
[/code]
When netdata's dependencies were updated, it should trigger a rebuild but that did not happen. Should we look into the build system this time?