GNURadio looking for wrong boost version

Hi Everyone,

This might be something very trivial that I am unsure how to fix. I had
everything with GNURadio working up until a couple days ago, but this
afternoon I was getting some error concerning boost when trying to
import
one of the libraries. In particular, when providing the command:

from gnuradio import gr

I receive the following error:

Traceback (most recent call last):
File “”, line 1, in
File
“/usr/local/lib64/python2.7/site-packages/gnuradio/gr/init.py”,
line 27, in
from gnuradio_core import *
File
“/usr/local/lib64/python2.7/site-packages/gnuradio/gr/gnuradio_core.py”,
line 23, in
from gnuradio_core_runtime import *
File
“/usr/local/lib64/python2.7/site-packages/gnuradio/gr/gnuradio_core_runtime.py”,
line 26, in
_gnuradio_core_runtime = swig_import_helper()
File
“/usr/local/lib64/python2.7/site-packages/gnuradio/gr/gnuradio_core_runtime.py”,
line 22, in swig_import_helper
_mod = imp.load_module(‘_gnuradio_core_runtime’, fp, pathname,
description)
ImportError: libboost_filesystem.so.1.52.0: cannot open shared object
file:
No such file or directory

I am not sure what has changed on my computer, but I have not updated
boost.
Now it is for some reason looking for the wrong version. Instead of
recompiling the GNURadio, is there any quick fix for this?

Thanks,
Rob


View this message in context:
http://gnuradio.4.n7.nabble.com/GNURadio-looking-for-wrong-boost-version-tp42650.html
Sent from the GnuRadio mailing list archive at Nabble.com.

On Tue, Jul 23, 2013 at 6:42 PM, rmsrms1987 [email protected]
wrote:

“/usr/local/lib64/python2.7/site-packages/gnuradio/gr/gnuradio_core_runtime.py”,
I am not sure what has changed on my computer, but I have not updated boost.
Now it is for some reason looking for the wrong version. Instead of
recompiling the GNURadio, is there any quick fix for this?

Thanks,
Rob

Have tried running ldconfig to reset things (as root/sudo)?

Tom