Hello everybody!
In the code I see list of dirs where radostrace searches for needed libs. However, in ubuntu 22.04 this lib is located in /usr/lib/ceph.
To oversome this issue I had to create link
ln -s /usr/lib/ceph/libceph-common.so.2 /usr/lib/libceph-common.so.2
Could you please add /usr/lib/ceph into dirs search list?
Thanks you in advance! You created a perfect tool to ease life of a lot of engineers!