From owner-freebsd-questions@FreeBSD.ORG Wed Aug 30 21:50:37 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 74FEC16A4DA for ; Wed, 30 Aug 2006 21:50:37 +0000 (UTC) (envelope-from eoghanj@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31AE243D6D for ; Wed, 30 Aug 2006 21:50:32 +0000 (GMT) (envelope-from eoghanj@gmail.com) Received: by nf-out-0910.google.com with SMTP id n15so269927nfc for ; Wed, 30 Aug 2006 14:50:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=ZCr3kMMJpBPq6RM9zKK0ucjuCSsZjzgLwfCyp2bOW9uhdm2rXi2226ZK9gl2WxGLJJrrB7+0xH5OYsOX/PsGA/ACseVQaCgz3y3PFAhXkcHiW4v7g768ULs7n3IkiS8HcI1l2kxLURqCRlI2sYEAwsGdIV2jM+VLXFY3gLT327g= Received: by 10.49.8.1 with SMTP id l1mr311137nfi; Wed, 30 Aug 2006 14:50:31 -0700 (PDT) Received: from ?192.168.1.34? ( [212.2.169.171]) by mx.gmail.com with ESMTP id n23sm311472nfc.2006.08.30.14.50.30; Wed, 30 Aug 2006 14:50:31 -0700 (PDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.2) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <1509C56A-AB89-47BE-A9CE-5807B8719EB7@gmail.com> Content-Transfer-Encoding: 7bit From: eoghan Date: Wed, 30 Aug 2006 22:50:28 +0100 To: fbsd@a1poweruser.com X-Mailer: Apple Mail (2.752.2) Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: php5/mysql5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2006 21:50:37 -0000 On 30 Aug 2006, at 22:37, fbsd wrote: > 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??? Hi You can install the php5-extensions port... /usr/ports/lang/php5-extensions and run a make config to decide on what you need. Hope that helps Eoghan