From owner-freebsd-questions@FreeBSD.ORG Wed Apr 9 04:43:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A4041065671 for ; Wed, 9 Apr 2008 04:43:25 +0000 (UTC) (envelope-from tdeboer@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id B5DBE8FC1A for ; Wed, 9 Apr 2008 04:43:24 +0000 (UTC) (envelope-from tdeboer@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so621483anc.13 for ; Tue, 08 Apr 2008 21:43:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=6/9RK6ciZChisI9DXZqRuYzXTo5Y7FMQ7jdZHgUXkh8=; b=tcmrkjlb4vXIVCbvA3bs/Apmlcq3+06wzQLIkIzOnox9wjOMdqlQy238WTc+I0/SCend6cJnV05YW5HMtZMAAyEAFya7IFeTEPZMfEL8+wVpndTNG1etuFr4khD2z8mnPRrUiviXjOG/ieSRdNbjT40yRlrbaSKfmJOT5eLM/B4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=A9sxIZJtnk2vv4bufeULHlfrb3+ywKZjz5sQrATydt3GBTmcSzfhlpU2Q2Rk9hGrrAmm2JrOwASS9vVimFknW26phBpmJUMoXCOAhLQBYaL82OnuRD925GW/sDjKM+4CexJlr8vH3h/eld5/JsJB+VvPaLEwM9NEhNz2+8Tvm+E= Received: by 10.100.140.19 with SMTP id n19mr14628230and.23.1207716203935; Tue, 08 Apr 2008 21:43:23 -0700 (PDT) Received: by 10.100.58.16 with HTTP; Tue, 8 Apr 2008 21:43:23 -0700 (PDT) Message-ID: Date: Tue, 8 Apr 2008 22:43:23 -0600 From: "Tim DeBoer" To: freebsd-questions@freebsd.org In-Reply-To: <20080408215017.AAFA910656E2@hub.freebsd.org> MIME-Version: 1.0 References: <20080408215017.AAFA910656E2@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: freebsd-questions Digest, Vol 210, Issue 6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 04:43:25 -0000 ------------------------------ > > Message: 16 > Date: Tue, 8 Apr 2008 21:24:58 +0200 > From: Mel > Subject: Re: Apache22 Port Install Problem > To: freebsd-questions@freebsd.org > Cc: Tim DeBoer > Message-ID: <200804082124.59257.fbsd.questions@rachie.is-a-geek.net> > Content-Type: text/plain; charset="iso-8859-1" > > On Tuesday 08 April 2008 07:11:47 Tim DeBoer wrote: > > > The install goes fine, no obvious errors anyway, when I do apachectl > > configtest, I get > > # apachectl configtest > > Syntax error on line 117 of /usr/local/etc/apache22/httpd.conf: > > Invalid command 'Order', perhaps misspelled or defined by a module not > > > > Is this line present and active? > LoadModule authz_host_module libexec/apache22/mod_authz_host.so > > > -- > Mel > > Problem with today's modular software: they start with the modules > and never get to the software part. > No. I do have LoadModule auth_basic_module libexec/apache22/mod_auth_basic.so though. I tried recompiling again without auth_basic, and used the authz options instead, but it's not actually installing them for some reason. # make deinstall ===> Deinstalling for www/apache22 ===> Deinstalling apache-2.2.8 pkg_delete: file '/usr/local/libexec/apache22/mod_authz_dbm.so' doesn't exist pkg_delete: file '/usr/local/libexec/apache22/mod_authz_default.so' doesn't exist pkg_delete: file '/usr/local/libexec/apache22/mod_authz_groupfile.so' doesn't exist pkg_delete: file '/usr/local/libexec/apache22/mod_authz_host.so' doesn't exist pkg_delete: file '/usr/local/libexec/apache22/mod_authz_owner.so' doesn't exist pkg_delete: file '/usr/local/libexec/apache22/mod_authz_user.so' doesn't exist pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) It looks like it never really tried to install to begin with? I'm selecting my options via 'make config', then I run make, make install. In theory it should read the new config each time. -- Tim DeBoer Understeer is when you hit the wall with the front of the car. Oversteer is when you hit the wall with the rear of the car. Horsepower is how fast you hit the wall. Torque is how far you move the wall.