Looks like you got the wrong libraries installed, or there is some sort of
weird incompatibility.

Can you please post the following:

   - What OS you are running (cat /etc/issue)
   - What python version you are running (python -v)

Also, try running the following command:

find /home/strazytski/Research/GSM_Cracking/Code/airprobe/ -iname '*.pyc'
-exec rm -fv '{}' \;

I use that to remove all pre-compiled python sources, as I sometimes get
symbol errors after installing a new package, or migrating between
environments etc, and this sometimes resolves the problem.

On Wed, Aug 4, 2010 at 5:55 AM, Ninja <[email protected]> wrote:

> Hello,
>
> I tried to follow the instruction for airprobe from
> http://srlabs.de/uncategorized/airprobe-how-to, but following error
> occurred.
>
> $ ./go_usrp2.sh vf_call6_a725_d174_g5_Kc1EF00BAB3BAC7002.cfile 174 0B >
> vf_call6
> Traceback (most recent call last):
>  File "./gsm_receive100.py", line 12, in <module>
>    import gsm
>  File "../lib/gsm.py", line 24, in <module>
>    _gsm = swig_import_helper()
>  File "../lib/gsm.py", line 16, in swig_import_helper
>    import _gsm
> ImportError:
> /home/strazytski/Research/GSM_Cracking/Code/airprobe/gsm-receiver/src/lib/.libs/libgsmdemod.so.0:
> undefined symbol:
> _ZN15gr_msg_accepter4postEN5boost13intrusive_ptrIN3pmt8pmt_baseEEE
>
> anyone experience with the error?
>
>
> Rgds
> _______________________________________________
> A51 mailing list
> [email protected]
> http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51
>



-- 

Cal Leeming

Operational Security & Support Team

*Out of Hours: *+44 (07534) 971120 | *Support Tickets: *
[email protected]
*Fax: *+44 (02476) 578987 | *Email: *[email protected]
Simplicity Media Ltd. All rights reserved.
Registered company number 7143564
_______________________________________________
A51 mailing list
[email protected]
http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51

Reply via email to