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)
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”.
“/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
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)