New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error while loading shared libraries #388
Comments
|
A first guess would be that LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH fluidsynth |
|
Or update the linker cache: https://lists.nongnu.org/archive/html/fluid-dev/2017-09/msg00009.html |
|
|
|
Same error for me. |
|
It is usually a bad idea to do more than the user has requested. Also, in this particular case: ldconfig requires root privileges, make install does not necessarily. |
Building on Raspberry Pi (arm).
Did cmake.
"sudo make install" looks good:
But when I run "fluidsynth", I get linking errors:
fluidsynth: error while loading shared libraries: libfluidsynth.so.2: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: