|
From: Rui N. C. <rn...@rn...> - 2004-05-16 00:12:11
|
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. Cheers. -- rncbc aka Rui Nuno Capela rn...@rn... |