Hello, i have installed osquery through pacman on ...
# linux
a
Hello, i have installed osquery through pacman on Artix linux
Copy code
[user@laptop ~]$ pacman -Ss osquery
extra/osquery 5.13.1-1 [installed]
    SQL powered operating system instrumentation, monitoring, and analytics
but get error message:
Copy code
[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
Copy code
[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?
s
Hi! You might want to bring this up with the distro maintainer, that is not an official build; osquery builds with static libraries so it has "no" other dependencies on the system.
a
so build from source and raise the issue with distro maintainer?
s
You can download official/upstream builds from here: https://osquery.io/downloads/official/5.13.1
a
TY 👍
tarball worked