[OmniOS-discuss] Apache for OmniOS r151016?

John D Groenveld jdg117 at elvis.arl.psu.edu
Thu Nov 19 23:23:41 UTC 2015


In message <alpine.GSO.2.01.1511191451530.1673 at freddy.simplesystems.org>, Bob F
riesenhahn writes:
>What is the best way to obtain and install Apache for OmniOS r151016 
>which works properly and will survive the regular upgrade process?  I 

#! /bin/sh
#
# Created by configure

CC="gcc"; export CC
CFLAGS="-m64 -O3"; export CFLAGS
LDFLAGS="-m64"; export LDFLAGS
"./configure" \
"--with-expat=/usr" \
"--with-ssl=/usr" \
"--enable-ssl" \
"--enable-proxy" \
"--enable-rewrite" \
"--enable-modules=all" \
"--enable-mods-shared=all" \
"--with-included-apr" \
"--prefix=/opt/apache2" \
"CC=gcc" \
"CFLAGS=-m64 -O3" \
"LDFLAGS=-m64"

Best for me, but YMMV.

>am really surprised to not find Apache in the standard OmniOS 
>packages.

<URL:http://omnios.omniti.com/wiki.php/KYSTY>

John
groenveld at acm.org


More information about the OmniOS-discuss mailing list