Undefined symbol: _Z20gr_make_io_signatureiii

Hey!

I installed gnuradio like described here:
http://gnuradio.org/trac/wiki/UbuntuInstall and everything worked fine.
Now I try to run the benchmark and i get this:

sudo ./usrp_fft.py
Traceback (most recent call last):
File “./usrp_fft.py”, line 23, in
from gnuradio import gr, gru
File “/usr/local/lib/python2.5/site-packages/gnuradio/gr/init.py”,
line 27, 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:
/usr/local/lib/python2.5/site-packages/gnuradio/gr/_gnuradio_swig_py_runtime.so:
undefined symbol: _Z20gr_make_io_signatureiii

I tried to find answers in the history here but was not successful, can
anybody give me a hint? I get the same error with usrp_benchmark_usb.py

thanks!
Tomek

Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
Browser-Versionen downloaden: GMX Browser - verwenden Sie immer einen aktuellen Browser. Kostenloser Download.

On 11/5/07, Tomek [email protected] wrote:

I installed gnuradio like described here: http://gnuradio.org/trac/wiki/UbuntuInstall and everything
worked fine. Now I try to run the benchmark and i get this:

Did you install the binary packages or did you compile from source,
and if so, did you you download a release tarball or check out the
source code using Subversion?

ImportError: /usr/local/lib/python2.5/site-packages/gnuradio/gr/_gnuradio_swig_py_runtime.so:

Could you please try:

$ sudo ldconfig

And re-test?


Johnathan C.
Corgan Enteprises LLC
http://corganenterprises.com/