Hello,
I am using openFrameworks for a project together with Bass audio library (www.un4seen.com/). I have successfully compile and run my code on windows. Now I am trying to do the same on Raspberry pi 3, so I download the ARM linux library of Bass (http://www.un4seen.com/forum/?topic=13804) called libbass.so and I tried to compiled my code. I added this line to the config.make
USER_LIBS=/usr/lib/libbass.so
and I copied the libbass.so to the /usr/lib folder. The code compiles but when I run it i get this error:
“error while loading shared libraries: libbass.so: cannot open shared object file: No such file or directory”
I have tried different folders without success. Any thoughts?
Thanks,
Yiannis