Dear MySQL Devloperes.

When compile mysql-3.23.31 with db-3.2.3h,
BerkeleyDB cannot detect in configure

There are two plan patches for compile MySQL with db-3.2.3h
I think this is better than current configuren.

plan A:

+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
umineko> diff -c aclocal.m4.org aclocal.m4
*** aclocal.m4.org      Sat Jan 20 16:22:55 2001
--- aclocal.m4  Sat Jan 20 16:23:08 2001
***************
*** 835,841 ****
      bdb_version_ok=yes
    # This is ugly, but about as good as it can get
    elif test $db_major -eq 3 && test $db_minor -eq 2 && test $db_patch -eq 3 &&\
!        grep 'DB_VERSION_STRING.*g: ' [$1] > /dev/null
    then
      bdb_version_ok=yes
    else
--- 835,841 ----
      bdb_version_ok=yes
    # This is ugly, but about as good as it can get
    elif test $db_major -eq 3 && test $db_minor -eq 2 && test $db_patch -eq 3 &&\
!        grep 'DB_VERSION_STRING.*[[g-z]]: ' [$1] > /dev/null
    then
      bdb_version_ok=yes
    else


+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
Plan B


umineko> diff -c aclocal.m4.org aclocal.m4
*** aclocal.m4.org      Sat Jan 20 16:22:55 2001
--- aclocal.m4  Sat Jan 20 16:23:08 2001
***************
*** 835,841 ****
      bdb_version_ok=yes
    # This is ugly, but about as good as it can get
    elif test $db_major -eq 3 && test $db_minor -eq 2 && test $db_patch -eq 3 &&\
!        grep 'DB_VERSION_STRING.*g: ' [$1] > /dev/null
    then
      bdb_version_ok=yes
    else
--- 835,841 ----
      bdb_version_ok=yes
    # This is ugly, but about as good as it can get
    elif test $db_major -eq 3 && test $db_minor -eq 2 && test $db_patch -eq 3 &&\
!        grep 'DB_VERSION_STRING.*[[gh]]: ' [$1] > /dev/null
    then
      bdb_version_ok=yes
    else


regards.

-- 
Hiroyuki Sato.
CCSO, Kanagawa University.
Voice: +81-45-491-2572
FAX: +81-45-491-2575

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