Jump to content

jef999

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by jef999

  1. Damn! Based on your comment, I went on a mini hunt to check what version was i using and fortunately i stumbled across this "libpcap0.8-dev" . it seems that this was still outdated. Followed all steps (most of 'em) like : autoreconf –i./configuremakesudo make installsudo ldconfig in the libosomocore directory and ./bootstrap./configuremake in the gsm-receiver directory to get it started. Thanks man !
  2. Tried reinstall and building all the dependancies, but still the following error is received : Traceback (most recent call last): File "./gsm_receive.py", line 12, in <module> import gsm File "../lib/gsm.py", line 26, in <module> _gsm = swig_import_helper() File "../lib/gsm.py", line 18, in swig_import_helper import _gsm ImportError: ../lib/.libs/_gsm.so: undefined symbol: _ZTI8gr_block Please help !
  3. Can someone please help me with this error : airprobe/gsm-receiver/src/python# ./go.sh Traceback (most recent call last): File "./gsm_receive.py", line 12, in <module> import gsm File "../lib/gsm.py", line 26, in <module> _gsm = swig_import_helper() File "../lib/gsm.py", line 18, in swig_import_helper import _gsm ImportError: ../lib/.libs/_gsm.so: undefined symbol: _ZTI8gr_block
×
×
  • Create New...