From owner-freebsd-questions@FreeBSD.ORG Wed Apr 16 16:51:56 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 1F8E11065674 for ; Wed, 16 Apr 2008 16:51:56 +0000 (UTC) (envelope-from bg271828@yahoo.com) Received: from web53403.mail.re2.yahoo.com (web53403.mail.re2.yahoo.com [206.190.37.50]) by mx1.freebsd.org (Postfix) with SMTP id CA5138FC12 for ; Wed, 16 Apr 2008 16:51:55 +0000 (UTC) (envelope-from bg271828@yahoo.com) Received: (qmail 7826 invoked by uid 60001); 16 Apr 2008 16:51:54 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=grNFHTazt794PoFm53H0uDXTre4ejMErABUpyA12UZ2rA3GjFs/5woYJtDB9eP5MOy0W1D6uiAf4nkV6LvuaC+IBP9tbMthU1ZcO8cXUdOj80NePXR2ODZs59s5FeZxITGFgep7LBtGGguL6loDRrgPwINiW8Gh8NP41Ytor0BU=; X-YMail-OSG: AFf.2XsVM1mFS6fKP3wKrQHdwZX_dhL_bC4ZKEDkkWEDjCoqvqoK.6tZY1bbrqwEwu7R7Q-- Received: from [166.84.1.2] by web53403.mail.re2.yahoo.com via HTTP; Wed, 16 Apr 2008 09:51:54 PDT Date: Wed, 16 Apr 2008 09:51:54 -0700 (PDT) From: "Dr. Jennifer Nussbaum" To: Barry Byrne , freebsd-questions@freebsd.org In-Reply-To: <005601c89fe0$6a2242a0$c5010c0a@wbt.wbtsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <920889.7416.qm@web53403.mail.re2.yahoo.com> Cc: Subject: RE: Using flags with portinstall of apache? 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, 16 Apr 2008 16:51:56 -0000 --- Barry Byrne wrote: > > > > > > > > > > > >Then i tried to add the flags i wanted: > > > > > ># portinstall -m "WITH_PROXY_MODULES=yes > > > > > >WITH_SSL_MODULES=yes" apache > > > WITHOUT_APACHE_OPTIONS=yes > > > > I tried this too, and it doesnt help... > > > > Whether in /etc/make.conf or passed with -m as an > > option to portinstall, it just doesnt want to > build > > the proxy modules. I dont know why.... > > > > In my make output, I get: > > > > ... > > checking whether to enable mod_setenvif... shared > > checking whether to enable mod_version... shared > > checking whether to enable mod_proxy... no > > checking whether to enable mod_proxy_connect... no > > checking whether to enable mod_proxy_ftp... no > > checking whether to enable mod_proxy_http... no > > checking whether to enable mod_proxy_ajp... no > > checking whether to enable mod_proxy_balancer... > no > > .. > > > > No matter what i do :-( > > > > Jen > > Are you sure you're working on apache22 rather than > v13 or v20? > > I never use portinstall, just run make directly in > the port directory. > > Maybe something like: > > cd /usr/ports/www/apache22 > make clean > make WITH_PROXY_MODULES=yes WITH_SSL_MODULES=yes > WITHOUT_APACHE_OPTIONS=yes > install clean > > Alternatively, > > cd /usr/ports/www/apache22 > make clean > make config > make install clean > > Should allow you to select the appropriate options. I am sure it was apache22, and i tried both using the flags with portinstall, and doing it directly with make in the directory. In any case, after repeatedly trying and re-trying, one of my attempts just worked :-) I dont know why and i dont think i did anything different than the last dozen times, but it is working now. Thanks everyone for the help! Jen ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ