Hi!

>>>>> "Chris" == Chris Johnson <[EMAIL PROTECTED]> writes:

>> Description:
Chris>  I just downloaded MySQL 3.23.31 and the "patched version" of
Chris>  Berkeley DB 3.2.3h from the www.mysql.com site.  I ran configure
Chris>  with the option to enable the Berkeley DB, but it fails, telling
Chris>  me I don't have the proper version of the DB.  Here are the last
Chris>  few lines from the configure output:

Chris>  checking for pthread_attr_setscope... yes
Chris>  checking can netinet files be included... yes
Chris>  checking character sets... default: latin1; compiled in: latin1 
Chris>  checking for BerkeleyDB... supplied
Chris>  configure: error: didn't find valid BerkeleyDB: '/usr/local/BerkeleyDB.3.2' 
doesn't look like a BDB directory (invalid version 3.2.3 (must be at least version 
3.2.3g))

>> How-To-Repeat:
Chris>  Install from above named source distributions.  Build BDB and then
Chris>  try to configure MySQL with it.
>> Fix:
Chris>  It can probably be hacked to make it work, but should not need to.

The fix is to do the following command:

replace 'DB_VERSION_STRING.*g' 'DB_VERSION_STRING.*h' -- configure

This will be fixed in next MySQL version.
(We will just wait a few days before doing this to ensure that there isn't any
more similar bugs in 3.23.31)

We are also just about to start build a binaries of MySQL with BDB
tables...

Regards,
Monty


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to