From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 04:42:08 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FA4237B404 for ; Wed, 23 Apr 2003 04:42:08 -0700 (PDT) Received: from mail.bellavista.cz (mail.bellavista.cz [213.235.167.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50CDD43F3F for ; Wed, 23 Apr 2003 04:42:07 -0700 (PDT) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id 27F20349; Wed, 23 Apr 2003 13:42:06 +0200 (CEST) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 89B332FDAB2; Wed, 23 Apr 2003 13:42:05 +0200 (CEST) Date: Wed, 23 Apr 2003 13:42:05 +0200 From: Roman Neuhauser To: BSD baby Message-ID: <20030423114205.GE24616@freepuppy.bellavista.cz> Mail-Followup-To: BSD baby , freebsd-questions@freebsd.org References: <20030413033106.GA52473@mail.hitmedia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030413033106.GA52473@mail.hitmedia.com> User-Agent: Mutt/1.5.1i cc: freebsd-questions@freebsd.org Subject: Re: anyone using MySQL 4 with PHP from ports yet? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 11:42:08 -0000 # bsdlap@hitmedia.com / 2003-04-12 20:31:06 -0700: > When I try to make PHP from ports, even if I have > MySQL 4 server up and running, it insists on using MySQL 3, still. > > Does anyone know how to make PHP use MySQL 4 yet? edit www/mod_php4/Makefile, and change LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client to LIB_DEPENDS+= mysqlclient.12:${PORTSDIR}/databases/mysql40-client -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html