From owner-freebsd-questions@FreeBSD.ORG Mon Jan 31 18:58:53 2005 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 6C36A16A4CE for ; Mon, 31 Jan 2005 18:58:53 +0000 (GMT) Received: from complex.heavybit.com (complex.heavybit.com [216.127.86.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AC8743D49 for ; Mon, 31 Jan 2005 18:58:53 +0000 (GMT) (envelope-from ken@broadjam.com) Received: from [10.0.1.2] (c-24-98-140-190.atl.client2.attbi.com [24.98.140.190]) (authenticated) by complex.heavybit.com (8.11.6/8.11.6) with ESMTP id j0VIwql11102 for ; Mon, 31 Jan 2005 10:58:52 -0800 Mime-Version: 1.0 (Apple Message framework v619.2) To: freebsd-questions@freebsd.org Message-Id: <76c665ee4d25a9c6f0236bdf21b1b7b3@broadjam.com> From: Ken Hawkins Date: Mon, 31 Jan 2005 13:58:46 -0500 X-Mailer: Apple Mail (2.619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: 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: Mon, 31 Jan 2005 18:58:53 -0000 I have installed pear5-php which installed php and mod_php for apache13. however when calling mysql_pconnect within a php page i get: [Mon Jan 31 10:40:21 2005] [error] PHP Fatal error: Call to undefined function: mysql_pconnect() in /.../phpPollUI6.php on line 77 I have a couple of questions. how can I verify that mysql support (possibly ? php-mysql ?) is installed? what steps do I need to take to ensure that this gets installed as part of my installation of apache13, php, mod_php, phpmyadmin, and phpbb? thanks in advance! ken;