From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 6 17:40:17 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA06F16A4B3 for ; Mon, 6 Oct 2003 17:40:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2798243FEC for ; Mon, 6 Oct 2003 17:40:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h970eGFY027308 for ; Mon, 6 Oct 2003 17:40:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h970eGB4027307; Mon, 6 Oct 2003 17:40:16 -0700 (PDT) (envelope-from gnats) Date: Mon, 6 Oct 2003 17:40:16 -0700 (PDT) Message-Id: <200310070040.h970eGB4027307@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Clement Laforet Subject: Re: ports/54887: [new port] mail/dbmail: An SQL database-based mail system (POP3 and IMAP) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clement Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 00:40:17 -0000 The following reply was made to PR ports/54887; it has been noted by GNATS. From: Clement Laforet To: Edwin Groothuis Cc: FreeBSD-gnats-submit@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