discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] no dial tone


From: Steve Kuhlmann
Subject: [Discuss-gnuradio] no dial tone
Date: Sat, 18 Nov 2006 21:13:39 -0600

Hi all, does anyone have an idea about my non-working installation?  The
entire thread is below, including a web site with all log files.

Steve Kuhlmann


-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of Steve
Kuhlmann
Sent: Wednesday, November 15, 2006 9:23 AM
To: address@hidden
Subject: FW: [Discuss-gnuradio] new gnuradio installation problem


Thanks for the clues, but all looks ok:

1) nm shows the symbol is defined in libgnuradio-core.so
2) ldd _gnuradio_swig_python.so has the dynamic link dependence you showed.

What should PYTHONPATH and LD_LIBRARY_PATH be?  Does this matter?


Steve Kuhlmann


-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Johnathan Corgan
Sent: Tuesday, November 14, 2006 12:06 PM
To: address@hidden
Cc: address@hidden; Dave Underwood
Subject: Re: [Discuss-gnuradio] new gnuradio installation problem

On Tue, 2006-11-14 at 11:15 -0600, Steve Kuhlmann wrote:

> I have put all my installation log files,  and run_tests.in,   at
> www.hep.anl.gov/stk/gnuradio/.

The symbol should be defined in libgnuradio-core.so, which should be a
dynamic link dependency of _gnuradio_swig_python.so.  Can you check with
nm to see if it is there?

If it is, then you need to verify that the system can find it

You can check this with ldd:

$ ldd _gnuradio_swig_python.so
...
libgnuradio-core.so.0 => /usr/local/lib/libgnuradio-core.so.0
(0xb7a5e000)
...

If that fails, then you probably need to run ldconfig (as root) to
update your shared library cache.

Since 'make check' is succeeding, the symbol must be defined in the
build tree.

-- 
Johnathan Corgan, AE6HO
Corgan Enterprises LLC
address@hidden



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio





reply via email to

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