Gnuradio + itpp error


Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Hello Alex,

On 20 Jun 2014, at 16:59, Alex W. [email protected] wrote:

_mod = imp.load_module('_ieee802_11_swig', fp, pathname, description)

ImportError: /usr/local/lib/libgnuradio-ieee802_11.so: undefined symbol:
_ZN4itpp9ModulatorISt7complexIdEEC1Ev

maybe check the output of

ldd /usr/local/lib/libgnuradio-ieee802_11.so

and assert that libtipp.so is in LD_LIBRARY_PATH.

Best,
Bastian