Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Mar 2011 14:59:56 -0800
From:      Gary Kline <kline@thought.org>
To:        Rodrigo Gonzalez <rjgonzale@estrads.com.ar>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mysql missing from my home-page WordPress....
Message-ID:  <20110301225956.GB17756@thought.org>
In-Reply-To: <201103011822.14265.rjgonzale@estrads.com.ar>
References:  <20110301205319.GA15882@thought.org> <4D6D5F11.3050708@wingfoot.org> <201103011822.14265.rjgonzale@estrads.com.ar>

next in thread | previous in thread | raw e-mail | index | archive | help
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"

-- 
 Gary Kline  kline@thought.org  http://www.thought.org  Public Service Unix
           Journey Toward the Dawn, E-Book: http://www.thought.org
          The 7.98a release of Jottings: http://jottings.thought.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110301225956.GB17756>