dmsolr opened a new issue #4159: URL: https://github.com/apache/apisix/issues/4159
### Issue description failed to execute `./bin/apisix version` after walking through [install-dependencies.md](https://github.com/apache/apisix/blob/master/docs/zh/latest/install-dependencies.md) and `make deps` success. ``` root@daming:~/apisix# ./bin/apisix version lua ./apisix/cli/apisix.lua version lua: error loading module 'ssl.core' from file '/root/apisix/deps/lib/lua/5.1/ssl.so': /root/apisix/deps/lib/lua/5.1/ssl.so: undefined symbol: luaL_setfuncs stack traceback: [C]: ? [C]: in function 'require' /root/apisix/deps/share/lua/5.1/ssl.lua:8: in main chunk [C]: in function 'require' /root/apisix/deps/share/lua/5.1/ssl/https.lua:10: in main chunk [C]: in function 'require' ./apisix/cli/etcd.lua:24: in main chunk [C]: in function 'require' ./apisix/cli/ops.lua:18: in main chunk [C]: in function 'require' ./apisix/cli/apisix.lua:32: in main chunk [C]: ? ``` ### Environment * apisix version (cmd: `apisix version`): master * OS (cmd: `uname -a`): Linux daming.sgp 5.4.0-58-generic #64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux * OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): nginx version: openresty/1.17.8.2 * etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API): * apisix-dashboard version, if have: * luarocks version, if the issue is about installation (cmd: `luarocks --version`): 3.4.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
