Apache Build:
#! /bin/sh
#
# Created by configure
CC="cc"; export CC
CFLAGS="-m64 -xO3"; export CFLAGS
LDFLAGS="-m64"; export LDFLAGS
"./configure" \
"--with-expat=/usr/sfw" \
"--with-ssl=/usr" \
"--enable-ssl" \
"--enable-proxy" \
"--enable-rewrite" \
"--enable-modules=all" \
"--enable-mods-shared=all" \
"--with-included-apr" \
"--prefix=/opt/apache2" \
"CC=cc" \
"CFLAGS=-m64 -xO3" \
"LDFLAGS=-m64" \
"$@"
Can someone share the binaries of httpd-2.2.31 for Solaris? I have no infrastructure to compile and not enough time and expertise to set it up. Thanks.