logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: how to compile apache as 64Bit on Solaris and Linux
Author
lovingaditya28



Joined: 05 Apr 2013
Posts: 7

PostPosted: Wed 18 Jun '14 7:44    Post subject: how to compile apache as 64Bit on Solaris and Linux Reply with quote

Hello Experts

I want to complile apache as 64bit on Solaris and Linux systems. Can you please guide how to achiev this.
I am trying to follow this approach but notsuccessfull and Need you comments on this:

1. compile pcre
2. compile apr
3. compile apr-util
4. compile openssl (./Configure solaris64-sparcv9-gcc --prefix=/local/apache/249/openssl shared)
5. compile apache (not sure what syntax to be used for 64bit)

kindly revert with your expert advise

thanks
Pankaj
Back to top
covener



Joined: 23 Nov 2008
Posts: 55

PostPosted: Wed 18 Jun '14 15:44    Post subject: Reply with quote

For sparc with sunstudio, here's what I do:

CC="cc -xarch=v9"
LD="CC -xarch=v9"

I believe you must use -m64 instead for older sun studio releases.

For real help, you'll need to provide a lot more specifics.
Back to top


Reply to topic   Topic: how to compile apache as 64Bit on Solaris and Linux View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads