righthalfplane / SdrGlut

SdrGlut is a simple software defined radio - using glut and glui for its interface
MIT License
86 stars 15 forks source link

Error trying to run the SdrGlut-521-uBuntu18.04.zip version #5

Closed MaxQ73 closed 4 years ago

MaxQ73 commented 4 years ago

Getting this error message when trying to run this version. I'm using Linux Mint 19.1.

./sdrglut.x: error while loading shared libraries: librtaudio.so.6: cannot open shared object file: No such file or directory

I don't see that file in the file list. There is librtaudio.so.6.1.0.

righthalfplane commented 4 years ago

You need to start sdrglut.x by running the script -

runSdrGlut.sh

It sets up the environment needed to run the program. Running sdrglut.x directly will not work.

If you get the same error - rename librtaudio.so.6.1.0 to librtaudio.so.6.

If you still get an error - let me know - Linuix Mint must be doing some thing different from uBuntu.

MaxQ73 commented 4 years ago

It failed when I tried to run the script, so I ran the commands in the script individually in a terminal in order to see the error message.

I renamed librtaudio.so.6.1.0 to librtaudio.so.6 and it is running now.