Problem running examples

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:

emanuel@emanuel-desktop:~/gnuradio-3.2/gnuradio-examples/python/audio$
./audio_fft.py
Traceback (most recent call last):
File “./audio_fft.py”, line 23, in
from gnuradio import gr, gru, audio
File “/usr/lib/python2.6/dist-packages/gnuradio/gr/init.py”, line
43,
in
from gnuradio_swig_python import *
File
“/usr/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_python.py”,
line
23, in
from gnuradio_swig_py_runtime import *
File
“/usr/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_py_runtime.py”,
line 6, in
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-tp24623848p24623848.html
Sent from the GnuRadio mailing list archive at Nabble.com.

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. :slight_smile:

E. Ornelas wrote:

File “./audio_fft.py”, line 23, in
line 6, in
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.