From owner-freebsd-questions@FreeBSD.ORG Wed Apr 16 15:58:37 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 43DA81065672 for ; Wed, 16 Apr 2008 15:58:37 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from hermes.wbtsystems.com (hermes.wbtsystems.com [193.120.231.28]) by mx1.freebsd.org (Postfix) with ESMTP id 0A2E38FC20 for ; Wed, 16 Apr 2008 15:58:36 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from SUNYA (sunya.wbt.wbtsystems.com [10.12.1.197]) by hermes.wbtsystems.com (Postfix) with ESMTPA id 548B5F7410; Wed, 16 Apr 2008 16:58:35 +0100 (IST) From: "Barry Byrne" To: "'Dr. Jennifer Nussbaum'" , "'Derek Ragona'" , References: <6.0.0.22.2.20080416101800.02519bd0@mail.computinginnovations.com> <577096.82586.qm@web53410.mail.re2.yahoo.com> Date: Wed, 16 Apr 2008 16:58:33 +0100 Message-ID: <003401c89fda$b9146e70$c5010c0a@wbt.wbtsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-reply-to: <577096.82586.qm@web53410.mail.re2.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: Acif2BtP7uRCjFtRQfa3lAVSGFamOQAAQJfA 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 15:58:37 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Dr. > Jennifer Nussbaum > --- Derek Ragona > wrote: > > > At 10:09 AM 4/16/2008, Dr. Jennifer Nussbaum wrote: > > >Hi, > > > > > >Im having trouble doing a simple Apache22 install. > > > > > >I first installed it just using "portinstall > > apache". > > >Then i saw that i needed to specify "flags" during > > hte > > >process, to get the modules i wan't, but i cant > > figure > > >out how to do it. > > > > > >I first did a pkg_delete of apache to start over > > from > > >scratch. > > > > > >Then i tried to add the flags i wanted: > > ># portinstall -m "WITH_PROXY_MODULES=yes > > >WITH_SSL_MODULES=yes" apache > > > > > >But this didnt work--it didnt build the proxy > > modules. > > > > > >I tried again putting those flags in /etc/make.conf > > >but its STILL not building the proxy modules. > > > > > >How am I supposted to do this?!? > > > > If you want SSL, you need to install that port > > first. Also be sure you > > close your double quotes. > > Well thats just the thing- i somehow got SSL installed > the first time, and it installs now, but its the > proxy modules that arent installing now. > > Jen You might want to try adding the following to your options: WITHOUT_APACHE_OPTIONS=yes - barry