discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] libgnuradio-core.so.0


From: Tom Owens
Subject: Re: [Discuss-gnuradio] libgnuradio-core.so.0
Date: Mon, 16 Jul 2007 16:01:09 -0400
User-agent: Thunderbird 2.0.0.4 (X11/20070604)

Thanks for the assistance.

I am not using Ubuntu.  Nonetheless, the problem is fixed.
I edited bashrc.  ie:

address@hidden:~> vi .bashrc

Then I added the line to bashrc :
  export LD_LIBRARY_PATH=/usr/local/lib

address@hidden:~> source .bashrc

Now it works.

-Tom

George Nychis wrote:
Did you follow the Ubuntu install guide? Whenever I follow it, after I've completely finished the guide I have to do a 'sudo ldconfig'

Give it a shot.

- George

Tom O wrote:
Attempting to run /gnuradio-3.0.3/gnuradio-examples/python/usrp>
./usrp_oscope.py and I get:

Traceback (most recent call last):
  File "./usrp_oscope.py", line 25, in ?
    from gnuradio import gr, gru
  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: libgnuradio-core.so.0: cannot open shared object file: No such
file or directory

What's the solution?

-Tom





reply via email to

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