Andreas Wahl
09/30/2024, 11:35 AM[user@laptop ~]$ pacman -Ss osquery
extra/osquery 5.13.1-1 [installed]
SQL powered operating system instrumentation, monitoring, and analytics
but get error message:
[user@laptop ~]$ /usr/bin/osqueryd --help
/usr/bin/osqueryd: error while loading shared libraries: librocksdb.so.9.4: cannot open shared object file: No such file or directory
[user@laptop ~]$
when trying to run osqueryd
i have installed rocksdb
[user@laptop ~]$ pacman -Ss rocksdb
extra/rocksdb 9.6.1-1 [installed]
Embedded key-value store for fast storage
[user@laptop ~]$
But it has a different package name then osquiry expects
how do i make osquity use the provided pacage?Stefano Bonicatti
09/30/2024, 11:37 AMAndreas Wahl
09/30/2024, 11:37 AMStefano Bonicatti
09/30/2024, 11:38 AMAndreas Wahl
09/30/2024, 11:42 AMAndreas Wahl
09/30/2024, 11:49 AM