From owner-freebsd-questions@FreeBSD.ORG Fri Sep 10 14:09:09 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 93B7C16A4CE for ; Fri, 10 Sep 2004 14:09:09 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F3E343D2F for ; Fri, 10 Sep 2004 14:09:08 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i8AE947L052539 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 10 Sep 2004 15:09:04 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)i8AE94P8052538; Fri, 10 Sep 2004 15:09:04 +0100 (BST) (envelope-from matthew) Date: Fri, 10 Sep 2004 15:09:04 +0100 From: Matthew Seaman To: Steve Bertrand Message-ID: <20040910140904.GC50475@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Steve Bertrand , questions@freebsd.org References: <1188.209.167.16.15.1094824957.squirrel@209.167.16.15> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Y5rl02BVI9TCfPar" Content-Disposition: inline In-Reply-To: <1188.209.167.16.15.1094824957.squirrel@209.167.16.15> User-Agent: Mutt/1.4.2.1i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.6 (smtp.infracaninophile.co.uk [IPv6:::1]); Fri, 10 Sep 2004 15:09:04 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040904, clamav-milter version 0.75l on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: questions@freebsd.org 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:09:09 -0000 --Y5rl02BVI9TCfPar Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 10, 2004 at 10:02:37AM -0400, Steve Bertrand wrote: > I am attempting to install /usr/ports/security/snort, but I want MySQL > support. >=20 > I've uncommented OPTIONS and the line that states MYSQL=3Don in the > Makefile, however, when I run: >=20 > # script > # make Don't do that: the OPTIONS stuff is commented out for a reason. Not entirely sure what reason, but if it worked, it wouldn't be commented out now, would it? > the resulting script shows no indication that MySQL was included. How > can I verify that support for MySQL was included? >=20 > If I run: >=20 > # make -DWITH_MYSQL >=20 > will I be certain that it is included, even if the output from make > shows no indication of MySQL? Using: # make -DWITH_MYSQL is the correct thing to do. However, you should make sure that you aren't stumbling over the remains of previous compilation sessions. First run: # make clean then run # make -DWITH_MYSQL and you should certainly see mysql mentioned during the configuration and compilation steps. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --Y5rl02BVI9TCfPar Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBQbWAiD657aJF7eIRAqowAJ4j15p+OGgUoJzHxY6jvose2gObYACggFE8 a06qUDwN06VUvYMee22RNLU= =a0/t -----END PGP SIGNATURE----- --Y5rl02BVI9TCfPar--