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 Slackware

2001-04-11 Thread B. van Ouwerkerk
> Did anybody succeed in compiling MySQL and Berkeley DB on a Slackware >7.x system and not get a SIGSEGV? > > Please let me know how you did it. Yeah.. sure.. just tried it with 3.23.36.. Slackware 7.1.0 wanted to upgrade from 3.23.34a anyway.. installed from tarball. How: ./configure --pre

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

Re: berkeley db

2001-02-23 Thread Edward Peschko
On Fri, Feb 23, 2001 at 11:20:03AM -0700, Ashley M. Kirchner wrote: > Edward Peschko wrote: > > > I *then* talked to berkeley db, and they said 'well, mysql distributes its own > > copy of berkeleydb with modifications. Is this true? If so, where do I get it? > > http://www.mysql.com/downloa

Re: berkeley db

2001-02-23 Thread Ashley M. Kirchner
Edward Peschko wrote: > I *then* talked to berkeley db, and they said 'well, mysql distributes its own > copy of berkeleydb with modifications. Is this true? If so, where do I get it? http://www.mysql.com/downloads/mysql-3.23.html Scroll down, Berkeley DB 3.2.9a is listed. AMK4 --