Help testing new install

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:-


matt@matt-desktop:~/Documents/gnuradio/gnuradio-examples/python/audio$
./dial_tone.py
Traceback (most recent call last):
File “./dial_tone.py”, line 23, in
from gnuradio import gr
File “/usr/local/lib/python2.5/site-packages/gnuradio/gr/init.py”,
line 43, 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: libgnuradio-core.so.0: cannot open shared object file: No
such file or directory

What is going wrong?

Cheers,
Matt

  Search 1000's of available singles in your area at the new Yahoo!7 

Dating. Get Started http://au.dating.yahoo.com/?cid=53151&pid=1011

On Mon, Nov 03, 2008 at 02:40:19AM -0800, Matt R. wrote:

from gnuradio_swig_python import *

Matt
Try this:

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

then run

$ sudo ldconfig

Eric