Q: While trying to install SPE3, I get the error for loading libasound.so.2 libraries
Currently I’m trying to install the provided binaries for Linux, but I do get the following when running phxadmin: ./phxadmin: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory I’m trying to run this under CentOS 7.
A: Please install the right libraries required for manipulation with audio files from official repository into your OS.
For example for CentOS you may use:
sudo yum install alsa-utils alsa-lib
Hint: Great utility for finding subsequent Redhat/Fedora/CentOS libraries is https://www.rpmfind.net/linux/RPM/index.html