From owner-freebsd-questions@FreeBSD.ORG Thu Sep 20 05:53:53 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 578E616A418 for ; Thu, 20 Sep 2007 05:53:53 +0000 (UTC) (envelope-from aliyaharbouri@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id CF4DA13C474 for ; Thu, 20 Sep 2007 05:53:52 +0000 (UTC) (envelope-from aliyaharbouri@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so410914ugf for ; Wed, 19 Sep 2007 22:53:51 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=UvHoX6oGHQkP92lBXn0fMSleD1GNyHjgV4+4w3869H8=; b=ONhCHTo1m4yn6crFK9O0YNWzK10md37vk5Gk0XNFkb77ijXJSjinyml79lrBn65Skyj7B4IIAtWIga1ouZ++VpHLw98UcGT2j2YcCdIw96Z+x7DSeaC88WJ8H3SjOmPdDYCCTR7UCnfBVcd++VF7MgiZSLJS1pXYdGJcB/KBfKA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=d0ET/Agfrl7KlgWtRxnSNPKQHX9lY1k08b+bCJsNn6GK3fyXFK00+AmsnIRLl1dOW404zXoohu3e0fMPiAoXflgIz6lJGXB2OghW0k0CIvQdsB9PG9tfCnFD8eHBOOW0aNomq2lzeZgAhnG2pJdIZVw+XcZxyCJ8n3HNC3vf+MU= Received: by 10.67.20.11 with SMTP id x11mr2782887ugi.1190267631483; Wed, 19 Sep 2007 22:53:51 -0700 (PDT) Received: by 10.67.91.14 with HTTP; Wed, 19 Sep 2007 22:53:51 -0700 (PDT) Message-ID: Date: Wed, 19 Sep 2007 22:53:51 -0700 From: "Aliya Harbouri" To: "Dan Nelson" In-Reply-To: <20070920041533.GF7562@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070920025713.GE7562@dan.emsphone.com> <20070920041533.GF7562@dan.emsphone.com> Cc: freebsd-questions@freebsd.org Subject: Re: 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: Thu, 20 Sep 2007 05:53:53 -0000 Hi Dan! > I just tried it and it looks like that does disable bdb. I never > noticed that line in the Makefile before :) Well, you'd think it should. But even with, grep berkeley-db ./Makefile CONFIGURE_ARGS+=--enable-assembler --without-berkeley-db the build seems to /ignore/ the flag, grep berkeley-db ./work/mysql-5.0.45/config.log | grep "$ ./configure" $ ./configure --localstatedir=/var/db/mysql --without-debug --without-readline --without-libedit --without-bench --without-extra-tools --with-libwrap --with-mysqlfs --with-low-memory --with-comment=FreeBSD port: mysql-server-5.0.45 --enable-thread-safe-client --with-openssl=/usr/local --enable-assembler --with-berkeley-db --with-named-thread-libs=-pthread --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd6.2 See that "--with-berkeley-db" in there? :-( Ali