From: Irena Ivanisevic Date: January 19 2001 2:51pm Subject: RE: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h List-Archive: http://lists.mysql.com/mysql/62390 Message-Id: <85DCEA9EFA62ED469DE18991E1E826ED2E3511@akmail.akara1.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Hi ! I am trying to implement BDB tables on windows NT. I have installed mysql 3.23.31 and have downloaded Berkeley db file 3.2.3. I am new to mysql. I have tried to look for instructions but I have no luck. Thanks Irena -----Original Message----- From: Michael Widenius [mailto:monty@stripped] Sent: Friday, January 19, 2001 07:40 To: Chris Johnson Cc: mysql@stripped Subject: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h Hi! >>>>> "Chris" == Chris Johnson 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 To unsubscribe, e-mail Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php