"Ashley M. Kirchner" wrote:
> 
>     I downloaded both the 3.23.31 version of mySQL, as well as the
> patched BerkeleyDB (v3.2.3h) from mysql.com.  I compiled BDB and
> installed it under /usr/local.  Then I proceeded to mySQL and gave it
> the following configure args:
> 
> ./configure --prefix=/usr/mysql
> --with-berkeley-db-includes=/usr/local/include
> --with-berkeley-db-libs=/usr/local/lib
> 
>     And when it reaches the BDB check, I get this error:
> 
> checking for BerkeleyDB... supplied
> configure: error: didn't find valid BerkeleyDB: invalid version 3.2.3
> (must be at least version 3.2.3g)
> 
>     Okay, what am I missing now?  I thought 'g' came before
> 'h'...someone please tell me I'm wrong?

There is a small bug in the configure script - Monty submited an easy
one line fix:

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

That should do the trick.

Greg


> 
>     AMK4
> 
> --
> H | Hi, I'm currently out of my mind.  Please leave a message.  BEEEEP!
>   |____________________________________________________________________
>   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>   Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
>   Director of Internet Operations / SysAdmin    .     800.441.3873 x130
>   Photo Craft Laboratories, Inc.             .        eFax 248.671.0909
>   http://www.pcraft.com                  .        3550 Arapahoe Ave, #6
>   .................. .  .  .     .            Boulder, CO 80303, U.S.A.
> 
> ---------------------------------------------------------------------
> 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

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