Skip to content

Instantly share code, notes, and snippets.

@7hunderbird
Created August 28, 2013 23:10
Show Gist options
  • Save 7hunderbird/0b7d974bfde23098064c to your computer and use it in GitHub Desktop.
Save 7hunderbird/0b7d974bfde23098064c to your computer and use it in GitHub Desktop.
→ brew install djl/apache2/apache24
==> Installing apache24 dependency: pcre
==> Downloading ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.33.tar.bz2
Already downloaded: /Library/Caches/Homebrew/pcre-8.33.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/pcre/8.33 --enable-utf8 --enable-unicode-properties --enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-jit
==> make
==> make test
==> make install
🍺 /usr/local/Cellar/pcre/8.33: 140 files, 4.0M, built in 43 seconds
==> Installing apache24
==> Downloading http://apache.mirrors.pair.com/httpd/httpd-2.4.6.tar.bz2
Already downloaded: /Library/Caches/Homebrew/apache24-2.4.6.tar.bz2
==> tar -xzf apr-1.4.8.tar.gz
==> tar -xzf apr-util-1.5.2.tar.gz
==> ./configure --prefix=/usr/local/Cellar/apache24/2.4.6 --mandir=/usr/local/Cellar/apache24/2.4.6/share/man --with-mpm=prefork --with-included-apr --enable-mods-shared=all --with-pcre=/usr/local/Cellar/
==> make
==> make install
🍺 /usr/local/Cellar/apache24/2.4.6: 1371 files, 27M, built in 3.3 minutes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment