From owner-freebsd-stable@FreeBSD.ORG Thu Jan 27 21:59:23 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72C9416A4CE for ; Thu, 27 Jan 2005 21:59:23 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6C1E43D58 for ; Thu, 27 Jan 2005 21:59:22 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so349674wri for ; Thu, 27 Jan 2005 13:59:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=UiyTfWFz4GKa4Gx5iJx9NoumsuXfeLLzxZQbkAijjpOHxM2jdJMV1VvjQxb/s3q3c6KVFw44UCSeYkeoDFS6DLsFqhWaEJtozSCM+UVRoVdE0AStWJ4hDhnMDkiVQPztgOzEtShJ+px0etluzuiVXpNx8ZZo+WgGU18MsVWpl/c= Received: by 10.54.25.53 with SMTP id 53mr102397wry; Thu, 27 Jan 2005 13:59:22 -0800 (PST) Received: by 10.54.29.48 with HTTP; Thu, 27 Jan 2005 13:59:21 -0800 (PST) Message-ID: <790a9fff050127135925dc48bb@mail.gmail.com> Date: Thu, 27 Jan 2005 15:59:21 -0600 From: Scot Hetzel To: STAMPA 2 In-Reply-To: <00b301c504b8$791b1a00$1701a8c0@dv23> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <00b301c504b8$791b1a00$1701a8c0@dv23> cc: FreeBSD Stable Subject: Re: unixODBC || FreeBSD 5.3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 21:59:23 -0000 On Thu, 27 Jan 2005 19:37:59 -0200, STAMPA 2 wrote= : > Hi, >=20 > I have a FreeBSD 5.3 at my server. I just set up: >=20 > 1. Mysql41-server (default install) > 2. PHP5 (+ Apache2) > 3. samba3...... >=20 > My problem is that PHP5 doesn=B4t call unixODBC, as PHP4 does! >=20 > What or where can I configure PHP5 to read Mysql through Apache2? >=20 > I already set up unixODBC (/usr/ports/databases/unixODBC/make && make ins= tall), but just that! > Will it work? Do I have to set up anything else?, for example odbc.ini (e= mpty) odbcinst.ini (empty)???? >=20 Install the databases/php5-mysql and/or databases/php5-odbc ports.=20 You can use the lang/php5-extensions port to select the appropriate php5-* ports you need. Scot