[GitHub] [apisix] Firstsawyou commented on issue #3886: bug: Execute "make deps" prompt "Could not find header file for OPENSSL"

2021-03-23 Thread GitBox


Firstsawyou commented on issue #3886:
URL: https://github.com/apache/apisix/issues/3886#issuecomment-804673421


   > But when I execute make deps, I don't quite understand what is wrong with 
the prompt message given.
   > 
   > ```
   > [root@TEST3 /0322/23/apisix] -> make deps
   > mkdir -p ~/.luarocks
   > luarocks config variables.OPENSSL_LIBDIR 
/usr/local/openresty/openssl111/lib
   > Wrote
   >variables.OPENSSL_LIBDIR = "/usr/local/openresty/openssl111/lib"
   > to
   >/root/.luarocks/config-5.1.lua
   > luarocks config variables.OPENSSL_INCDIR 
/usr/local/openresty/openssl111/include
   > Wrote
   >variables.OPENSSL_INCDIR = "/usr/local/openresty/openssl111/include"
   > to
   >/root/.luarocks/config-5.1.lua
   > luarocks install rockspec/apisix-master-0.rockspec --tree=deps --only-deps 
--local
   > 
   > apisix master-0 depends on lua-resty-ctxdump 0.1-0 (0.1-0 installed)
   >
   > ```
   
   According to the information you provided, the `make deps` command has been 
executed successfully.
   The following messages are configuring your environment information and 
installing dependent packages.


-- 
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:
us...@infra.apache.org




[GitHub] [apisix] Firstsawyou commented on issue #3886: bug: Execute "make deps" prompt "Could not find header file for OPENSSL"

2021-03-22 Thread GitBox


Firstsawyou commented on issue #3886:
URL: https://github.com/apache/apisix/issues/3886#issuecomment-804599821


   This seems to be caused by the lack of the openssl development kit of 
openresty. 
https://github.com/apache/apisix/blob/master/docs/en/latest/FAQ.md#why-does-the-make-deps-command-fail-in-source-installation


-- 
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:
us...@infra.apache.org