ports/54887: [new port] mail/dbmail: An SQL database-based mail system (POP3 and IMAP)

Clement Laforet sheepkiller at cultdeadsheep.org
Tue Oct 7 00:40:17 UTC 2003


The following reply was made to PR ports/54887; it has been noted by GNATS.

From: Clement Laforet <sheepkiller at cultdeadsheep.org>
To: Edwin Groothuis <edwin at FreeBSD.org>
Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: ports/54887: [new port] mail/dbmail: An SQL database-based mail
 system (POP3 and IMAP)
Date: Tue, 7 Oct 2003 02:30:21 +0200

 Hi Edwin !
 > 
 > 	checking for ranlib... ranlib
 > 	checking for mysql.h... no
 > 	configure: error: 
 > 	  Unable to locate mysql.h, try specifying with --with-mysql
 > 	===>  Script "configure" failed unexpectedly.
 
 It's work perfectly for me...
 On -current with mysql-3.23.xx
 On -stable with mysql-4.0.xx
 I'll give a try in a jail
 
 ===>  Configuring for dbmail-postgresql-1.1
 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 -o root -g wheel
 checking whether build environment is sane... yes
 checking whether gmake sets ${MAKE}... yes
 checking for working aclocal... found
 checking for working autoconf... found
 checking for working automake... found
 checking for working autoheader... found
 checking for working makeinfo... found
 checking whether to enable maintainer-specific portions of Makefiles... no
 checking for ranlib... ranlib
 checking for libpq-fe.h... /usr/local/include/libpq-fe.h
 checking for PQconnectdb in -lpq... yes
 checking for gcc... cc
 checking whether the C compiler (cc -O -pipe -march=pentium3 -L/usr/local/lib/ -L/usr/local/lib/postgresql) works... yes
 checking whether the C compiler (cc -O -pipe -march=pentium3 -L/usr/local/lib/ -L/usr/local/lib/postgresql) is a cross-compiler... no
 checking whether we are using GNU C... yes
 checking whether cc accepts -g... yes
 checking for working const... yes
 checking for inline... inline
 updating cache ./config.cache
 creating ./config.status
 creating Makefile
 creating mysql/Makefile
 creating pgsql/Makefile
 
 ===>  Configuring for dbmail-mysql-1.1
 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 -o root -g wheel
 checking whether build environment is sane... yes
 checking whether gmake sets ${MAKE}... yes
 checking for working aclocal... found
 checking for working autoconf... found
 checking for working automake... found
 checking for working autoheader... found
 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... cc
 checking whether the C compiler (cc -O -pipe -march=pentium3 -L/usr/local/lib/ -L/usr/local/lib/mysql) works... yes
 checking whether the C compiler (cc -O -pipe -march=pentium3 -L/usr/local/lib/ -L/usr/local/lib/mysql) is a cross-compiler... no
 checking whether we are using GNU C... yes
 checking whether cc accepts -g... yes
 checking for working const... yes
 checking for inline... inline
 updating cache ./config.cache
 creating ./config.status
 creating Makefile
 creating mysql/Makefile
 creating pgsql/Makefile



More information about the freebsd-ports-bugs mailing list