discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Installation problems


From: Ziad ElMarakshy
Subject: Re: [Discuss-gnuradio] Installation problems
Date: Mon, 2 Jul 2007 13:18:21 -0700 (PDT)

hey aadil
try writing this code in your terminal

$ cp /etc/ld.so.conf /tmp/ld.so.conf
$ echo /usr/local/lib >> /tmp/ld.so.conf
$ sudo mv /tmp/ld.so.conf /etc/ld.so.conf
$ sudo ldconfig

hope it works
ziad




Aadil Volkwin wrote:
> 
> Hi,
> 
> I'm having trouble with the installation of gnu radio on my laptop (acer
> travelmate 230series).
> 
> I'm running ubuntu Edgy and have installed all the neccessary packages via
> Synaptic package manager.
> 
> The following is the output once I try to run one of the example programs,
> 
> address@hidden:~/gnuradio-3.0.2/gnuradio-examples/python/audio$
> ./mono_tone.py
> Traceback (most recent call last):
>   File "./mono_tone.py", line 23, in ?
>     from gnuradio import gr
>   File "/usr/local/lib/python2.4/site-packages/gnuradio/gr/__init__.py",
> line 27, in ?
>     from gnuradio_swig_python import *
>   File
> "/usr/local/lib/python2.4/site-packages/gnuradio/gr/gnuradio_swig_python.py",
> line 4, in ?
>     import _gnuradio_swig_python
> ImportError:
> /usr/local/lib/python2.4/site-packages/gnuradio/gr/_gnuradio_swig_python.so:
> undefined symbol: _ZTI11gr_feval_ll
> address@hidden:~/gnuradio-3.0.2/gnuradio-examples/python/audio$
> 
> 
> I believe I have installed all the packages correctly.
> 
> Thanks,
> 
> Aadil
> 
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Installation-problems-tf4013786.html#a11400930
Sent from the GnuRadio mailing list archive at Nabble.com.





reply via email to

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