From owner-freebsd-questions@FreeBSD.ORG Wed Aug 30 21:37:43 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG 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 3F91C16A4DD for ; Wed, 30 Aug 2006 21:37:43 +0000 (UTC) (envelope-from fbsd@a1poweruser.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id B545643D55 for ; Wed, 30 Aug 2006 21:37:31 +0000 (GMT) (envelope-from fbsd@a1poweruser.com) Received: from barbish ([70.39.69.56]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060830213730.NPFY24294.mta10.adelphia.net@barbish> for ; Wed, 30 Aug 2006 17:37:30 -0400 From: "fbsd" To: "freebsd-questions@FreeBSD. ORG" Date: Wed, 30 Aug 2006 17:37:25 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Cc: Subject: php5/mysql5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2006 21:37:43 -0000 Production server is running apache13/php4/mysql4. Have fresh 6.1 install on workbench PC. Workbench PC is being used to build apache13/php5/mysql51 environment for working php web application writing and reading mysql database. Installed mysql51-server then php5 and made sure make config had apache support. When I executed the web application I get Fatal error: Call to undefined function mysql_pconnect() in /usr/local/www/mls/signup.php on line 348. Is there some other port now required to get php to talk to mysql???