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

2016-07-05 Thread Kartik Vashishta
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"

[users@httpd] httpd-2.2.31 for Solaris

2016-07-05 Thread Pradeep Ks
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.