Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 99044 invoked from network); 30 Sep 2003 12:39:52 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Sep 2003 12:39:52 -0000 Received: (qmail 16020 invoked by uid 500); 30 Sep 2003 12:39:50 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 15947 invoked by uid 500); 30 Sep 2003 12:39:49 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 15932 invoked from network); 30 Sep 2003 12:39:48 -0000 Received: from unknown (HELO beauty.rexursive.com) (202.59.98.58) by daedalus.apache.org with SMTP; 30 Sep 2003 12:39:48 -0000 Received: from meowth.rexursive.com (unknown [172.27.0.10]) by beauty.rexursive.com (Postfix) with ESMTP id A23AC1E8D7 for ; Tue, 30 Sep 2003 22:35:24 +1000 (EST) Received: from furby.rexursive.com (furby.rexursive.com [172.27.0.21]) by meowth.rexursive.com (Postfix) with ESMTP id 95B39DABEA for ; Tue, 30 Sep 2003 22:36:34 +1000 (EST) Subject: Re: Static linking of mod_apreq into Apache 2 From: Bojan Smojver To: APREQ List In-Reply-To: References: <1064879652.1279.2.camel@beast.rexursive.com> Content-Type: text/plain Message-Id: <1064925797.9112.5.camel@furby.rexursive.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 30 Sep 2003 22:43:18 +1000 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N It's actually not that complicated to do. In the module I'm developing (mod_spin), which is using mod_apreq, this is already done (mostly pinched from mod_jk). Of course, you have to "buildconf && ./config.nice && make && make install" Apache after you install the module, but that's about it. I might give it a try. It's just a matter of fiddling with configure.ac and Makefile.am. On Tue, 2003-09-30 at 21:07, Joe Schaefer wrote: > Bojan Smojver writes: > > > Is that currently possible? I haven't noticed those options in > > configure/build process... > > I don't think so- wouldn't that require mod_apreq to be > compiled *before* httpd? Our current build system assumes > httpd is already installed, so I guess you'd need to figure > out how to configure libapreq/mod_apreq from the httpd-2.0 > source, plus tell httpd to build and link it in during *its* > compile. > > That would be a nice feature to have, but I don't think anyone > has volunteered to do it. -- Bojan