BrianGilbert / OSXAegirInstaller

This script installs aegir on OSX using Homebrew
30 stars 10 forks source link

Nginx configuration failing on Install 10.11 #54

Open JMGordon613 opened 8 years ago

JMGordon613 commented 8 years ago

Help please! I am running into an issue where the script hangs on the Nginx config. The last line I see is make install for nginx. The error at the end is when deleted the local dir to get the script to close and give me a log.. it is attached. This is what I get:

Installing nginx..

==> Downloading https://homebrew.bintray.com/bottles/pcre-8.38.el_capitan.bottle.tar.gz

==> Pouring pcre-8.38.el_capitan.bottle.tar.gz

🍺 /usr/local/Cellar/pcre/8.38: 146 files, 5.4M

==> Downloading https://homebrew.bintray.com/bottles/geoip-1.6.9.el_capitan.bottle.tar.gz

==> Pouring geoip-1.6.9.el_capitan.bottle.tar.gz

🍺 /usr/local/Cellar/geoip/1.6.9: 16 files, 551.8K

==> Installing nginx-full from homebrew/nginx

==> Installing dependencies for homebrew/nginx/nginx-full: upload-progress-nginx-module

==> Installing homebrew/nginx/nginx-full dependency: upload-progress-nginx-module

==> Downloading https://github.com/masterzen/nginx-upload-progress-module/archive/v0.9.1.tar.gz

==> Downloading from https://codeload.github.com/masterzen/nginx-upload-progress-module/tar.gz/v0.9.1

🍺 /usr/local/Cellar/upload-progress-nginx-module/0.9.1: 10 files, 174.5K, built in 3 seconds

==> Installing homebrew/nginx/nginx-full

==> Downloading http://nginx.org/download/nginx-1.8.1.tar.gz

==> ./configure --prefix=/usr/local/Cellar/nginx-full/1.8.1 --with-http_ssl_module --with-pcre --with-ipv6 --sbin-path=/usr/local/Cellar/nginx-full/1.8.1/bin/nginx --with-cc-opt=-I/usr/local/include -I/usr/local/Cellar/pcre/8.38/include -I/usr/local/Cellar/openssl/1.0.2g/include --with-ld-opt=-L/usr/local/lib -L/usr/local/Cellar/pcre/8.38/lib -L/usr/local/Cellar/openssl/1.0.2g/lib --conf-path=/usr/local/etc/nginx/nginx.conf --pid-path=/usr/local/var/run/nginx.pid --lock-path=/usr/local/var/run/nginx.lock --http-client-body-temp-path=/usr/local/var/run/nginx/client_body_temp --http-proxy-temp-path=/usr/local/var/run/nginx/proxy_temp --http-fastcgi-temp-path=/usr/local/var/run/nginx/fastcgi_temp --http-uwsgi-temp-path=/usr/local/var/run/nginx/uwsgi_temp --http-scgi-temp-path=/usr/local/var/run/nginx/scgi_temp --http-log-path=/usr/local/var/log/nginx/access.log --error-log-path=/usr/local/var/log/nginx/error.log --with-debug --with-http_flv_module --with-http_geoip_module --with-http_gzip_static_module --with-http_spdy_module --with-http_mp4_module --with-http_stub_status_module --with-http_dav_module --add-module=/usr/local/share/upload-progress-nginx-module

==> make install

Error: No such file or directory - /usr/local/Cellar/nginx-full/1.8.1/INSTALL_RECEIPT.json20160322-78276-cwoal7

Configuring nginx..

./aegir.sh: line 836: /usr/local/etc/nginx/nginx.conf: No such file or directory

sed: /usr/local/etc/nginx/nginx.conf: No such file or directory

nginx error.txt

webfed commented 8 years ago

Same here on fresh 10.11, can't get it to work