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:


~ $ fluidsynth --version
FluidSynth runtime version 2.1.2
Copyright (C) 2000-2020 Peter Hanappe and others.
Distributed under the LGPL license.
SoundFont(R) is a registered trademark of E-mu Systems, Inc.

FluidSynth executable version 2.1.2
Sample type=double

On Mon, Apr 20, 2020 at 8:20 AM Tom M. <tom.m...@googlemail.com> wrote:

> 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 location, e.g.:
>
> cmake -DLIB_INSTALL_DIR=/usr/lib64 ..
>
>
> Tom
>
>
>
_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to