discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Help testing new install


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Help testing new install
Date: Mon, 3 Nov 2008 07:02:33 -0800
User-agent: Mutt/1.5.18 (2008-05-17)

On Mon, Nov 03, 2008 at 02:40:19AM -0800, Matt Robert wrote:
> Hello list,
> 
> I have just gotten GNUradio to install on Ubuntu 8.04 after a little bit of 
> work and I am attempting to test the installation - it seems to have run OK, 
> however I can't get the examples to run.. The error I get is:-
> 
> -----------
> address@hidden:~/Documents/gnuradio/gnuradio-examples/python/audio$ 
> ./dial_tone.py
> Traceback (most recent call last):
>   File "./dial_tone.py", line 23, in <module>
>     from gnuradio import gr
>   File "/usr/local/lib/python2.5/site-packages/gnuradio/gr/__init__.py", line 
> 43, in <module>
>     from gnuradio_swig_python import *
>   File 
> "/usr/local/lib/python2.5/site-packages/gnuradio/gr/gnuradio_swig_python.py", 
> line 23, in <module>
>     from gnuradio_swig_py_runtime import *
>   File 
> "/usr/local/lib/python2.5/site-packages/gnuradio/gr/gnuradio_swig_py_runtime.py",
>  line 6, in <module>
>     import _gnuradio_swig_py_runtime
> ImportError: libgnuradio-core.so.0: cannot open shared object file: No such 
> file or directory
> ------------------
> 
> What is going wrong?
> 
> Cheers,
> Matt


Try this:

  Add /usr/local/lib to /etc/ld.so.conf

then run

  $ sudo ldconfig

Eric





reply via email to

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