Dear All I can't get mysql-3.23-31 to configure with Berkeley DB support My configure line is thus: ./configure --prefix=/usr/local/mysql-3.23.31 \ --enable-assembler \ --with-mysqld-ldflags=-all-static \ --with-mysqld-user=mysql \ --localstatedir=/var/lib/mysql \ --sysconfdir=/etc \ --with-extra-charsets=complex \ --datadir=/var/lib/mysql \ --localstatedir=/var/lib/mysql \ --infodir=/usr/info \ --mandir=/usr/man \ --without-debug \ --without-bench Which gives: <snipped> checking for BerkeleyDB... searching... Not using Berkeley DB <snipped> Yet, [root@duck src]# ls mysql-3.23.31 COPYING Makefile.in config.guess configure.in isam merge mysys stamp-h.in COPYING.LIB README config.h db-3.2.3h libmysql missing readline strings Docs acconfig.h config.h.in dbug libmysql_r mit-pthreads regex support-files INSTALL-SOURCE acinclude.m4 config.log extra libtool mkinstalldirs scripts tests MIRRORS aclocal.m4 config.status heap ltconfig myisam sql Makefile client config.sub include ltmain.sh myisammrg sql-bench Makefile.am config.cache configure install-sh man mysql-test stamp-h I.e db-3.2.3h has been unpacked in the source DIR, as per the docs. I've also installed BerkleyDB and used: --with-berkleydb-dir=/usr/local/BerkeleyDB.3.2 On the configure line, and still no joy. What am I doing wrong ? Greg --------------------------------------------------------------------- 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