In message <[email protected]>, 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 [email protected] _______________________________________________ OmniOS-discuss mailing list [email protected] http://lists.omniti.com/mailman/listinfo/omnios-discuss
