discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today
Date: Tue, 12 Apr 2011 15:09:53 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10

On 04/12/2011 02:58 PM, Andrew Hofmaier wrote:
Performed the following routine:

commented all path lines from .bashrc.  (I had previously tested it with both dist-packages and site-packages).
ran sudo ldconfig
restarted
ran sudo ldconfig again
recieved the same error message (ImportError: /usr/local/lib/libgnuradio-core-3.4.0git.so.0: undefined symbol: _ZTIN5gruel12msg_accepterE)

Went back to the source (fresh git download this AM) and:
make uninstall
./bootstrap
./configure --enable-gr-uhd
make
make check
sudo make install
sudo ldconfig
logged out / logged in (just for kicks)

I got the same errors (cannot find Gnuradio and the import errors)


Then, I tried arturo's method.
make uninstall
./configure
make
sudo checkinstall

This gave me the error: "dpkg-db: parse error, in file '/var/tmp/tmp.hX5IvZ8xr3/package/DEBIAN/control' near line 10 package 'gnuradio':
 empty value for version"



Any further comments?

  
I fixed my problem by removing /usr/lib/*gruel*  and /usr/lib/pkgconfig/*gruel*

Then going into my gnuradio and:

git pull
make distclean
./bootstrap
./configure
make
sudo make install


-- 
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org

reply via email to

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