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
> 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
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
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
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
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
--