You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Pradeep Ks <pr...@gmail.com> on 2016/07/05 10:00:52 UTC

[users@httpd] httpd-2.2.31 for Solaris

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.

Re: [users@httpd] httpd-2.2.31 for Solaris

Posted by Kartik Vashishta <ka...@gmail.com>.
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 <pr...@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.
>