Last active
October 17, 2017 23:09
-
-
Save n0ts/b151f48793b332f1f0663b5cc07202de to your computer and use it in GitHub Desktop.
nginx-full with mruby-module
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install nginx-full --with-mruby-module --no-sandbox | |
==> Installing nginx-full from homebrew/nginx | |
==> Downloading https://nginx.org/download/nginx-1.12.1.tar.gz | |
######################################################################## 100.0% | |
==> git init | |
==> git submodule init | |
==> git submodule update | |
==> git add build_config.rb | |
==> git commit -m 'build_config.rb' | |
Last 15 lines from ~/Library/Logs/Homebrew/nginx-full/05.git: | |
minirake | |
mrbgems/ | |
mrblib/ | |
mruby-source.gemspec | |
src/ | |
tasks/ | |
test/ | |
travis_config.rb | |
../nginx_version | |
../src/ | |
../test.sh | |
../test/ | |
../update-mruby-subtree | |
nothing added to commit but untracked files present | |
READ THIS: https://docs.brew.sh/Troubleshooting.html | |
These open issues may also help: | |
Compiler error when installing nginx-full ---with-upload-module https://github.com/Homebrew/homebrew-nginx/issues/304 | |
building nginx-full with healthcheck module giving error https://github.com/Homebrew/homebrew-nginx/issues/263 | |
unknown directive "mail" with mail option enabled https://github.com/Homebrew/homebrew-nginx/issues/147 | |
ipv4 support https://github.com/Homebrew/homebrew-nginx/issues/114 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment