discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] usrp with gnu issue


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] usrp with gnu issue
Date: Mon, 4 Jan 2010 11:23:28 -0800
User-agent: Mutt/1.5.20 (2009-08-17)

On Mon, Jan 04, 2010 at 05:06:08AM +0530, sandeep mishra wrote:
> hi, I am using airprobe for recording encrypted voice conversation, but when
> i am trying to do so I use to get error, now I am trying to find out nearby
> bst I got this error:
> *
> address@hidden:~$ usrp_fft.py --decim=32 --gain=26 --freq=921M
> Traceback (most recent call last):
>   File "/usr/local/bin/usrp_fft.py", line 23, in <module>
>     from gnuradio import gr, gru
>   File "/usr/lib/python2.6/dist-packages/gnuradio/gr/__init__.py", line 27,
> in <module>
>     from gnuradio_swig_python import *
>   File
> "/usr/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_python.py", line
> 6, in <module>
>     import _gnuradio_swig_python
> ImportError:
> /usr/lib/python2.6/dist-packages/gnuradio/gr/_gnuradio_swig_python.so:
> undefined symbol: _ZN11omni_thread6init_tD1Ev
> address@hidden:~$
> *
> please guide me what to do or what i did wrong
> 
> -- 
> Thanks.....

>From the looks of this, I'm guessing that you've installed both the
debian package and one of the tarballs or source from git.

Remove the debian GR package, but leave the rest of the dependencies,
then in the GR source directory,

  $ make distclean
  $ ./bootstrap && ./configure && make && make check
  $ make install  (maybe $ sudo make install)

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]