From owner-freebsd-questions@FreeBSD.ORG Sat Nov 25 21:00:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CA8016A412 for ; Sat, 25 Nov 2006 21:00:40 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB5BA43D55 for ; Sat, 25 Nov 2006 20:59:49 +0000 (GMT) (envelope-from maanjee@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1106042wxc for ; Sat, 25 Nov 2006 13:00:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=W2yW3L3iDplsy+Os8dFn8qd2YZrtxcgWHnmyl4gZBv7mFsFsEveuPkMpvuRLssD9CnYqmUG+nkugD2THXQKqsd0q+xGTLApKgL+keIGbYPQAd+upY0W4gxpTMdxcEMN/px8OlA91mwO3B3OfYmR3OnZ8cwwkOE296pjIHZcT/nY= Received: by 10.100.167.7 with SMTP id p7mr1308531ane.1164488438624; Sat, 25 Nov 2006 13:00:38 -0800 (PST) Received: by 10.100.33.13 with HTTP; Sat, 25 Nov 2006 13:00:38 -0800 (PST) Message-ID: <2cd0a0da0611251300k36182b13gefd350a38ecebc81@mail.gmail.com> Date: Sat, 25 Nov 2006 22:00:38 +0100 From: VeeJay To: FreeBSD-Questions , maanjee@gmail.com MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Help! make syntax errors 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: Sat, 25 Nov 2006 21:00:40 -0000 Hi When compiling apache20 from ports and enabling/diabling knobs, I am writing the make command as follow; #make WITHOUT_MODULES=" charset-lite include env setenvif status autoindex asis cgi negotiation imap actions userdir alias so" WITH_MODULES="mpm=prefork access auth log_config mime dir" #make install And after compiling with above command, I am getting this error when running apache # /usr/local/sbin/apachectl start Syntax error on line 41 of /usr/local/etc/apache2/httpd.conf: Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration Even though I have added "access, auth" modules already.... in the make command... Please help!!! -- Thanks! BR / vj