GR on Karmic

Hi,

has anyone managed to get GR running on Ubuntu Karmic?
I managed to configure & compile, no errors there, but whenever I try to
run anything, I get

File “/usr/lib/python2.6/dist-packages/gnuradio/gr/init.py”, line
43, in
from gnuradio_swig_python import *
File
“/usr/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_python.py”,
line 23, in
from gnuradio_swig_py_runtime import *
File
“/usr/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_py_runtime.py”,
line 6, in
import _gnuradio_swig_py_runtime
ImportError: libboost_thread-mt.so.1.35.0: cannot open shared object
file: No such file or directory

Karmic does no longer have boost 1.35, it has 1.38 or 1.40. Using the
former gives no errors during compiling and linking, but why it tries to
find a 1.35 version during runtime, I don’t know.

Any advice?

Cheers,
MB

Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin B.
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-3790
Fax: +49 721 608-6071
www.cel.kit.edu

KIT – University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

Hi,

Have you upgraded from 9.04?
You may need to run “make distclean” and then configure and
compile again. Seems there are bugs in configure that it does not
update some makefiles. Just yesterday I update boost from 1.35 to
1.37 on my Ubuntu 9.04 and faced the same problem. It was solved
with “make distclean”.

On Tue, Nov 17, 2009 at 13:47, Martin B. [email protected]
wrote:

“/usr/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_python.py”,
former gives no errors during compiling and linking, but why it tries to
Dipl.-Ing. Martin B.
KIT – University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page


Regards,
Alexander C…

On Tue, Nov 17, 2009 at 03:55:11PM +0300, Alexander C. wrote:

Have you upgraded from 9.04?
You may need to run “make distclean” and then configure and
compile again. Seems there are bugs in configure that it does not
update some makefiles. Just yesterday I update boost from 1.35 to
1.37 on my Ubuntu 9.04 and faced the same problem. It was solved
with “make distclean”.

Thanks Alexander,
and to whom it might be of interest,

my problem was I had to hand-nuke some GR files which were left over
from a previous install. Using `find’ to hunt down everything related
to GR and starting from scratch did the trick.

Cheers
MB


Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin B.
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-3790
Fax: +49 721 608-6071
www.cel.kit.edu

KIT – University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association