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/29 07:25:49 UTC

[GitHub] [apisix] chenyyyang opened a new issue, #7350: Macbook Pro with M1 chip can not start apisix via './bin/apisix start' .says ''http_stub_status_module' module is missing'

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

   ### Description
   
   ➜  apache-apisix-2.14.1-src ./bin/apisix start 
   /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua start
   'http_stub_status_module' module is missing in your openresty, please check it out. Without this module, there will be fewer monitoring indicators.
   nginx: [emerg] unknown directive "real_ip_header" in /Users/OwenWu/Desktop/IdeaProjects/apisix/apache-apisix-2.14.1-src/conf/nginx.conf:122
   
   ➜  apache-apisix-2.14.1-src openresty -v
   nginx version: openresty/1.21.4.1
   
   ### Environment
   
   <img width="228" alt="image" src="https://user-images.githubusercontent.com/22273370/176377075-58a194b4-0cfe-4501-95a9-27ac6eccf2cf.png">
   


-- 
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] spacewander closed issue #7350: request help: mac M1 can not start apisix via './bin/apisix start'

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #7350: request help: mac M1 can not start apisix via './bin/apisix start'
URL: https://github.com/apache/apisix/issues/7350


-- 
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] chenyyyang commented on issue #7350: request help: mac M1 can not start apisix via './bin/apisix start'

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

   <img width="975" alt="image" src="https://user-images.githubusercontent.com/22273370/176430002-18e101ff-6fd5-40e7-9a4a-e545f6646cda.png">
   


-- 
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] chenyyyang commented on issue #7350: request help: mac M1 can not start apisix via './bin/apisix start'

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

   https://github.com/apache/apisix/issues/7313
   I have the same issue as the link shows. Are there any solutions now...


-- 
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] tokers commented on issue #7350: Macbook Pro with M1 chip can not start apisix via './bin/apisix start' .says ''http_stub_status_module' module is missing'

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

   @chenyyyang How did you install 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] tzssangglass commented on issue #7350: request help: mac M1 can not start apisix via './bin/apisix start'

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

   1. You need to give the complete process of building APISIX and apisix-base, from the error report it seems that `http_stub_status_module` is missing when building apisix-base.
   2. Environmental information needs to be text, not a picture of the operating system.


-- 
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] chenyyyang commented on issue #7350: request help: mac M1 can not start apisix via './bin/apisix start'

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

   Thank you @tzssangglass  @tokers 
   I have solved the following issue.
   But indicate new problems when i tried to develop Java Plugins.
   ![Screenshot2022_06_29_192350](https://user-images.githubusercontent.com/22273370/176428917-a47d6e11-e393-44f1-81a2-dde7d0d412a7.jpg)
   
   I think the cause of the problem may be from Netty . I tried to upgrade the version of Netty and netty-transport-native-kqueue,but not work...
   refer to : https://github.com/netty/netty/issues/12024#issuecomment-1169849069
   Many thanks ~~


-- 
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 #7350: request help: mac M1 can not start apisix via './bin/apisix start'

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

   Close as @tzssangglass has replied in https://github.com/apache/apisix-java-plugin-runner/issues/156


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