fluid-dev
[Top][All Lists]
Advanced

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

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


From: Daniel
Subject: [fluid-dev] Issue after install: error while loading shared libraries
Date: Sat, 18 Apr 2020 23:55:26 -0500

I am attempting to install the latest fluidsynth from source. (Went to Github main page, clicked "Clone or download.") My machine is running debian 9.1 x86-64, with Cinnamon v3.2.7.

Per the instructions, I made a "build" folder, and ran "cmake ..", "make install", and "sudo make check" (which all passed), and all seems well:



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 10%] Built target gentables
[ 65%] Built target libfluidsynth-OBJ
[ 68%] Built target test_snprintf
[ 70%] Built target test_seq_event_queue_sort
[ 73%] Built target test_sample_validate
[ 76%] Built target test_sfont_loading
[ 78%] Built target test_ct2hz
[ 81%] Built target test_seq_scale
[ 84%] Built target test_sample_rate_change
[ 86%] Built target test_jack_obtaining_synth
[ 89%] Built target test_sample_cache
[ 92%] Built target test_pointer_alignment
[ 94%] Built target test_synth_process
[ 97%] Built target test_seqbind_unregister
[100%] Built target test_synth_chorus_reverb
Test project /home/daniel/fluidsynth/build/test
      Start  1: test_sample_cache
 1/13 Test  #1: test_sample_cache ................   Passed    0.01 sec
      Start  2: test_sfont_loading
 2/13 Test  #2: test_sfont_loading ...............   Passed    0.01 sec
      Start  3: test_sample_rate_change
 3/13 Test  #3: test_sample_rate_change ..........   Passed    0.01 sec
      Start  4: test_pointer_alignment
 4/13 Test  #4: test_pointer_alignment ...........   Passed    0.06 sec
      Start  5: test_seqbind_unregister
 5/13 Test  #5: test_seqbind_unregister ..........   Passed    0.00 sec
      Start  6: test_synth_chorus_reverb
 6/13 Test  #6: test_synth_chorus_reverb .........   Passed    0.00 sec
      Start  7: test_snprintf
 7/13 Test  #7: test_snprintf ....................   Passed    0.00 sec
      Start  8: test_synth_process
 8/13 Test  #8: test_synth_process ...............   Passed    0.00 sec
      Start  9: test_ct2hz
 9/13 Test  #9: test_ct2hz .......................   Passed    0.00 sec
      Start 10: test_sample_validate
10/13 Test #10: test_sample_validate .............   Passed    0.00 sec
      Start 11: test_seq_event_queue_sort
11/13 Test #11: test_seq_event_queue_sort ........   Passed   63.11 sec
      Start 12: test_seq_scale
12/13 Test #12: test_seq_scale ...................   Passed    0.01 sec
      Start 13: test_jack_obtaining_synth
13/13 Test #13: test_jack_obtaining_synth ........   Passed    0.00 sec

100% tests passed, 0 tests failed out of 13

Total Test time (real) =  63.24 sec
[100%] Built target check
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



When I run "fluidsynth -v", I get the following output:



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fluidsynth: error while loading shared libraries: libfluidsynth.so.2: cannot open shared object file: No such file or directory
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



I saw some suggestions, such as this one (https://github.com/FluidSynth/fluidsynth/issues/388), to run "sudo ldconfig -v", but the behavior is unchanged. Still get the shared library error.

Any other suggestions?

reply via email to

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