From owner-freebsd-questions@FreeBSD.ORG Fri Sep 10 14:03:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D513216A4CE for ; Fri, 10 Sep 2004 14:03:20 +0000 (GMT) Received: from pearl.ibctech.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA7743D53 for ; Fri, 10 Sep 2004 14:03:19 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 12338 invoked by uid 1002); 10 Sep 2004 14:05:29 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.64. Clear:RC:1(127.0.0.1):. Processed in 2.567858 secs); 10 Sep 2004 14:05:29 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 10 Sep 2004 14:05:26 -0000 Received: from 209.167.16.15 (SquirrelMail authenticated user steve@ibctech.ca); by webmail.ibctech.ca with HTTP; Fri, 10 Sep 2004 10:05:26 -0400 (EDT) Message-ID: <1192.209.167.16.15.1094825126.squirrel@209.167.16.15> In-Reply-To: <1188.209.167.16.15.1094824957.squirrel@209.167.16.15> References: <1188.209.167.16.15.1094824957.squirrel@209.167.16.15> Date: Fri, 10 Sep 2004 10:05:26 -0400 (EDT) From: "Steve Bertrand" To: questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: Installing ports with OPTIONS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 14:03:20 -0000 > Hi all, > > I am attempting to install /usr/ports/security/snort, but I want MySQL > support. > > I've uncommented OPTIONS and the line that states MYSQL=on in the > Makefile, however, when I run: > > # script > # make > > the resulting script shows no indication that MySQL was included. How > can I verify that support for MySQL was included? > > If I run: > > # make -DWITH_MYSQL > > will I be certain that it is included, even if the output from make > shows no indication of MySQL? Sorry to reply my own post, but: # make -DWITH_MYSQL appears to be working. The port is building in MySQL now. Steve > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >