From owner-freebsd-questions@FreeBSD.ORG Wed Jan 7 01:25:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFB5016A4CE for ; Wed, 7 Jan 2004 01:25:50 -0800 (PST) Received: from tibor.swiftdsl.com.au (tibor.swiftdsl.com.au [202.154.92.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85D0D43D31 for ; Wed, 7 Jan 2004 01:25:48 -0800 (PST) (envelope-from deviledog@swiftdsl.com.au) Received: (qmail 26386 invoked by uid 33); 7 Jan 2004 09:30:15 -0000 Received: from 218.214.54.98 (proxying for unknown) (SquirrelMail authenticated user deviledog) by webmail.swiftdsl.com.au with HTTP; Wed, 7 Jan 2004 20:30:15 +1100 (EST) Message-ID: <19509.218.214.54.98.1073467815.squirrel@webmail.swiftdsl.com.au> In-Reply-To: <19B481CA418DC04CA76EEF2B90B905F10331B9@srv-mail.magic-garden.local> References: <19B481CA418DC04CA76EEF2B90B905F10331B9@srv-mail.magic-garden.local> Date: Wed, 7 Jan 2004 20:30:15 +1100 (EST) From: "August Simonelli" To: "Zoran Kikic" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: questions@freebsd.org Subject: Re: ports confusion - are they configurable like I want? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2004 09:25:51 -0000 > hi, > > I build my apache from source and it runs wonderful on fbsd 5.1. > Now I tried to do the same with the fbsd apache-port but I > have no idea how to install the port with the same(exact) configuration > arguments I used for my source build: > > ./configure --enable-layout=xyz --enable-file-cache --enable-cache > --enable-deflate \ > --enable-proxy --enable-bucketeer --enable-module=so --with-mpm=worker \ > --enable-mods-shared=all --enable-logio --enable-ssl=shared > --with-ssl-dir=/usr/local/ssl > > I realized the knobs an CONFIGURE_ARGS in Makefile but I still don't > know how > to proceed... I found many hints about this but nobody shows any > samples. > > thanks for help. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > Hi Zoran, I've just asked a similar question on this list and got some great answers; have a look at the thread here: http://lists.freebsd.org/pipermail/freebsd-questions/2004-January/031152.html hope this helps, august