RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
3.98k stars 1.05k forks source link

lubluamiibo.so undefined symbol #211

Closed xaviex closed 5 years ago

xaviex commented 5 years ago

Describe the bug A clear and concise description of what the bug is. Getting an undefined symbol error on attempt to load libluamiibo.so built using proxmark3/liblua

To Reproduce Steps to reproduce the behavior:

  1. Follow Instructions on how to build libluamiibo.so, or download a pre-built version
  2. Copy libluamiibo.so to /proxmark3/client/
  3. launch ./proxmark3 and run script run amiibo
  4. get error ./libluamiibo.so: undefined symbol: lua_createtable ./libluamiibo.so: undefined symbol: lua_createtable

Expected behavior A clear and concise description of what you expected to happen. Properly load library built with proxmark3/liblua/ included

Screenshots If applicable, add screenshots to help explain your problem. image

Desktop (please complete the following information):

[+] HF antenna: 25.49 V - 13.56 MHz [+] HF antenna is OK

[+] Displaying LF tuning graph. Divisor 89 is 134khz, 95 is 125khz.



**Additional context**
Add any other context about the problem here.
xaviex commented 5 years ago

Fixed this by enabling -rdynamic in the makefile