thunderZH963 opened a new issue, #396:
URL: https://github.com/apache/openwhisk-apigateway/issues/396
I can build openwhisk-apigateway('make docker') successfully on x86_64.
But when I move to ARM64, some errors occur(when Step 9/21 : RUN echo " ...
installing opm packages ... " ),
'''
ERROR: module 'ngx.process' not found:
no field package.preload['ngx.process']
no file './ngx/process.lua'
no file
'/usr/local/api-gateway/luajit/share/luajit-2.1.0-beta3/ngx/process.lua'
no file '/usr/local/share/lua/5.1/ngx/process.lua'
no file '/usr/local/share/lua/5.1/ngx/process/init.lua'
no file '/usr/local/api-gateway/luajit/share/lua/5.1/ngx/process.lua'
no file
'/usr/local/api-gateway/luajit/share/lua/5.1/ngx/process/init.lua'
no file './ngx/process.so'
no file '/usr/local/lib/lua/5.1/ngx/process.so'
no file '/usr/local/api-gateway/luajit/lib/lua/5.1/ngx/process.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file './ngx.so'
no file '/usr/local/lib/lua/5.1/ngx.so'
no file '/usr/local/api-gateway/luajit/lib/lua/5.1/ngx.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
ERROR: luajit is required but is not available according to resty:
'''
I know that
[00c4c7cb5125cf72799c184e0ff538abd9830ea2](https://github.com/apache/openwhisk-apigateway/commit/00c4c7cb5125cf72799c184e0ff538abd9830ea2)
supported aarch64, but maybe it not works?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]