Has anyone gotten this to work?

        I tried to compile and install the Berkeley DB that comes with
mysql, but it has at least 2 errors, the second of which I cannot get
past.

        The first error I got by by creating a symbolic in rpc_server
to ../include/db_server.h.

        The second is this one:

/usr/bin/sh ./libtool --mode=compile cc -c -I. 
-I/pkg/src/mysql-3.23.52/bdb/dist/../include -D_REENTRANT  -I/usr/pkg/java/include 
-I/usr/pkg/java/include/solaris -O /pkg/src/mysql-3.23.52/bdb/dist/../env/env_method.c
cc -c -I. -I/pkg/src/mysql-3.23.52/bdb/dist/../include -D_REENTRANT 
-I/usr/pkg/java/include -I/usr/pkg/java/include/solaris -O 
/pkg/src/mysql-3.23.52/bdb/dist/../env/env_method.c  -fPIC -DPIC -o env_method.lo
/pkg/src/mysql-3.23.52/bdb/env/env_method.c: In function `__dbenv_init':
/pkg/src/mysql-3.23.52/bdb/env/env_method.c:130: `__dbcl_env_noticecall' undeclared 
(first use in this function)
/pkg/src/mysql-3.23.52/bdb/env/env_method.c:130: (Each undeclared identifier is 
reported only once
/pkg/src/mysql-3.23.52/bdb/env/env_method.c:130: for each function it appears in.)
gmake: *** [env_method.lo] Error 1

        I am not sure what to do about this, since the sleepycat
release of 3-3.11 doesn't specify that member anywhere.

        An extensive search only turns up some old mysql mailing list
posts that tell someone to use the bdb provided on the mysql site,
which is already what I am doing (since it comes with mysql.

        compiler: gcc 3.2 os: SunOS 5.8 sparc

        What now? Should I give up on using Berkeley db?

Brian

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