From owner-freebsd-questions@FreeBSD.ORG Thu Oct 14 09:12:59 2004 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 4A6EF16A4CE for ; Thu, 14 Oct 2004 09:12:59 +0000 (GMT) Received: from mail.clubplus.net (mtl.clubplus.net [216.113.38.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A01543D55 for ; Thu, 14 Oct 2004 09:12:58 +0000 (GMT) (envelope-from david+dated+1098177173.950926@skytracker.ca) Received: (qmail 4628 invoked by uid 2280); 14 Oct 2004 09:16:38 -0000 Received: from 3s1.com (209.188.66.29) by ott.clubplus.net with DES-CBC3-SHA encrypted SMTP; 14 Oct 2004 09:16:38 -0000 Received: (from root@localhost) by 3s1.com (8.12.8p1/8.12.8) id i9E9Ctmk061756 for questions@freebsd.org; Thu, 14 Oct 2004 05:12:55 -0400 (EDT) (envelope-from david+dated+1098177173.950926@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.12.8p1/8.9.3) with ESMTP id i9E9CsaV061731 for ; Thu, 14 Oct 2004 05:12:54 -0400 (EDT) Received: (from david@localhost) by 3s1.com (8.12.8p1/8.12.8/Submit) id i9E9CrTA061730 for questions@freebsd.org; Thu, 14 Oct 2004 05:12:53 -0400 (EDT) (envelope-from david+dated+1098177173.950926@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1098177173.950926@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Thu, 14 Oct 2004 05:12:53 -0400 (EDT) Date: Thu, 14 Oct 2004 05:12:51 -0400 To: questions@freebsd.org Message-ID: <20041014091251.GA60576@skytrackercanada.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i From: David Banning X-Delivery-Agent: TMDA/1.0.2 (Bold Forbes) X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) Subject: configuring php to work with mysql 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: Thu, 14 Oct 2004 09:12:59 -0000 I am having to reinstall my php and apache 1.3. I installed apache13 straight from the ports with no options, and then I installed php4_mysql from the ports also. php is running but it does not connect to mysql. In looking at phpinfo() I notice the configuration options; './configure' '--enable-versioning' '--enable-memory-limit' '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--with-regex=php' '--with-apxs=/usr/local/sbin/apxs' '--prefix=/usr/local' 'i386-portbld-freebsd4.8' don't seem to have any reference to mysql. Stange, considering that the port, specifically is entitled "php4_mysql". Any suggestions? --