pynfc
pynfc copied to clipboard
undefined symbol: nfc_connect
hi guys..
im installed, libnfc-1.7.1 with pynfc
when i run the example, this show this.
libnfc.so.5: undefined symbol: ncf_connect
Original issue reported on code.google.com by [email protected] on 24 Apr 2014 at 10:08
I got this too. Any one find a solution?
Original comment by [email protected] on 13 Mar 2015 at 1:31
Yes I found the soution. The error is the symbols to .so delete all and remake
the libnfc
rm -rf /usr/bin/libnfc*
Original comment by [email protected] on 14 Mar 2015 at 3:51