|
From: | Eric Hill Matlis |
Subject: | Re: [Discuss-gnuradio] Fedora Core 5 x86_64 lib install problems |
Date: | Mon, 24 Jul 2006 10:30:13 -0400 (EDT) |
Chuck-Following your suggestion, I copied the _gnuradio_swig_python files from $prefix/lib64 to $prefix/lib, and now the make check passes for gr-audio-alsa. However, trying to run the dial_tone.py example fails with:
address@hidden audio]$ ./dial_tone.py Traceback (most recent call last): File "./dial_tone.py", line 23, in ? from gnuradio import gr ImportError: No module named gnuradio What do I need to copy over to satisfy the missing gnuradio components? thanks, eric ************************************ Eric H. Matlis, Ph.D. Aerospace & Mechanical Engineering Dept. 114 Hessert Center for Aerospace Research University of Notre Dame Notre Dame, IN 46556-5684 Phone: (574) 631-7576 Fax: (574) 631-8355 On Mon, 24 Jul 2006, Charles Swiger wrote:
On Sun, 2006-07-23 at 12:04 -0400, Eric Hill Matlis wrote:I can confirm a successful install of gnuradio cvs to my 32-bit Fedora Core 5 system, as dial_tone.py works. So my issues with the the x86_64 system seem to be related to the location of the 32 and 64-bit libraries. hopefully someone has encountered this and can provide a suggestion...I've installed gnuradio on an AMD X86_64 system with Fedora 4 and what I did - it's likely not the optimal solution but a workaround hack - is just link every file missing from lib/ to the one it wants in lib64/. There must be a better way, would setting LD_LIBRARY_PATH or ld.so.conf or something else work? I just got 'er done and moved on. --Chuck
[Prev in Thread] | Current Thread | [Next in Thread] |