X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <000c01c8805f$2be18eb0$4d22b7a3 AT mea DOT slb DOT com> Subject: RE: Apache 2.2.6 building from source code Date: Fri, 7 Mar 2008 15:20:52 -0000 Message-ID: <001701c88066$d48bf260$2708a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <000c01c8805f$2be18eb0$4d22b7a3@mea.slb.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Anik Pal wrote: > But it looks like it place the build binary of > apache in the default location, I want it to build and place > the binary in the my defined location. > I know in the unix set up > %Configure --prefix="Traget_directory" > you can direct it to place the binary. But as I'm not directly running > configure rather running % apache2-2.2.6-1.sh conf (hope it will apply > cygwin specific patches) so I can't input the prefix target directory. > > So what changes to be required to redirect the binary in my defined > location? Regards Just edit apache2-2.2.6-1.sh and find where it runs configure, you can edit the --prefix setting there. It's in the conf() shell function definition, around line 197. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/