On Wed, 2008-12-03 at 11:52 +0530, Ravindra wrote:
> Hi,
> 
> I want to build Apache 2.2.10 with static linking instead of default
> shared linking. I just want one httpd binary.
> 
> Old versions used to have "--disable-shared" option in configure
> script, this does not seem to exist now in new version.
> 
> Any clues how do I get statically linked Apache ?
> 
> Thanks in advance,
> Ravindra
> 

LDFLAGS="-static" ./configure ...


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to