xialee3512 opened a new issue #4820:
URL: https://github.com/apache/apisix/issues/4820
### Issue description
在源码中执行make run能正常启动apisix,但是本地通过intellj debug的时候提示报错信息如下:
`tart mobdebug server at port:8172
Waiting for process connection...
Connected.
Base dir: /home/apisix/apisix
/bin/lua: error loading module 'ssl.core' from file
'/home/apisix/deps/lib/lua/5.1/ssl.so':
/home/apisix/deps/lib/lua/5.1/ssl.so: undefined symbol: luaL_setfuncs
stack traceback:
~
~ `
### Environment
Request help without environment information will be ignored or closed.
* apisix version (cmd: `apisix version`):master
* OS (cmd: `uname -a`):Linux localhost 3.10.0-1160.31.1.el7.x86_64 #1 SMP
Thu Jun 10 13:32:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
* OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
openresty/1.19.9.1
* etcd version, if have (cmd: run `curl
http://127.0.0.1:9090/v1/server_info` to get the info from server-info
API):{"version":"2.7","etcd_version":"3.4.0","up_time":5067,"last_report_time":1628847848,"hostname":"localhost.localdomain","id":"bd5a3529-0d07-46e8-a6a7-5bde689d8e43","boot_time":1628842808}:
* luarocks version, if the issue is about installation (cmd: `luarocks
--version`):luarocks 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]