Srsbts Help?

I installed srsbts in kali linux and run with limesdr mini but I am taking this error why ?

root@kali:~# sudo srsue
srsue: error while loading shared libraries: libsrslte_rf.so: cannot open shared object file: No such file or directory
root@kali:~# sudo srsenb
srsenb: error while loading shared libraries: libsrslte_rf.so: cannot open shared object file: No such file or directory

How did you install it?

Try running ldconfig and if it still does not work provide the full output of find / -name libsrslte_rf.so

You are using the root user so there is no need to prefix commands with sudo