You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/12/13 03:31:29 UTC

[GitHub] [apisix] Brucepower0223 opened a new issue, #8506: help request:

Brucepower0223 opened a new issue, #8506:
URL: https://github.com/apache/apisix/issues/8506

   ### Description
   
   lua ./apisix/cli/apisix.lua start
   lua: error loading module 'ssl.core' from file '/data/tapisix/deps/lib/lua/5.1/ssl.so':
   	/data/tapisix/deps/lib/lua/5.1/ssl.so: undefined symbol: luaL_setfuncs
   stack traceback:
   	[C]: ?
   	[C]: in function 'require'
   	/data/tapisix/deps/share/lua/5.1/ssl.lua:8: in main chunk
   	[C]: in function 'require'
   	/data/tapisix/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]: ?
   make: *** [run] 错误 1
   
   when I execute apisix.lua,it reports the mistake.
   
   
   
   
   
   ### Environment
   
   The system is centos7, dependecies cmd is:
   
   yum-config-manager --add-repo "https://openresty.org/package/centos/openresty.repo"
   sed -i 's/$releasever/7/g' /etc/yum.repos.d/openresty.repo
   yum install -y openresty  openresty-openssl111-devel


-- 
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-unsubscribe@apisix.apache.org.apache.org

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


[GitHub] [apisix] shreemaan-abhishek closed issue #8506: help request:

Posted by "shreemaan-abhishek (via GitHub)" <gi...@apache.org>.
shreemaan-abhishek closed issue #8506: help request: 
URL: https://github.com/apache/apisix/issues/8506


-- 
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-unsubscribe@apisix.apache.org

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


[GitHub] [apisix] tzssangglass commented on issue #8506: help request:

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #8506:
URL: https://github.com/apache/apisix/issues/8506#issuecomment-1347708313

   > lua ./apisix/cli/apisix.lua start
   
   This is the wrong way to execute it.
   
   We usually execute the following in the APISIX installation directory
   
   ```
   ./bin/apisix start
   ```


-- 
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-unsubscribe@apisix.apache.org

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


[GitHub] [apisix] mscb402 commented on issue #8506: help request:

Posted by GitBox <gi...@apache.org>.
mscb402 commented on issue #8506:
URL: https://github.com/apache/apisix/issues/8506#issuecomment-1347706064

   Why this Lua path is in "/data/tapisix", are you changed the script?


-- 
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-unsubscribe@apisix.apache.org

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