From owner-freebsd-questions@FreeBSD.ORG Wed Jan 12 14:41:14 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 A60B016A4CE for ; Wed, 12 Jan 2005 14:41:14 +0000 (GMT) Received: from post-22.mail.nl.demon.net (post-22.mail.nl.demon.net [194.159.73.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3851443D46 for ; Wed, 12 Jan 2005 14:41:14 +0000 (GMT) (envelope-from nico.meijer@zonnet.nl) Received: from piweblw.demon.nl ([82.161.24.55]:22317 helo=openbsd.piweb.intern) by post-22.mail.nl.demon.net with smtp (Exim 4.34) id 1CojgP-000Obt-8L; Wed, 12 Jan 2005 14:41:13 +0000 Date: Wed, 12 Jan 2005 15:41:12 +0100 From: Nico Meijer To: "Colin J. Raven" Message-Id: <20050112154113.765a567c.nico.meijer@zonnet.nl> In-Reply-To: <20050112152052.G802@kenmore.kozy-kabin.nl> References: <20050112152052.G802@kenmore.kozy-kabin.nl> X-Mailer: Sylpheed version 1.0.0 (GTK+ 1.2.10; i386-unknown-openbsd3.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Trouble starting 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: Wed, 12 Jan 2005 14:41:14 -0000 Hi Colin, I missed part of the thread, so I'm sorry if I'm dead wrong here. > Do you mean that one (or other, or both) must *also* be installed for > php to have any clue that MySQL exists? You need php4-mysql for that. php4-extensions is a meta-port. Read the pkg-descr in /usr/ports/lang/php4-extensions/. php4-extensions will install php4-mysql for you. HTH... Nico