Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]

2025-07-31 Thread via GitHub


XW512 closed issue #12409: help request:  API version 3.13.0 forces download of 
dependency packages
URL: https://github.com/apache/apisix/issues/12409


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]

2025-07-31 Thread via GitHub


XW512 commented on issue #12409:
URL: https://github.com/apache/apisix/issues/12409#issuecomment-3142393139

   > Hi [@XW512](https://github.com/XW512), we have updated the relevant 
documents. Is the problem solved?
   
   Hello, I have resolved this issue through RPM 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]

2025-07-31 Thread via GitHub


Baoyuantop commented on issue #12409:
URL: https://github.com/apache/apisix/issues/12409#issuecomment-3142354043

   Hi @XW512, we have updated the relevant documents. Is the problem solved?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]

2025-07-22 Thread via GitHub


XW512 commented on issue #12409:
URL: https://github.com/apache/apisix/issues/12409#issuecomment-3102333012

   > Why not use docker images?
   
   Hello, I am currently attempting to install the apisix-3.13.0 version using 
the rpm method, but I am following the offline method recommended by the 
official website:
   sudo mkdir -p apisix
   sudo yum install -y 
https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
   sudo yum clean all && yum makecache
   sudo yum install -y --downloadonly --downloaddir=./apisix apisix
   The downloaded version of apisix is 3.9.1. How can I install the latest 
apisix-3.13.0 version using the rpm method


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]

2025-07-09 Thread via GitHub


XW512 commented on issue #12409:
URL: https://github.com/apache/apisix/issues/12409#issuecomment-3055871995

   > Why not use docker images?
   
   Thank you for your reply. Due to restrictions in our company, Docker cannot 
be installed on virtual machines to deploy applications


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]

2025-07-09 Thread via GitHub


Baoyuantop commented on issue #12409:
URL: https://github.com/apache/apisix/issues/12409#issuecomment-3055207204

   Why not use docker images?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]

2025-07-09 Thread via GitHub


XW512 commented on issue #12409:
URL: https://github.com/apache/apisix/issues/12409#issuecomment-3051497958

   > Can you use https://github.com/api7/apisix-build-tools to build rpm or deb 
packages for use?
   
   Thank you for your reply. As we have customized the components of Apisix, 
may I not be able to use this Apisix build tool


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]

2025-07-09 Thread via GitHub


Baoyuantop commented on issue #12409:
URL: https://github.com/apache/apisix/issues/12409#issuecomment-3051462863

   Can you use https://github.com/api7/apisix-build-tools to build rpm or deb 
packages for use?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]

2025-07-08 Thread via GitHub


XW512 commented on issue #12409:
URL: https://github.com/apache/apisix/issues/12409#issuecomment-3051021303

   > Can you share your specific compilation steps?
   
   Okay, thank you. I will first install the required openssl on the virtual 
machine, then install openresty through the source code, install lua-5.1.5, 
install luarocks, install etcd, and finally compile the version of apisix 
through make deps. In version 3.5.0, when making deps, local environment 
variables such as openresty, lua, and luarocks will be used first. I see that 
in the install dependencies. sh script of apisix-3.13.0, since version 3.7.0, 
this method will be called through the multi-distro_installation method, which 
is executed by downloading the build apisix-runtime.sh script. Then execute, 
which is not available in versions before 3.8.0


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]

2025-07-08 Thread via GitHub


Baoyuantop commented on issue #12409:
URL: https://github.com/apache/apisix/issues/12409#issuecomment-3050799070

   Can you share your specific compilation steps?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]