pierr3 / VectorAudio

An Audio-For-VATSIM ATC Client for macOS, Linux and Windows
GNU General Public License v3.0
47 stars 11 forks source link

libafv.so not found #35

Closed c4181 closed 1 year ago

c4181 commented 1 year ago

When I run the prebuilt Ubuntu release I get the following error when running vector audio:

./vector_audio: error while loading shared libraries: libafv.so: cannot open shared object file: No such file or directory

Using v0.6.0 and Ubuntu 22.04

pierr3 commented 1 year ago

Can you open a terminal and try to run the below in the root folder of your vector_audio install?:

patchelf --set-rpath \$ORIGIN:\$ORIGIN/./lib vector_audio

pierr3 commented 1 year ago

Closed for inactivity