Help with new install

Hello list,

I have edited the ldconfig conf file as mentioned in the previous email,
however now I get this error when I try the dial tone example. Can
anyone point me in the right direction? I built the trunk as per the
wiki instructions.

Thanks for the help,
Matt

Traceback (most recent call last):
File “./dial_tone.py”, line 23, in
from gnuradio import gr
File “/usr/local/lib/python2.5/site-packages/gnuradio/gr/init.py”,
line 43, in
from gnuradio_swig_python import *
File
“/usr/local/lib/python2.5/site-packages/gnuradio/gr/gnuradio_swig_python.py”,
line 23, in
from gnuradio_swig_py_runtime import *
File
“/usr/local/lib/python2.5/site-packages/gnuradio/gr/gnuradio_swig_py_runtime.py”,
line 6, in
import _gnuradio_swig_py_runtime
ImportError: libboost_thread-gcc42-mt-1_36.so.1.36.0: cannot open shared
object file: No such file or directory

  Search 1000's of available singles in your area at the new Yahoo!7 

Dating. Get Started http://au.dating.yahoo.com/?cid=53151&pid=1011

Hi,

If you installed boost at (for example):
/opt/boost_1_36_0/lib

then :

1)Â sudo edit :
/etc/ld.so.conf

  1. add the line:
    /opt/boost_1_36_0/lib   to it

  2. exit and do:
    sudo ldconfig

Regards,

Firas