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:- > > ----------- > [EMAIL PROTECTED]:~/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 _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
