Re: httpd-2.2.31 for Solaris

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <pradeephsn@xxxxxxxxx> 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.


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux