From owner-freebsd-ports@FreeBSD.ORG Sat Jul 30 09:58:29 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D57D016A41F for ; Sat, 30 Jul 2005 09:58:29 +0000 (GMT) (envelope-from neuhauser@sigpipe.cz) Received: from isis.sigpipe.cz (fw.sigpipe.cz [62.245.70.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 627E143D48 for ; Sat, 30 Jul 2005 09:58:29 +0000 (GMT) (envelope-from neuhauser@sigpipe.cz) Received: by isis.sigpipe.cz (Postfix, from userid 1001) id 487021F87BEF; Sat, 30 Jul 2005 11:58:28 +0200 (CEST) Date: Sat, 30 Jul 2005 11:58:28 +0200 From: Roman Neuhauser To: "John R. Owens" Message-ID: <20050730095828.GC79432@isis.sigpipe.cz> Mail-Followup-To: "John R. Owens" , freebsd-ports@freebsd.org References: <42EAB453.9010503@ghiapet.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42EAB453.9010503@ghiapet.homeip.net> User-Agent: Mutt/1.5.9i Cc: freebsd-ports@freebsd.org Subject: Re: make apache2 not making mod_cgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2005 09:58:30 -0000 # jowens@ghiapet.homeip.net / 2005-07-29 17:57:23 -0500: > the first couple of times I remade apache2, I got a mod_cgi.so > installed. Now, the past couple of times I've remade it (perhaps since > Wednesday or so?), it's making all the modules I want except mod_cgi. > I've cvsup'ed a couple of times since then, and I've got > WITH_MISC_MODULES=yes, but in config.log I find this: > $ ./configure --prefix=/usr/local --enable-layout=FreeBSD > --with-perl=/usr/local/bin/perl5.8.7 --with-port=80 > --with-expat=/usr/local --with-iconv=/usr/local > --libdir=/usr/local/lib/apache2 --includedir=/usr/local/include/apache2 > --enable-v4-mapped > --disable-autoindex --disable-asis --disable-cgid --disable-cgi > --disable-negotiation > > --with-mpm=worker i386-portbld-freebsd5.4 --prefix=/usr/local ^^^^^^^^^^^^^^^^^ > Note that in --enable-mods-shared, the rest of the MISC category is > included, except cgi. I also find these lines in Makefile.modules that > might be relevant (since I'm not familiar with make syntax, I'm not sure > under what conditions these lines will be active): > WITHOUT_MODULES+= cgi cgi is added to ${WITH_MISC_MODULES} when ${WITH_MPM} contains anything but "prefork", and you build it with the worker mpm. -- How many Vietnam vets does it take to screw in a light bulb? You don't know, man. You don't KNOW. Cause you weren't THERE. http://bash.org/?255991