From owner-freebsd-questions Wed Jan 12 23:40:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from exchange.prism.co.za (exchange.prism.co.za [196.34.63.66]) by hub.freebsd.org (Postfix) with ESMTP id AF56D15594 for ; Wed, 12 Jan 2000 23:39:45 -0800 (PST) (envelope-from alwyns@littlecruncher.prizm.dhs.org) Received: from littlecruncher.prizm.dhs.org (196.34.63.201 [196.34.63.201]) by exchange.prism.co.za with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id CKVJLW13; Thu, 13 Jan 2000 09:41:35 +0200 Received: by littlecruncher.prizm.dhs.org (Postfix, from userid 1001) id 2E8C6BC; Thu, 13 Jan 2000 09:41:04 +0200 (SAST) Date: Thu, 13 Jan 2000 09:41:03 +0200 From: Alwyn Schoeman To: Peter Kok Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: MYSQL + PHP Message-ID: <20000113094102.A13284@littlecruncher.prizm.dhs.org> References: <387D646D.77047533@stlinux.ouhk.edu.hk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <387D646D.77047533@stlinux.ouhk.edu.hk>; from cckok00@stlinux.ouhk.edu.hk on Thu, Jan 13, 2000 at 01:36:45PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, It is not enough to install mysql + Apache + php packages seperately, You must compile the php with mysql support, in other words with the --with-mysql switch. I guess the default php port does not compile with this option, so read the php docs and modify the makefile in the port collection or download the source yourself, last option might be more difficult. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message