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/06/10 03:42:46 UTC

[GitHub] [apisix] mygrsun opened a new issue, #7227: help request: is there rpm which can be installed on arm ?

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

   ### Description
   
   is there rpm which can be installed on arm
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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] stubbornTanzhe commented on issue #7227: help request: is there rpm which can be installed on arm ?

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

   > > i can build by build-tool,but it's better if you can provide centos arm64 rpm in api7 repo @spacewander
   > 
   > Now, you can install apisix under centos arm64:
   > 
   > ```shell
   > yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
   > yum install -y apisix
   > ```
   
   3ks so much


-- 
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] xinqing123 commented on issue #7227: help request: is there rpm which can be installed on arm ?

Posted by "xinqing123 (via GitHub)" <gi...@apache.org>.
xinqing123 commented on issue #7227:
URL: https://github.com/apache/apisix/issues/7227#issuecomment-1445302237

   > > > > 我可以通过构建工具构建,但如果你能在 api7 repo 中提供 centos arm64 rpm 就更好了@spacewander
   > > > 
   > > > 
   > > > 现在,你可以在centos arm64下安装apisix了:
   > > > ```shell
   > > > yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
   > > > yum install -y apisix
   > > > ```
   > > 
   > > 
   > > 很不错。但是我可以通过直接 url 下载 rpm 文件吗?因为我的生产服务器无法连接到互联网....@soulbird
   > 
   > 当然可以,但是请记得同时下载依赖
   > 
   > ```
   > https://repos.apiseven.com/packages/centos/7/aarch64/apisix-$APISIX_VERSION-0.el7.aarch64.rpm
   > https://repos.apiseven.com/packages/centos/8/aarch64/apisix-$APISIX_VERSION-0.el8.aarch64.rpm
   > ```
   
   为什么这个连接我下不下来rpm
   


-- 
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] Liu-Junlin commented on issue #7227: help request: is there rpm which can be installed on arm ?

Posted by GitBox <gi...@apache.org>.
Liu-Junlin commented on issue #7227:
URL: https://github.com/apache/apisix/issues/7227#issuecomment-1235176012

   > > i can build by build-tool,but it's better if you can provide centos arm64 rpm in api7 repo @spacewander
   > 
   > Now, you can install apisix under centos arm64:
   > 
   > ```shell
   > yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
   > yum install -y apisix
   > ```
   
   Very nice.
   But Can I download the rpm file by a direct url ? Because my server in Production could not connect to internet ....
   @soulbird 


-- 
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] stubbornTanzhe commented on issue #7227: help request: is there rpm which can be installed on arm ?

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

   i can build by build-tool,but it's better if you can provide centos arm64 rpm in api7 repo


-- 
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] soulbird commented on issue #7227: help request: is there rpm which can be installed on arm ?

Posted by "soulbird (via GitHub)" <gi...@apache.org>.
soulbird commented on issue #7227:
URL: https://github.com/apache/apisix/issues/7227#issuecomment-1445535865

   see: https://openresty.org/cn/linux-packages.html


-- 
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] spacewander closed issue #7227: help request: is there rpm which can be installed on arm ?

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #7227: help request: is there rpm which can be installed on arm ?
URL: https://github.com/apache/apisix/issues/7227


-- 
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] spacewander commented on issue #7227: help request: is there rpm which can be installed on arm ?

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

   Do you mean arm32 or arm64?


-- 
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] mygrsun commented on issue #7227: help request: is there rpm which can be installed on arm ?

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

   > Do you mean arm32 or arm64?
   
   i want the arm64


-- 
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] soulbird closed issue #7227: help request: is there rpm which can be installed on arm ?

Posted by GitBox <gi...@apache.org>.
soulbird closed issue #7227: help request: is there rpm which can be installed on arm ?
URL: https://github.com/apache/apisix/issues/7227


-- 
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] soulbird commented on issue #7227: help request: is there rpm which can be installed on arm ?

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

   > i can build by build-tool,but it's better if you can provide centos arm64 rpm in api7 repo @spacewander
   
   Now, you can install apisix under centos arm64:
   ```shell
   yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
   yum install -y apisix
   ```


-- 
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] mygrsun commented on issue #7227: help request: is there rpm which can be installed on arm ?

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

   i want the arm64 


-- 
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] spacewander commented on issue #7227: help request: is there rpm which can be installed on arm ?

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

   Consider solved. Feel free to reopen it if needed.


-- 
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] xinqing123 commented on issue #7227: help request: is there rpm which can be installed on arm ?

Posted by "xinqing123 (via GitHub)" <gi...@apache.org>.
xinqing123 commented on issue #7227:
URL: https://github.com/apache/apisix/issues/7227#issuecomment-1445305767

   > > > > > 我可以通过构建工具构建,但如果你能在 api7 repo 中提供 centos arm64 rpm 就更好了@spacewander
   > > > > 
   > > > > 
   > > > > 现在,你可以在centos arm64下安装apisix了:
   > > > > ```shell
   > > > > yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
   > > > > yum install -y apisix
   > > > > ```
   > > > 
   > > > 
   > > > 很不错。但是我可以通过直接 url 下载 rpm 文件吗?因为我的生产服务器无法连接到互联网....@soulbird
   > > 
   > > 
   > > 当然可以,但是请记得同时下载依赖
   > > ```
   > > https://repos.apiseven.com/packages/centos/7/aarch64/apisix-$APISIX_VERSION-0.el7.aarch64.rpm
   > > https://repos.apiseven.com/packages/centos/8/aarch64/apisix-$APISIX_VERSION-0.el8.aarch64.rpm
   > > ```
   > 
   > 非常感谢。
   
   能问一下,这些依赖包有aarch64的嘛,我没找到openresty的aarch64 的rpm


-- 
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] xinqing123 commented on issue #7227: help request: is there rpm which can be installed on arm ?

Posted by "xinqing123 (via GitHub)" <gi...@apache.org>.
xinqing123 commented on issue #7227:
URL: https://github.com/apache/apisix/issues/7227#issuecomment-1445305771

   > > > > > 我可以通过构建工具构建,但如果你能在 api7 repo 中提供 centos arm64 rpm 就更好了@spacewander
   > > > > 
   > > > > 
   > > > > 现在,你可以在centos arm64下安装apisix了:
   > > > > ```shell
   > > > > yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
   > > > > yum install -y apisix
   > > > > ```
   > > > 
   > > > 
   > > > 很不错。但是我可以通过直接 url 下载 rpm 文件吗?因为我的生产服务器无法连接到互联网....@soulbird
   > > 
   > > 
   > > 当然可以,但是请记得同时下载依赖
   > > ```
   > > https://repos.apiseven.com/packages/centos/7/aarch64/apisix-$APISIX_VERSION-0.el7.aarch64.rpm
   > > https://repos.apiseven.com/packages/centos/8/aarch64/apisix-$APISIX_VERSION-0.el8.aarch64.rpm
   > > ```
   > 
   > 非常感谢。
   
   能问一下,这些依赖包有aarch64的嘛,我没找到openresty的aarch64 的rpm


-- 
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] soulbird commented on issue #7227: help request: is there rpm which can be installed on arm ?

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

   This is already in my plan.


-- 
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] spacewander commented on issue #7227: help request: is there rpm which can be installed on arm ?

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

   CC @soulbird 


-- 
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] Liu-Junlin commented on issue #7227: help request: is there rpm which can be installed on arm ?

Posted by GitBox <gi...@apache.org>.
Liu-Junlin commented on issue #7227:
URL: https://github.com/apache/apisix/issues/7227#issuecomment-1235220013

   > > > > i can build by build-tool,but it's better if you can provide centos arm64 rpm in api7 repo @spacewander
   > > > 
   > > > 
   > > > Now, you can install apisix under centos arm64:
   > > > ```shell
   > > > yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
   > > > yum install -y apisix
   > > > ```
   > > 
   > > 
   > > Very nice. But Can I download the rpm file by a direct url ? Because my server in Production could not connect to internet .... @soulbird
   > 
   > Of course you can, but please remember to download the dependencies at the same time
   > 
   > ```
   > https://repos.apiseven.com/packages/centos/7/aarch64/apisix-$APISIX_VERSION-0.el7.aarch64.rpm
   > https://repos.apiseven.com/packages/centos/8/aarch64/apisix-$APISIX_VERSION-0.el8.aarch64.rpm
   > ```
   
   Thanks very much.


-- 
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] soulbird commented on issue #7227: help request: is there rpm which can be installed on arm ?

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

   > > > i can build by build-tool,but it's better if you can provide centos arm64 rpm in api7 repo @spacewander
   > > 
   > > 
   > > Now, you can install apisix under centos arm64:
   > > ```shell
   > > yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
   > > yum install -y apisix
   > > ```
   > 
   > Very nice. But Can I download the rpm file by a direct url ? Because my server in Production could not connect to internet .... @soulbird
   
   Of course you can, but please remember to download the dependencies at the same time
   ````
   https://repos.apiseven.com/packages/centos/7/aarch64/apisix-$APISIX_VERSION-0.el7.aarch64.rpm
   https://repos.apiseven.com/packages/centos/8/aarch64/apisix-$APISIX_VERSION-0.el7.aarch64.rpm
   ````


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