From owner-freebsd-ports@FreeBSD.ORG Fri Jul 11 05:25:01 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9CD137B401 for ; Fri, 11 Jul 2003 05:25:01 -0700 (PDT) Received: from graf.pompo.net (lns-th2-2f-81-56-186-139.adsl.proxad.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C58343FBD for ; Fri, 11 Jul 2003 05:25:00 -0700 (PDT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 80) id 929B1751E; Fri, 11 Jul 2003 14:21:25 +0200 (CEST) Received: from Mix-Marseille-106-3-70.w80-9.abo.wanadoo.fr (Mix-Marseille-106-3-70.w80-9.abo.wanadoo.fr [80.9.148.70]) by graf.pompo.net (IMP) with HTTP for ; Fri, 11 Jul 2003 14:21:25 +0200 Message-ID: <1057926085.3f0eabc54a527@graf.pompo.net> Date: Fri, 11 Jul 2003 14:21:25 +0200 From: Thierry Thomas To: tiagovaz@im.ufba.br, Tiago Bortoletto Vaz References: <200307101704.h6AH4an46030@www.ideiadigital.com.br> In-Reply-To: <200307101704.h6AH4an46030@www.ideiadigital.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 / FreeBSD-4.8 X-Originating-IP: 80.9.148.70 cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: imp-3.2.1_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 12:25:02 -0000 Selon Tiago Bortoletto Vaz : > Hi, (sorry my bad english) > > I found a problem in Makefile of this port version: > > I compiled apache13 + mod_php4 with mysql suport, it's ok. > When I type: > > $cd /usr/ports/mail/imp3 > $make install -DWITHOUT_LDAP -DWITHOUT_TURBA -DWITH_IMAP-UW > > I have: > > Please configure PHP with a database support. > MySQL, PostgreSQL and Sybase (CTLIB or DBLIB) > can be used with PHP AND IMP. > > (If everything will run on this machine, do not > forget to install the database server-side!) > > *** Error code 1 > > The problem is that Makefile is looking for "libmysqlclient.so.10" > in: > > .if !defined(WITHOUT_SUPPORTED_DB) > @if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libmysqlclient.so.10"; > then \ > > but, > > $ldd /usr/local/libexec/apache/libphp4.so | grep mysql > /usr/local/libexec/apache/libphp4.so: > libmysqlclient.so.12 => /usr/local/lib/mysql/libmysqlclient.so.12 > (0x284ae000) > > So I modified "libmysqlclient.so.10" to "libmysqlclient.so.12" in > Makefile. > Maybe you will want to fix it. > > FreeBSD 4.8-RELEASE i386. > MySQL 4.0.13 > PHP-4.3.2 > The ports are brought up to date. > > []'s > > Tiago Bortoletto Vaz > Thanks for your report. It seems that mysql has been upgraded. I'm currently in holydays, away from a decent net connection, but I shall fix that when I'll be back. Regards, -- Th. Thomas