|
From: Marek P. <ma...@na...> - 2004-05-16 10:16:28
|
On Sun, 2004-05-16 at 02:09, Rui Nuno Capela wrote: > Mark, > > >> > >> This will install liblscp.so under /usr/local/lib, so be sure to > >> have it registered on your shared library path. > >> > > > > Hi, > > Everything built, but I do not understand what this step means. > > Where is registration done for my shared library path? > > > > Cannot run qsampler due to just this strp I think... > > > > This registration thing means that /usr/local/lib must be either on the > shared object cache, as listed in /etc/ld.so.conf file, or in > LD_LIBRARY_PATH environment variable search path. If you edit the former, > remember to run ldconfig (as root). > > FWIW as a quick-start, just enter the following command line under the > qsampler build directory: > > LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH ./qsampler > > Feel free to report any difficulties you may find. > Isn't that globally solved with the --prefix configure option? I did --prefix=/usr since i have it all there - instead of /usr/local. Marek |