From owner-freebsd-questions@FreeBSD.ORG Thu Mar 3 17:01:15 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 A1009106566B for ; Thu, 3 Mar 2011 17:01:15 +0000 (UTC) (envelope-from freebsd-questions@bsdgeeks4u.com) Received: from oproxy3-pub.bluehost.com (oproxy3-pub.bluehost.com [69.89.21.8]) by mx1.freebsd.org (Postfix) with SMTP id 6EAB28FC24 for ; Thu, 3 Mar 2011 17:01:15 +0000 (UTC) Received: (qmail 30501 invoked by uid 0); 3 Mar 2011 16:33:14 -0000 Received: from unknown (HELO box287.bluehost.com) (69.89.31.87) by oproxy3.bluehost.com with SMTP; 3 Mar 2011 16:33:13 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=bsdgeeks4u.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-Identified-User; b=q9NhvZJqZ1Hf/N8MK1tticj5NzjGsBG2XmmpKCFsrZTKWgizhQKUhnm5KmdxtvvX9Ix4hYLbT6FNPdk/tRPS84odPO8gEJTeoHk7nRUz+c9hm6e08+rUsGoHCI55kpOH; Received: from 69.169.154.191.provo.static.broadweavenetworks.net ([69.169.154.191] helo=[192.168.0.3]) by box287.bluehost.com with esmtpa (Exim 4.69) (envelope-from ) id 1PvBSi-0007m2-Bz; Thu, 03 Mar 2011 09:33:12 -0700 Message-ID: <4D6FC2BD.9080201@bsdgeeks4u.com> Date: Thu, 03 Mar 2011 09:33:01 -0700 From: John D Jones III User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101230 Lanikai/3.1.7 MIME-Version: 1.0 To: Gary Kline References: <20110301205319.GA15882@thought.org> <4D6D5F11.3050708@wingfoot.org> <20110301225020.GA17756@thought.org> In-Reply-To: <20110301225020.GA17756@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Identified-User: {858:box287.bluehost.com:dewpoint:bsdgeeks4u.com} {sentby:smtp auth 69.169.154.191 authed with freebsd-questions@bsdgeeks4u.com} X-Mailman-Approved-At: Thu, 03 Mar 2011 19:08:29 +0000 Cc: questions@freebsd.org 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: Thu, 03 Mar 2011 17:01:15 -0000 On 03/01/2011 03:50 PM, Gary Kline wrote: > On Tue, Mar 01, 2011 at 04:03:13PM -0500, Glenn Sieb wrote: >> 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 >> > > This was the first thing I [re-] installed. > > > q0 14:47 Server [5001] pkg_info | gr php5-mysql > 470:php5-mysql-5.3.5 The mysql shared extension for php > 471:php5-mysqli-5.3.5 The mysqli shared extension for php > q0 14:47 Server [5002] >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > I had a similar problem with PHP after I upgraded it. The location of the php extensions had changed, but my php.ini was still pointing to the old location of the modules. You may want to double check the path and make sure they're both the same. If not, I recommend copying in the new .default php.ini file and make your custom changes there, as there were recently many settings changed/added in the latest PHP version. -- Thanks, John D Jones III freebsd-questions@bsdgeeks4u.com