extra_configs="$extra_configs --with-innodb --with-berkeley-db \
        --with-embedded-server --enable-thread-safe-client \
--with-bencgh --prefix=/usr --enable-maintainer-mode \
--with-docs --with-unix-socket=/var/run/mysqld/mysqld.sock \
        --with-lo-memory --with-openssl --with-vio"
 It compiles fine with out berkeley but I get the following with
berkeley included
In file included from ../../bdb/include/db_am.h:129,
                 from ../../bdb/include/btree.h:317,
                 from ../../bdb/btree/bt_compare.c:55:
../../bdb/include/crdel_auto.h:27: syntax error before "DB_LS"
../../bdb/include/crdel_auto.h:27: warning: no semicolon at end of
struct or union
../../bdb/include/crdel_auto.h:28: warning: data definition has no type
or storage class
../../bdb/include/crdel_auto.h:32: syntax error before
"__crdel_metasub_args"
make[3]: *** [bt_compare.o] Error 1
make[3]: Leaving directory
`/home/barryp/mysql/mysql-4.0.11a-gamma/bdb/build_unix'
make[2]: *** [all] Error 2
 make[2]: Leaving directory `/home/barryp/mysql/mysql-4.0.11a-gamma/bdb'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/barryp/mysql/mysql-4.0.11a-gamma'
make: *** [all-recursive-am] Error 2
[EMAIL PROTECTED]:~/mysql/mysql-4.0.11a-gamma$
 This seems like a library problem I am using
gcc version 3.2.3 20030309 (Debian prerelease)
Copyright (C) 2002 Free Software Foundation, Inc.
Barry


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