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 14:25:07 -0800
User-agent: Mutt/1.5.20 (2009-08-17)

On Mon, Jan 04, 2010 at 08:49:35PM +0000, address@hidden wrote:
> Hi Eric, the same problem again, don't know what went wrong, I followed every 
> step as per you

If you're getting the same message as below, then you have the same
problem and have failed to remove the Ubuntu package, or at some time
in the past you have installed GR into /usr both and /usr/local.

I know this because some of the paths in the backtrace below start
with /usr/local and others start with /usr/lib/python2.6/dist-packages.

Eric



> ------Original Message------
> From: Eric Blossom
> To: sandeep mishra
> Cc: address@hidden
> Subject: Re: [Discuss-gnuradio] usrp with gnu issue
> Sent: Jan 5, 2010 12:53 AM
> 
> 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
> 
> 
> Sent on my BlackBerry® from Vodafone




reply via email to

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