Hallo, we have downloaded the new 3.23.55 mysql DB from you as Source Download Tarball (tar.gz) and want to build them in our environment for tests under SUN OS.
We have tared the downloaded version in our Scource Directory environment. (for example <directory>/mysql/src/mysql-3.23.55) After that we want configure the downloaded version from our bulid and configure environment. (for example <directory>/mysql/obj/mysql-3.23.55). We take the ./configure from the obj-Directory: <directory>/mysql/src/mysql-3.23.55/configure --with-berkeley-db to have berkeley DB support. After we take the make command we become some errors at the make output. (Sorry, but I have cancelled the make error output and so I can't write the error output to you.) To fix the problem I look in the config.status file, and there I found entries for the bdb variables: s,@bdb_includes@, s,@bdb_libs@, s,@bdb_libs_with_path@, In the config.status file I found only entries for the src-path: s,@bdb_includes@,-I,<directory>/mysql/src/mysql-3.23.55/bdb/build_unix,;t t s,@bdb_libs@,-L,<directory>/mysql/src/mysql-3.23.55/bdb/build_unix,;t t s,@bdb_libs_with_path@,<directory>/mysql/src/mysql-3.23.55/bdb/build_unix/libdb.a,;t t And so I missed entries for the obj path. After that I take in the config.status file the new entries for the obj-path: s,@bdb_includes@ -I<directory>/mysql/obj/mysql-3.23.55/bdb/build_unix s,@bdb_libs@ -L<directory>/mysql/obj/mysql-3.23.55/bdb/build_unix s,@bdb_libs_with_path@ <directory>/mysql/obj/mysql-3.23.55/bdb/build_unix/libdb.a Then I make a new ./configure call with the option --enable-maintainer-mode and after taken make the make output goes without errors an so I can fix the problem. Greetings, Carsten Thoene Carsten Thoene eMail: [EMAIL PROTECTED] Technische Fakultaet Universitaet Bielefeld D-33594 Bielefeld --------------------------------------------------------------------- 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