laughingyear commented on issue #5799:
URL: https://github.com/apache/apisix/issues/5799#issuecomment-994221556


   > same as #4594
   > 
   > try with [#4594 
(comment)](https://github.com/apache/apisix/issues/4594#issuecomment-879225419)
   
   i try as follow:
   "
   You can try the following steps:
   
   rm -rf /apisix-path/deps
   Recompile and install luarocks and specify the luajit header file directory, 
for example: ./configure 
--with-lua-include=/openresty-path/luajit/include/luajit-2.1
   Enter the apisix directory and re-execute make deps to install dependencies
   "
   
   when i rerun "make deps"
   it shows:
   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.
   Example: luarocks install luasec OPENSSL_DIR=/usr/local
   make: *** [deps] Error 1
   
   
   should I reinstall openssl? 


-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to