Issues when trying to install SoundWire

Hello, I’ve been trying to install SoundWire on CL, unfortunately, I’ve gotten the next error when trying to execute SoundWireServer:

./SoundWireServer: error while loading shared libraries: libportaudio.so.2: cannot open shared object file: No such file or directory

How may I solve it?
Thanks.

Not sure if this help:

wget http://www.portaudio.com/archives/pa_snapshot.tgz
tar -xf pa_snapshot.tgz
cd portaudio
./configure
make
sudo cp lib/.libs/libportaudio.so.2 /usr/lib64/

And try to run again

2 Likes

It worked like a charm, thank you very much.

1 Like