Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Nov 2006 17:56:20 +0100
From:      Riemer Palstra <riemer@palstra.com>
To:        Jonathan Horne <freebsd@dfwlp.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: php 5.2.0... go boom!
Message-ID:  <20061108165620.GC50384@rb1.palstra.com>
In-Reply-To: <200611080926.19296.freebsd@dfwlp.com>
References:  <200611072108.40934.freebsd@dfwlp.com> <20061108124122.GA50384@rb1.palstra.com> <200611080841.15139.derrick@uniquestrength.net> <200611080926.19296.freebsd@dfwlp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 08, 2006 at 09:26:19AM -0600, Jonathan Horne wrote:
> PHP Warning:  PHP Startup: Unable to load dynamic 
> library '/usr/local/lib/php/20060613/pdo.so' - Cannot open
> &quot;/usr/local/lib/php/20060613/pdo.so&quot; in Unknown on line 0
> 
> i need to figure out what extension that belongs to, and hopefully rebuild it.  
> that will probably solve my problem.

Err. pdo.so is /usr/ports/databases/pecl-PDO. I haven't got that one to
build yet against PHP 5.2.0:

/usr/ports/databases/pecl-PDO/work/PDO-1.0.3/pdo.c: In function
`php_pdo_get_exception_base':
/usr/ports/databases/pecl-PDO/work/PDO-1.0.3/pdo.c:78: error: too few
arguments to function `zend_exception_get_default'

Are you actually using PDO (for MySQL, ODBC, PostgreSQL, SQLite etc)? If
not, you might just want to comment it out of your
/usr/local/etc/php/extensions.ini.

-- 
Riemer Palstra		     		      Amsterdam, The Netherlands
riemer@palstra.com				 http://www.palstra.com/



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