You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to open k4aviewer, report this error:
./k4aviewer: error while loading shared libraries: libsoundio.so.1: cannot open shared object file: No such file or directory
I checked my system. The results were as follows:
ldconfig -p | grep libsoundio
libsoundio.so.2 (libc6,x86-64) => /usr/local/lib/libsoundio.so.2
libsoundio.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoundio.so.2
libsoundio.so (libc6,x86-64) => /usr/local/lib/libsoundio.so
libsoundio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoundio.so
How can I solve the problem?
Also, for MultiDeviceSync, is it that I can only check the multiple devices by using k4aviewer, but not OrbbecViewer?
The text was updated successfully, but these errors were encountered:
I did not reproduce your issue. You can check if you have used administrator privileges to run the program, or try updating libsoundio and other operations. In addition, if you use OrbbecSDK_K4A_Wrapper, it is recommended to use k4viewer for related operations.
When I tried to open k4aviewer, report this error: ./k4aviewer: error while loading shared libraries: libsoundio.so.1: cannot open shared object file: No such file or directory I checked my system. The results were as follows: ldconfig -p | grep libsoundio libsoundio.so.2 (libc6,x86-64) => /usr/local/lib/libsoundio.so.2 libsoundio.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoundio.so.2 libsoundio.so (libc6,x86-64) => /usr/local/lib/libsoundio.so libsoundio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoundio.so How can I solve the problem? Also, for MultiDeviceSync, is it that I can only check the multiple devices by using k4aviewer, but not OrbbecViewer?
The required library is missing. Please install libsoundio using the following method:
sudo apt-get update
sudo apt-get install libsoundio-dev
When I tried to open k4aviewer, report this error:
./k4aviewer: error while loading shared libraries: libsoundio.so.1: cannot open shared object file: No such file or directory
I checked my system. The results were as follows:
ldconfig -p | grep libsoundio
libsoundio.so.2 (libc6,x86-64) => /usr/local/lib/libsoundio.so.2
libsoundio.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoundio.so.2
libsoundio.so (libc6,x86-64) => /usr/local/lib/libsoundio.so
libsoundio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoundio.so
How can I solve the problem?
Also, for MultiDeviceSync, is it that I can only check the multiple devices by using k4aviewer, but not OrbbecViewer?
The text was updated successfully, but these errors were encountered: