apache / apisix

The Cloud-Native API Gateway
https://apisix.apache.org/blog/
Apache License 2.0
13.96k stars 2.45k forks source link

help request: connect() to unix:/usr/local/apisix/conf/apisix-1.sock failed (2: No such file or directory), client: #11306

Open dnmyGo opened 1 month ago

dnmyGo commented 1 month ago

Description

apisix deploy by docker start : docker run -d --name apisix --cpus 8 --memory 16G --network host -v /home/work/apisix/gateway-plugin:/usr/local/apisix/apisix-plugin-runner -v /home/work/apisix/config.yaml:/usr/local/apisix/conf/config.yaml -v /home/work/apisix/logs:/usr/local/apisix/logs -v /etc/localtime:/etc/localtime apache/apisix:latest

Execute make build to generate a new go runner executable program,than replace the old go-runner ,restart apisix finally err !

image

Environment

dnmyGo commented 1 month ago

resolved , image There is an issue with the compilation environment, and the dependency libraries may be too old