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 2021/02/17 15:16:24 UTC

[GitHub] [apisix] apchee edited a comment on issue #3598: Failed to Install APISIX-2.3 from RPM Package

apchee edited a comment on issue #3598:
URL: https://github.com/apache/apisix/issues/3598#issuecomment-780623270


   > Thank you all for following this issue.
   > 
   > I've tried many times in CentOS 7 with both hypervisor VirtualBox hosted on Ubuntu 20.04 and VMware Workstation hosted on Windows 10. I've never been successful. My OS environment is much clear with minimal installation. It's even no wget. I don't know which dependencies are missing.
   
   By the way, I just installed the previous version apisix-2.2-0.x86_64.rpm. It works for me. At least, no error was reported to me as following:
   
   ```
   $ sudo apisix start
   nginx: [emerg] invalid port in resolver "fddc:4d2:c510::1" in /usr/local/apisix/conf/nginx.conf:75
   $ sudo vim /etc/resolv.conf
   # removed the IP v6 item from the file `/etc/resolv.conf`
   $ sudo apisix start
   $ ss -tnpl
   State      Recv-Q Send-Q Local Address:Port               Peer Address:Port           
   LISTEN     0      100     127.0.0.1:25                          *:*
   LISTEN     0      128     127.0.0.1:9090                        *:*
   LISTEN     0      128             *:9443                        *:*
   LISTEN     0      128     127.0.0.1:2379                        *:*                   users:(("etcd",pid=44051,fd=6))
   LISTEN     0      128     127.0.0.1:2380                        *:*                   users:(("etcd",pid=44051,fd=5))
   LISTEN     0      128             *:22                          *:*
   LISTEN     0      128             *:9080                        *:*
   LISTEN     0      100         [::1]:25                       [::]:*
   LISTEN     0      128          [::]:9443                     [::]:*
   LISTEN     0      128          [::]:22                       [::]:*
   LISTEN     0      128          [::]:9080                     [::]:*
   $
   ```


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

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