Solved. Stupid mistake copy pasting "echo /opt/boost_1_37_0/lib >> /tmp/ld.so.conf" this line has a diferent prefix from the one i used *_1_38_0.
Sorry to bother you. :) E. Ornelas wrote: > > Hi. > I just installed Ubuntu 9.04. > I followed the installation guide. > > But when I try to run any example I get an error like the one below: > > eman...@emanuel-desktop:~/gnuradio-3.2/gnuradio-examples/python/audio$ > ./audio_fft.py > Traceback (most recent call last): > File "./audio_fft.py", line 23, in <module> > from gnuradio import gr, gru, audio > File "/usr/lib/python2.6/dist-packages/gnuradio/gr/__init__.py", line > 43, in <module> > from gnuradio_swig_python import * > File > "/usr/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_python.py", > line 23, in <module> > from gnuradio_swig_py_runtime import * > File > "/usr/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_py_runtime.py", > line 6, in <module> > import _gnuradio_swig_py_runtime > ImportError: libboost_thread-gcc43-mt-1_38.so.1.38.0: cannot open shared > object file: No such file or directory > > He complains about a missing file but passed all test on make check. > Another strange behavior is than the example worked the first time I > tried. 5 minutes later without touching the computer the error kicks in... > > What do I have to do to fix it? > -- View this message in context: http://www.nabble.com/Problem-running-examples-tp24623848p24625404.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
