[users@httpd] Building Apache 2.2

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

 



Hello,

I'm trying to build Apache 2.2 to resemble as closely as possible a
version of 2.0.55 that I have access to. 

There is a build/config.nice file that I'm assuming can be used for this
purpose. Is this a correct assumption? Is there anything else I need to
look at?

Here's the contents of the config.nice file:

#! /bin/sh
#
# Created by configure

CFLAGS="-arch i386 -arch ppc -pipe -Os"; export CFLAGS
LDFLAGS="-arch i386 -arch ppc -pipe -Os"; export LDFLAGS
"./configure" \
"LDFLAGS=-arch i386 -arch ppc -pipe -Os" \
"CFLAGS=-arch i386 -arch ppc -pipe -Os" \
"--prefix=/opt/apache2" \
"--with-port=8080" \
"--with-mpm=worker" \
"--enable-mods-shared=most" \
"--enable-ssl" \
"--enable-info" \
"--enable-example" \
"--enable-file-cache" \
"--enable-proxy" \
"$@"

Thanks,

Ian


---------------------------------------------------------------------
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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[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