-
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: can not run APISIX on the ARM platfrom (centos 7) #589
Labels
help wanted
Extra attention is needed
Comments
moonming
added
bug
Something isn't working
help wanted
Extra attention is needed
labels
Sep 25, 2019
file miss? |
the file is exist. |
|
|
APISIX supported ARM64 in ubuntu 18.04, huawei kunpeng CPU: https://mp.weixin.qq.com/s/ZulGGzQRbi23lTvEAbqr6w |
moonming
changed the title
bug: can not run APISIX on the ARM platfrom
bug: can not run APISIX on the ARM platfrom (centos 7)
Oct 10, 2019
we removed rapidjson, so I think APISIX supports ARM64 centos now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
APISIX run error on the ARM platform
Environment
APISIX 0.7 RPM package
huawei cloud kc1.small.1
CentOS 7.6 64bit with ARM
Minimal test code / Steps to reproduce the issue
What's the actual result? (include assertion message & call stack if applicable)
[root@ecs-arm ~]# sudo apisix start
nginx: [error] init_by_lua error: error loading module 'rapidjson' from file '/usr/local/apisix//deps/lib64/lua/5.1/rapidjson.so':
/usr/local/apisix//deps/lib64/lua/5.1/rapidjson.so: cannot open shared object file: No such file or directory
stack traceback:
[C]: at 0xffff8ef4c5c0
[C]: in function 'require'
/usr/local/apisix/lua/apisix/core/schema.lua:1: in main chunk
[C]: in function 'require'
/usr/local/apisix/lua/apisix/core/config_etcd.lua:9: in main chunk
[C]: in function 'require'
/usr/local/apisix/lua/apisix/core.lua:4: in main chunk
[C]: in function 'require'
/usr/local/apisix/lua/apisix.lua:4: in main chunk
[C]: in function 'require'
init_by_lua:3: in main chunk
What's the expected result?
The text was updated successfully, but these errors were encountered: