aaron212 / pynfc

Automatically exported from code.google.com/p/pynfc
GNU General Public License v2.0
0 stars 0 forks source link

undefined symbol: nfc_connect #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 david.ba...@gmail.com on 24 Apr 2014 at 10:08

GoogleCodeExporter commented 9 years ago
I got this too.  Any one find a solution?

Original comment by stevem...@gmail.com on 13 Mar 2015 at 1:31

GoogleCodeExporter commented 9 years ago
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 david.ba...@gmail.com on 14 Mar 2015 at 3:51