From owner-freebsd-questions@FreeBSD.ORG Tue Mar 1 21:18:36 2011 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A7B2106564A for ; Tue, 1 Mar 2011 21:18:36 +0000 (UTC) (envelope-from ges+lists@wingfoot.org) Received: from wingfoot.org (caduceus.wingfoot.org [66.80.251.100]) by mx1.freebsd.org (Postfix) with ESMTP id 468808FC08 for ; Tue, 1 Mar 2011 21:18:36 +0000 (UTC) Received: from caduceus.wingfoot.org (localhost [127.0.0.1]) by wingfoot.org (Postfix) with ESMTP id BC94339E0BE for ; Tue, 1 Mar 2011 16:03:21 -0500 (EST) X-Virus-Scanned: amavisd-new at wingfoot.org Received: from wingfoot.org ([127.0.0.1]) by caduceus.wingfoot.org (wingfoot.org [127.0.0.1]) (amavisd-new, port 10042) with ESMTP id jFGFsPiVjZO6 for ; Tue, 1 Mar 2011 16:03:15 -0500 (EST) Received: from Sandal.local (ool-45732cf6.dyn.optonline.net [69.115.44.246]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by wingfoot.org (Postfix) with ESMTPSA id 2A0B039E0BA for ; Tue, 1 Mar 2011 16:03:15 -0500 (EST) Message-ID: <4D6D5F11.3050708@wingfoot.org> Date: Tue, 01 Mar 2011 16:03:13 -0500 From: Glenn Sieb User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: questions@FreeBSD.org References: <20110301205319.GA15882@thought.org> In-Reply-To: <20110301205319.GA15882@thought.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: mysql missing from my home-page WordPress.... 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: Tue, 01 Mar 2011 21:18:36 -0000 On 3/1/11 3:53 PM, Gary Kline wrote: > > Any clues why I get a one-liner from wordpress that my database > extention is missing? I re-installed everything; it is running. > The "wordpress" db is there when I check 'show database'. What > else? Check and make sure the MySQL extensions are installed in PHP? pkg_info | grep php5-mysql (if not..) cd /usr/ports/databases/php5-mysql && make install clean Good luck! --Glenn