Re: [fluid-dev] Issue after install: error while loading shared libraries

2020-04-20 Thread Daniel
Looks like that did it! I've read that sometimes the LD_LIBRARY_PATH values aren't retained: https://unix.stackexchange.com/a/171264/248352 ...so I added it to the end of my .bashrc file. After uninstalling and reinstalling fluidsynth (same instructions as before), I can now get the version: ~

Re: [fluid-dev] We need a new, better sequencer!

2020-04-20 Thread Tom M. via fluid-dev
FYI: A new implementation is now ready and proposed here: https://github.com/FluidSynth/fluidsynth/pull/604#issuecomment-616091967 It's the C++ implementation we've talked about earlier, because it received quite positive feedback from the mailing list compared to the glib approach. An open con

Re: [fluid-dev] Issue after install: error while loading shared libraries

2020-04-20 Thread Tom M. via fluid-dev
It seems that neither /usr/local/lib nor /usr/local/lib64 are part of your linker search path. This is very unusual. You can either adjust LD_LIBRARY_PATH as described here: https://github.com/FluidSynth/fluidsynth/wiki/BuildingWithCMake#note Or install fluidsynth's libraries to a different loc