fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Tom M.
Subject: Re: [fluid-dev] Issue after install: error while loading shared libraries
Date: Mon, 20 Apr 2020 15:20:30 +0200

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]