Skip to content

Instantly share code, notes, and snippets.

@phpdave
Last active April 20, 2016 19:25
Show Gist options
  • Save phpdave/046110a80f45f294235ac35472568373 to your computer and use it in GitHub Desktop.
Save phpdave/046110a80f45f294235ac35472568373 to your computer and use it in GitHub Desktop.
git clone [email protected]:git-mirror/nginx.git && cd nginx
PATH=/opt/freeware/bin:$PATH \
CC=gcc \
CFLAGS=-O3 \
./auto/configure \
--error-log-path=/var/log/nginx/error.log \
--http-log-path=/var/log/nginx/access.log \
--with-http_ssl_module \
--pid-path=/var/run/nginx.pid \
--without-http_scgi_module \
--without-http_uwsgi_module \
--with-cpu-opt=ppc64 \
--without-http_rewrite_module
make
make install
rpms for gcc for AIX
http://www.oss4aix.org/download/RPMS/gcc/
http://www.oss4aix.org/download/RPMS/gmp/
http://www.oss4aix.org/download/RPMS/libmpc/
http://www.oss4aix.org/download/RPMS/mpfr/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment