laughingyear edited a comment on issue #5799:
URL: https://github.com/apache/apisix/issues/5799#issuecomment-993472526


   lua -v
   Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio
   
   openresty -v
   nginx version: openresty/1.15.8.1
   
   luarocks --version
   /usr/bin/luarocks 3.5.0
   
   openssl version -a
   
   OpenSSL 1.0.2k-fips  26 Jan 2017
   built on: reproducible build, date unspecified
   platform: linux-x86_64
   
   now I run:
   apisix init
   
   it shows:
   
    apisix init
   lua ./apisix/cli/apisix.lua init
   lua: error loading module 'ssl.core' from file 
'/root/apisix-2.11.0/deps/lib/lua/5.1/ssl.so':
           /root/apisix-2.11.0/deps/lib/lua/5.1/ssl.so: undefined symbol: 
SSL_CTX_set1_curves_list
   stack traceback:
           [C]: ?
           [C]: in function 'require'
           /root/apisix-2.11.0/deps/share/lua/5.1/ssl.lua:8: in main chunk
           [C]: in function 'require'
           /root/apisix-2.11.0/deps/share/lua/5.1/ssl/https.lua:10: in main 
chunk
           [C]: in function 'require'
           apisix/cli/etcd.lua:24: in main chunk
           [C]: in function 'require'
           apisix/cli/ops.lua:18: in main chunk
           [C]: in function 'require'
           ./apisix/cli/apisix.lua:32: in main chunk
           [C]: ?
   
   can anyone tell me why it shows "undefined symbol: SSL_CTX_set1_curves_list"


-- 
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