On Fri, Apr 25, 2014 at 4:43 PM, venu thangalapally <when...@gmail.com>wrote:

> can you please provide more info how can i build it to 64-bit... apache
> 2.2 tar file from apache link does not say the bit level information
>

Build apr, apr-util, and httpd with

CC="cc -m64" ./configure ...

Replace cc with gcc if necessary, or 64 with 32 if necessary.
Replace cc with full path to Sun Studio compiler if it isn't found in path.
You need matching versions of support libraries too.

If you've never built on Solaris before, maybe you are missing different
tools or libraries and maybe have a few uncomfortable tricks to learn about
setting PATH to avoid bogus cc.  Maybe http://sunfreeware.com/ is a good
place to look for binaries.


>
> Regards
> Venu
>
>
> On Fri, Apr 25, 2014 at 3:41 PM, Eric Covener <cove...@gmail.com> wrote:
>
>> On Fri, Apr 25, 2014 at 4:40 PM, venu thangalapally <when...@gmail.com>
>> wrote:
>> > Guys.. do we have a 32-bit and 64-bit apache 2.2.27 http server ? for
>> > soalris ?
>> >
>>
>> You can build it either way.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>> For additional commands, e-mail: users-h...@httpd.apache.org
>>
>>
>


-- 
Born in Roswell... married an alien...
http://emptyhammock.com/
http://edjective.org/

Reply via email to