I previously compiled dbmail-1.0-RC4 (w/mysql) and am running it with no problems. I downloaded 1.0-final and cannot get a ./configure to complete. Here's my configure for dbmail & mysql(installed from source):
DBMail: ./configure --with-mysql=/usr/local/mysql/include/mysql MySQL: 'CFLAGS=-O3 -mpentiumpro' 'CXXFLAGS=-O3 -mpentiumpro \ -felide-constructors -fno-exceptions -fno-rtti' \ ./configure --prefix=/usr/local/mysql --enable-assembler \ --with-mysqld-ldflags=-all-static --enable-shared \ --with-extra-charsets=complex Here's config.log...: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:569: checking for a BSD compatible install configure:622: checking whether build environment is sane configure:679: checking whether make sets ${MAKE} configure:725: checking for working aclocal configure:738: checking for working autoconf configure:751: checking for working automake configure:764: checking for working autoheader configure:777: checking for working makeinfo configure:791: checking whether to enable maintainer-specific portions of Makefiles configure:817: checking for ranlib configure:919: checking for mysql.h configure:988: checking for mysql_real_connect in -lmysqlclient configure:1007: cc -o conftest conftest.c -lmysqlclient 1>&5 /usr/i486-suse-linux/bin/ld: cannot find -lmysqlclient collect2: ld returned 1 exit status configure: failed program was: #line 996 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char mysql_real_connect(); int main() { mysql_real_connect() ; return 0; } Any ideas would be appreciated. Thanks in advance. -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: PGP Key Block: https://www.dndlabs.net/pgpkey/pubkey.jruff.html iEYEABECAAYFAjvl6mcACgkQfrVYKfekncDhLQCffsW82WvNmPizd2oLOsKXkAy2 EYkAoLY9fbQR+GxGjJSkRe46XMLbSoYb =WHkw -----END PGP SIGNATURE-----