From owner-freebsd-questions@FreeBSD.ORG Tue Mar 1 23:35:31 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12F50106564A for ; Tue, 1 Mar 2011 23:35:31 +0000 (UTC) (envelope-from rjgonzale@estrads.com.ar) Received: from oproxy2-pub.bluehost.com (oproxy2-pub.bluehost.com [67.222.39.60]) by mx1.freebsd.org (Postfix) with SMTP id DB9428FC18 for ; Tue, 1 Mar 2011 23:35:30 +0000 (UTC) Received: (qmail 20175 invoked by uid 0); 1 Mar 2011 23:35:30 -0000 Received: from unknown (HELO box511.bluehost.com) (74.220.219.111) by oproxy2.bluehost.com with SMTP; 1 Mar 2011 23:35:30 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=estrads.com.ar; h=Received:From:To:Subject:Date:User-Agent:Cc:References:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:X-Identified-User; b=ZXXnU4KPuwjRN5eOv7HXyFl3xzwkR6PoUJPPhAz+Vyiya/9hWcnij1udkS/DpEcUUfPYk3dpz6zM+7X1A+wPKK2HjAL12Y+24rTBOtoOHRdO6Q0qkPrKhx8ofZGTg0ay; Received: from host231.190-138-99.telecom.net.ar ([190.138.99.231] helo=rjgonzale-laptop.localnet) by box511.bluehost.com with esmtpa (Exim 4.69) (envelope-from ) id 1PuZ6G-0007pS-U1; Tue, 01 Mar 2011 16:35:30 -0700 From: Rodrigo Gonzalez To: freebsd-questions@freebsd.org Date: Tue, 1 Mar 2011 20:35:25 -0300 User-Agent: KMail/1.13.5 (Linux/2.6.35-25-generic; KDE/4.6.0; i686; ; ) References: <20110301205319.GA15882@thought.org> <201103011822.14265.rjgonzale@estrads.com.ar> <20110301225956.GB17756@thought.org> In-Reply-To: <20110301225956.GB17756@thought.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201103012035.26029.rjgonzale@estrads.com.ar> X-Identified-User: {32647:box511.bluehost.com:gonosade:estrads.com.ar} {sentby:smtp auth 190.138.99.231 authed with rjgonzale@estrads.com.ar} Cc: Gary Kline 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 23:35:31 -0000 you just need to delete them from /usr/local/etc/php/extensions.ini mysql extension is loaded when you are using cli, I would check at web server module. Create a file called info.php in your document root then go to http:///info.php Check if there is a block called mysql Regards Rodrigo On Tuesday, March 01, 2011 07:59:56 PM Gary Kline wrote: > On Tue, Mar 01, 2011 at 06:22:13PM -0300, Rodrigo Gonzalez wrote: > > And enabled > > > > php -m > > > > check that mysql extension is loaded > > > > Regards > > > > Rodrigo > > Hmmm. Good one! ... well, maybe. I have no idea why PHP > Startup can't load these libraries. > > > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/local/lib/php/20090626/bcmath.so' - Cannot open > "/usr/local/lib/php/20090626/bcmath.so" in Unknown on line 0 > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/local/lib/php/20090626/mssql.so' - Cannot open > "/usr/local/lib/php/20090626/mssql.so" in Unknown on line 0 > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/local/lib/php/20090626/openssl.so' - Cannot open > "/usr/local/lib/php/20090626/openssl.so" in Unknown on line 0 > [PHP Modules] > Core > ctype > date > dom > ereg > filter > hash > iconv > json > libxml > mhash > mysql > mysqli > mysqlnd > pcre > PDO > pdo_sqlite > posix > Reflection > session > SimpleXML > SPL > SQLite > standard > tokenizer > xml > xmlreader > xmlwriter > > [Zend Modules] > > > Any ideas? Should I just /bin/rm the ones that are loadable? > > gary > > > On Tuesday, March 01, 2011 06:03:13 PM 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 > > > > > > > > > _______________________________________________ > > > 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" > > > > _______________________________________________ > > 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"