Here's how to compile 64 bit https on Solaris Sparc: 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" \ "$@" On Tue, Jul 5, 2016 at 5:00 AM, Pradeep Ks <pradeep...@gmail.com> wrote: > 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. >