Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 11640 invoked from network); 10 Jun 2008 16:39:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jun 2008 16:39:01 -0000 Received: (qmail 64415 invoked by uid 500); 10 Jun 2008 16:38:53 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 64402 invoked by uid 500); 10 Jun 2008 16:38:53 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 64390 invoked by uid 99); 10 Jun 2008 16:38:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 09:38:53 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jmedina@e-dialog.com designates 64.28.75.202 as permitted sender) Received: from [64.28.75.202] (HELO corp-mail.e-dialog.com) (64.28.75.202) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 16:38:03 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C8CB18.64964AF0" Date: Tue, 10 Jun 2008 12:38:20 -0400 Message-ID: <9DD36C99332AB7438F8D73C048D8C62C010B316C@sneezy.ad.e-dialog.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Building Apache, does --prefix gets hardcoded ? Thread-Index: AcjLGGQ8wEQ4oadZSqqRqzSBsUPKkg== From: "Jorge Medina" To: X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Building Apache, does --prefix gets hardcoded ? ------_=_NextPart_001_01C8CB18.64964AF0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I am trying to create a tar ball with Apache, Tomcat and my application to be deployed later on a server with the same kernel as the building machine. =20 When building Apache HTTP server, there is an option "-prefix" passed to "configure" script that indicates where will the result of the build end up. =20 Does it gets hardcoded into the code? Can I move later the build server to another directory and just adjust configuration files? =20 For example, if I build with -prefix=3D/myproject/build/http, would it = be possible later on to move the location of the HTTP server to another directory? (E.g. /opt/http)=20 =20 In other words, do I need to distribute HTTP source code and build it when I install my application, or can I build it ahead of time and just configure it at installation time? =20 Thank you. =20 =20 -Jorge ------_=_NextPart_001_01C8CB18.64964AF0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I am trying to create a tar ball with Apache, Tomcat = and my application to be deployed later on a server with the same kernel as the building machine.

 

When building Apache HTTP server, there is an option = “—prefix” passed to “configure” script that indicates where will the = result of the build end up.

 

Does it gets hardcoded into the code? Can I move = later the build server to another directory and just adjust configuration = files?

 

For example, if I build with = –prefix=3D/myproject/build/http, would it be possible later on to move the location of the HTTP server to = another directory? (E.g. /opt/http)

 

In other words, do I need to distribute HTTP source = code and build it when I install my application, or can I build it ahead of time = and just configure it at installation time?

 

Thank you.

 

 

-Jorge

------_=_NextPart_001_01C8CB18.64964AF0--