Re: Berkeley DB and MySQL

2004-04-07 Thread Egor Egorov
Victor Medina <[EMAIL PROTECTED]> wrote: > > When compiling mysql(4.0, 4.1 or 5) can I use a external Berkeley db > source, and not the one provided with mysql source? I know that the > configure script provides a --with-berkeley-db-includes and -libs, but.. > up to what version of bdb can i us

Re: Berkeley DB and mysql

2001-02-26 Thread Guenther Pewny
Hi, I get an error at "make install" because mySQL did not correctly modify BDB's Makefile (which has been slightly changed). mySQL tries to modify the "install" target of the Makefile so that ist does only contain install: all instead of additional "install_xxx"'s. Previously there was _one

Re: Berkeley DB and mysql

2001-02-26 Thread Ashley M. Kirchner
Bill Rossi wrote: > I recently tried to build mysql version 3.23.33, with support for Berkeley > DB. I was using BDB version 3.2.9, and was unable to compile mysql with > this version of BDB. > > Is this a known problem, an if so, what version of BDB should I use with > mysql? MySQL rolls