sergio wrote: > > i am trying to install qsynth, but am having some problems getting it > running.. > > i got fluidsynth compiled, and it seems to run okay..... > > it is at: > /usr/local/bin/fluidsynth > > the libraries are at: > /usr/local/lib > > qsynth is found at: > /usr/local/bin > > when i try to run qsynth, i am getting: > > [sergio@mediaserver ~]$ qsynth > qsynth: error while loading shared libraries: libfluidsynth.so.1: cannot > open shared object file: No such file or directory > > anyone have any ideas? > > thanks! > Either one of these: 1. add /usr/local/lib to /etc/ld.so.conf and run ldconfig as root 2. export LD_LIBRARY_PATH=/usr/local/lib Cheers. -- rncbc aka Rui Nuno Capela rncbc@xxxxxxxxx