List:Internals« Previous MessageNext Message »
From:Albert Chin-A-Young Date:December 12 2000 7:01pm
Subject:Re: MySQL 3.23.28 and --with-berkeley-db
View as plain text  
On Tue, Dec 12, 2000 at 03:03:04PM +0200, Michael Widenius wrote:
> Hi!
> 
> >>>>> "Sinisa" == Sinisa Milivojevic <sinisa@stripped> writes:
> 
> Sinisa> Albert Chin-A-Young wrote:
> >> --with-berkeley-db requires Berkeley DB 3.2.3. www.sleepycat.com lists
> >> the most recent version as 3.1.17. Where does 3.2.3 come from?
> >> 
> Sinisa> Hi!
> 
> Sinisa> You can fetch it from our site.
> 
> Sinisa> Look at 3.23 download page.
> 
> Sleepycat is just about to release 3.2 ; We got a pre-copy of this and
> did some small modifications to this (which we have posted back to the
> Berkeley DB people for future releases).

Please get them to include the attached patch. The --enable-rpc option
won't work without it (and I haven't tried compiling without this
option).

-- 
albert chin (china@stripped)

-- snip snip
--- include/gen_client_ext.h.orig	Tue Dec 12 12:21:57 2000
+++ include/gen_client_ext.h	Tue Dec 12 12:22:03 2000
@@ -16,7 +16,7 @@
 int __dbcl_set_mutex_locks __P((DB_ENV *, int));
 int __dbcl_env_open __P((DB_ENV *, const char *, u_int32_t, int));
 int __dbcl_env_open_ret __P((DB_ENV *, const char *, u_int32_t, int, __env_open_reply
*));
-int __dbcl_env_noticecall __P((DB_ENV *, void (*)(DB_ENV *, notices)));
+int __dbcl_env_noticecall __P((DB_ENV *, void (*)(DB_ENV *, db_notices)));
 int __dbcl_env_paniccall __P((DB_ENV *, void (*)(DB_ENV *, int)));
 int __dbcl_set_recovery_init __P((DB_ENV *, int (*)(DB_ENV *)));
 int __dbcl_env_remove __P((DB_ENV *, const char *, u_int32_t));
Thread
MySQL 3.23.28 and --with-berkeley-dbAlbert Chin-A-Young11 Dec
  • Re: MySQL 3.23.28 and --with-berkeley-dbSinisa Milivojevic12 Dec
    • Re: MySQL 3.23.28 and --with-berkeley-dbMichael Widenius12 Dec
      • Re: MySQL 3.23.28 and --with-berkeley-dbAlbert Chin-A-Young12 Dec
        • Re: MySQL 3.23.28 and --with-berkeley-dbThimble Smith15 Dec