Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2007 22:53:51 -0700
From:      "Aliya Harbouri" <aliyaharbouri@gmail.com>
To:        "Dan Nelson" <dnelson@allantgroup.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Which knobs do I use to control BDB use in MySQL-server port?
Message-ID:  <dec0591d0709192253l48353ad8l7712e36c3667f91c@mail.gmail.com>
In-Reply-To: <20070920041533.GF7562@dan.emsphone.com>
References:  <dec0591d0709182239s26763705y2b6a57755cda4031@mail.gmail.com> <20070920025713.GE7562@dan.emsphone.com> <dec0591d0709192053k4a0a5ba5p4437dc8ff8b566cd@mail.gmail.com> <20070920041533.GF7562@dan.emsphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?dec0591d0709192253l48353ad8l7712e36c3667f91c>