Compilation works fine, except that when my Lua file try to require a module (require 'rapidjson' that I installed via luarocks, it fails with: `error loading module 'rapidjson' from file '/where/lib/was/built/rapidjson.so':\n\tDynamic loading not supported".
Hello @aarzilli
Thanks a lot for your work to create a go binding for lua C APIs.
Environment:
I am building a static go binary with the following command:
Compilation works fine, except that when my Lua file try to
require
a module (require 'rapidjson' that I installed via luarocks, it fails with: `error loading module 'rapidjson' from file '/where/lib/was/built/rapidjson.so':\n\tDynamic loading not supported".Do you know why this is failing ?
Cheers.