nginx-s3-upload icon indicating copy to clipboard operation
nginx-s3-upload copied to clipboard

Docker not building

Open stevepeak opened this issue 6 years ago • 0 comments

....
adding module in /tmp/lua-nginx-module
checking for Lua library ... not found
checking for Lua library in /usr/local/ ... not found
checking for Lua library in /usr/local/ ... not found
checking for Lua library in /usr/pkg/ ... not found
checking for Lua library in /opt/local/ ... not found
checking for Lua library in /usr/local/*/lua51/ ... not found
checking for Lua library in /usr/ ... not found
checking for LuaJIT library in /usr/local/ ... not found
checking for LuaJIT library in /usr/ ... not found
checking for LuaJIT library in /usr/ ... not found
 ./configure: error: ngx_http_lua_module requires the Lua library.
The command '/bin/sh -c ./configure --sbin-path=/usr/local/sbin                 --conf-path=/etc/nginx/nginx.conf                 --pid-path=/var/run/nginx.pid                 --error-log-path=/var/log/nginx/error.log                 --http-log-path=/var/log/nginx/access.log                 --with-http_ssl_module                 --add-module=/tmp/ngx_devel_kit                 --add-module=/tmp/set-misc-nginx-module                 --add-module=/tmp/lua-nginx-module &&     make &&     make install' returned a non-zero code: 1

Using the Dockerfile provided in this project. Any suggestions would be helpful. 👍

stevepeak avatar Oct 15 '18 20:10 stevepeak