From owner-freebsd-questions@FreeBSD.ORG Wed Sep 19 06:08:22 2007 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 4A48916A417 for ; Wed, 19 Sep 2007 06:08:22 +0000 (UTC) (envelope-from aliyaharbouri@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id BBF7E13C46A for ; Wed, 19 Sep 2007 06:08:21 +0000 (UTC) (envelope-from aliyaharbouri@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so248092ugf for ; Tue, 18 Sep 2007 23:08:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=onCb0LXwo2tgPbwy+u7r+qR0Geick0QegMS9LSbaSh4=; b=AAl+F5twT7wrMcz3nKIhEePofzQXTq9dUIiZWPot0BVnwj3EqPYbeh1mtkxbpJpml7kk7DuikbVpGLJfjqmBq+826DVbssGsRuNXEtL7U2gnEQ1BVv0asdyr4z8+TKx8S77JU5l0+osyeWHNFBbmy2mKWhn92HeYmUEci51DbtU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ipJ7u297t3MX6xteIpNppSiOMsFVJdIK+aseHFJPl4QS2gsfnLo5Aj3VWDrjl7T7CJzsDQgOP8qao+iqc2FjczJCs037shs42zk5qjf+64S/MtnZo8Jb+5jJxRM4Ybm/3LY477iium+tKjHVXna6n1PvPl3rIf3uvwnUmo3gU0Q= Received: by 10.66.219.11 with SMTP id r11mr1573127ugg.1190180390984; Tue, 18 Sep 2007 22:39:50 -0700 (PDT) Received: by 10.67.28.6 with HTTP; Tue, 18 Sep 2007 22:39:50 -0700 (PDT) Message-ID: Date: Tue, 18 Sep 2007 22:39:50 -0700 From: "Aliya Harbouri" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Which knobs do I use to control BDB use in MySQL-server port? 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, 19 Sep 2007 06:08:22 -0000 Hi everybody, I'm building my 1st FreeBSD-based box. Yay, I guess ;-p I've already installed Berkeley DB v46 from the Ports system. Now, I'ts on to MySQL server. I can easily build manually from source, configuring whatever I need. But, I'm trying to get the Ports system's "knobs" figured out :-/ Building the databases/mysql50-server Port, I see (they'er all in Makefile, yes?) my choices for knob-settings in make.conf are: WITH_OPENSSL=true WITH_PROC_SCOPE_PTH=yes BUILD_OPTIMIZED=yes WITH_INNODB=yes WITHOUT_ARCHIVE=true WITHOUT_CSV=true WITHOUT_FEDERATED=true WITHOUT_NDB=true Turning INNODB on/off is clear. But I haven't been able to grok how to (1) Turn OFF use of BDB completely. The build seems to default to the bundled BDB (2) Use the Port install of BDB v46 I mentioned above. Can somebody explaing the right knobs to turn to do both? Or, do I have to rely on manual configuration? THanks a lot! Ali