I would like to use the Bass audio library in Lazarus for linux, I have the ".so" files and the units, but when I try to run the application, I get an error.
The error occurs at the LoadLibrary() function.
This is the error:
The file "/build/glibc-BHL3KM/glibc-2.31/elf/dl-error-skeleton.c" was not found.
Do you want to locate it yourself?
I think this may be something with the compiler Itself, as It's not necessarily an error. For some reason, It cannot find a file.
I am using the "dynlibs" unit for the library loading related functions.
Any help would be greatly appreciated!