Which knobs do I use to control BDB use in MySQL-server port?

Aliya Harbouri aliyaharbouri at gmail.com
Wed Sep 19 22:53:53 PDT 2007


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


More information about the freebsd-questions mailing list