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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Johnathan Corgan
Sent: Tuesday, November 14, 2006 12:06 PM
To: [EMAIL PROTECTED]
Cc: discuss-gnuradio@gnu.org; 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
[EMAIL PROTECTED]



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



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

Reply via email to