[EMAIL PROTECTED] ~/projects/dbmail]# ./configure --with-mysql creating cache ./config.cache
This is dbmail's GNU configure script. It's going to run a bunch of strange tests to hopefully make your compile work without much twiddling. checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking for ranlib... ranlib checking for mysql.h... /usr/local/include/mysql/mysql.h checking for mysql_real_connect in -lmysqlclient... no configure: error: Unable to link against mysqlclient. It appears you are missing the development libraries or they aren't in your linker's path [EMAIL PROTECTED] ~/projects/dbmail]# export LDFLAGS=-L/usr/local/lib/mysql [EMAIL PROTECTED] ~/projects/dbmail]# ./configure --with-mysql creating cache ./config.cache This is dbmail's GNU configure script. It's going to run a bunch of strange tests to hopefully make your compile work without much twiddling. checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking for ranlib... ranlib checking for mysql.h... /usr/local/include/mysql/mysql.h checking for mysql_real_connect in -lmysqlclient... yes checking for gcc... gcc checking whether the C compiler (gcc -L/usr/local/lib/mysql) works... yes checking whether the C compiler (gcc -L/usr/local/lib/mysql) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for working const... yes checking for inline... inline checking how to run the C preprocessor... gcc -E checking for endian.h... no checking for crypt.h... no updating cache ./config.cache creating ./config.status creating Makefile creating mysql/Makefile creating pgsql/Makefile creating config.h cat: ./config.in: No such file or directory [EMAIL PROTECTED] ~/projects/dbmail]#