Caelebs edited a comment on issue #3886: URL: https://github.com/apache/apisix/issues/3886#issuecomment-804594227
Before that, according to the commands in the install-dependencies.md document, I installed `openresty-openssl111-devel`, But I just found out that the document says "If you are using OpenResty which is older than `1.17.8`, please installing `openresty-openssl-devel` instead of `openresty-openssl111-devel`", but in the following example , The command given is to install `openresty-openssl111-devel`? Is the document description wrong? But after I installed `openresty-openssl-devel`, executing `make deps` still prompted "Could not find header file for OPENSSL" ``` [root@TEST3 /0322/23/apisix] -> rpm -qa | grep openssl openresty-openssl111-devel-1.1.1i-1.el7.x86_64 openssl-libs-1.0.2k-16.el7.x86_64 openresty-openssl111-1.1.1i-1.el7.x86_64 openresty-openssl-1.1.0l-2.el7.x86_64 openresty-openssl-devel-1.1.0l-2.el7.x86_64 openssl-1.0.2k-16.el7.x86_64 ``` -- 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]
