mpx / lua-cjson

Lua CJSON is a fast JSON encoding/parsing module for Lua
https://kyne.au/~mark/software/lua-cjson.php
MIT License
924 stars 474 forks source link

Undefined symbol luaL_setfuncs #74

Open KwadwoObeng opened 3 years ago

KwadwoObeng commented 3 years ago

I'm currently using lua5.3.But this is what I get from the logs. lua entry thread aborted: runtime error: error loading module 'cjson' from file '/usr/local/lib/lua/5.3/cjson.so': /usr/local/lib/lua/5.3/cjson.so: undefined symbol: luaL_setfuncs Any idea on how to fix this

jwzl commented 2 years ago

how to fix this issue ? anybody knows?