-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: apisix doesn't work, 'resty.events.compat' not found #10684
Comments
for now please change the value of apisix/conf/config-default.yaml Line 143 in 0a85ba4
to |
cc: @bzp2010 |
yes! it works |
i dont understand why the ci pass, if this work bad on mac only? |
not a problem with mac, this occured on linux as well... we are missing some steps. |
@Vacant2333 please update the install docs. |
|
|
Current Behavior
i follow the source installation guild(checkout master), https://apisix.apache.org/docs/apisix/building-apisix/
then start the apisix, it will throw a error like
'resty.events.compat' not found:
if i checkout to the branch before, it works fine, looks like #10550 makes this
Expected Behavior
start apisix success, and no errors
Error Logs
Steps to Reproduce
follow the source installation guild
https://apisix.apache.org/docs/apisix/building-apisix/
curl https://raw.githubusercontent.com/apache/apisix/master/utils/install-dependencies.sh -sL | bash - git checkout master apisix stop make deps sudo make install apisix start cat logs/error.log
Environment
apisix version
): 3.7.0uname -a
): Darwin MasterNode.local 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:53:34 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8103 arm64openresty -V
ornginx -V
): nginx version: openresty/1.21.4.2luarocks --version
): 3.9.2The text was updated successfully, but these errors were encountered: