Sorry to intervene, Jonathan. Another way to solve this is to edit the file /etc/ld.so.conf, add a line with the path where libboost is installed, and then run "sudo ldconfig"
On Wed, Aug 27, 2008 at 05:07, Johnathan Corgan <[EMAIL PROTECTED]> wrote: > Murtuza wrote: > >> Apparently the system cannot load the shared library " >> libboost_thread-gcc41-mt-1_36.so.1.36.0: " as shown in the error below. > > You need to ensure that the environment variable LD_LIBRARY_PATH is set > to the location of the Boost libraries. > > In my setup, I put this in .bashrc: > > export LD_LIBRARY_PATH=/opt/boost_1_36_0/lib > > You'll need to adjust the path accordingly. > > > > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio > -- Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
