Fuchange opened a new issue #3469: URL: https://github.com/apache/apisix/issues/3469
### Issue description On apisix-dashboard's [ci](https://github.com/apache/apisix-dashboard/runs/1804800876), ``` apisix master-0 depends on luasec 0.9-1 (not installed) Installing https://luarocks.org/luasec-0.9-1.src.rock Error: Failed installing dependency: https://luarocks.org/luasec-0.9-1.src.rock - Could not find header file for OPENSSL No file openssl/ssl.h in /usr/local/include No file openssl/ssl.h in /usr/include No file openssl/ssl.h in /include You may have to install OPENSSL in your system and/or pass OPENSSL_DIR or OPENSSL_INCDIR to the luarocks command. Example: luarocks install luasec OPENSSL_DIR=/usr/local ``` same as apisix [commit:5399a31b24](https://github.com/apache/apisix/runs/1803615860) ``` Error: Failed installing dependency: https://luarocks.org/luasec-0.9-1.src.rock - Could not find header file for OPENSSL No file openssl/ssl.h in /usr/local/openresty/openssl/include You may have to install OPENSSL in your system and/or pass OPENSSL_DIR or OPENSSL_INCDIR to the luarocks command. ``` ### Environment * apisix version (cmd: `apisix version`): master * OS (cmd: `uname -a`): push ci * OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): * 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: ### Minimal test code / Steps to reproduce the issue 1. 2. 3. ### What's the actual result? (including assertion message & call stack if applicable) cant run `luarocks install ` ### What's the expected result? The confirmation can be passed ---------------------------------------------------------------- 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]
