From owner-freebsd-questions@FreeBSD.ORG Fri Nov 24 21:02:37 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 5917B16A40F for ; Fri, 24 Nov 2006 21:02:37 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF94043D72 for ; Fri, 24 Nov 2006 21:01:48 +0000 (GMT) (envelope-from maanjee@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so558415pyh for ; Fri, 24 Nov 2006 13:02:27 -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=A6oNeooNINCjiyrM7Gjt76PF7O6F62v7dI3Yofc8CJstgtdPb8fNZj/+/EvcjsaUgLG/9S9lf5RR7vZYwUngW0IHsZ9u/GY/VCGOEmG3lWTmc9mvmayTRQaeWIxOlXGyBIO6iXhpQZrWxuMlutgQDYsmtjJBY/oZMdu+tcnxglw= Received: by 10.35.82.16 with SMTP id j16mr6666660pyl.1164402147451; Fri, 24 Nov 2006 13:02:27 -0800 (PST) Received: by 10.35.32.4 with HTTP; Fri, 24 Nov 2006 13:02:27 -0800 (PST) Message-ID: <2cd0a0da0611241302q77bf1d6etd59c7624562a65fe@mail.gmail.com> Date: Fri, 24 Nov 2006 22:02:27 +0100 From: VeeJay To: maanjee@gmail.com, freebsd-questions@freebsd.org 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: How 2 Configure Makefile before "make install clean" from the ports? 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: Fri, 24 Nov 2006 21:02:37 -0000 Hi I want to install apache20 from the ports. But before installing, I want to enable/disable some of the modules as follow ./configure \ --prefix=/usr/local/apache2 \ --with-mpm=prefork \ --disable-charset-lite \ --disable-include \ --disable-env \ --disable-setenvif \ --disable-status \ --disable-autoindex \ --disable-asis \ --disable-cgi \ --disable-negotiation \ --disable-imap \ --disable-actions \ --disable-userdir \ --disable-alias \ But I have tried many different ways to configure before giving command "make install clean". But haven't had any luck. Could you please guide me that How can I configure the Makefile before installing apache? For example When I give "make config" command I get error as follow: # make config ===> No options to configure I have also tried --enable-OPTION and --disable-OPTION... in Makefile. but didn't had any luck.... :( Could you attache a Makefile showing places where to put these switches and how? I will be really very gratefull.... -- Thanks! BR / vj -- Thanks! BR / vj