Byron Posted March 20, 2010 Posted March 20, 2010 I got this error when my php cron job ran this morning: Cannot load Zend Extension Manager - it was built with configuration 1.2.0, whereas running engine is API220090626,NTS And I'm also getting this error anytime I click onto one of my php pages: [20-Mar-2010 17:55:56] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so: cannot open shared object file: No such file or directory in Unknown on line 0
Ashoat Posted March 23, 2010 Posted March 23, 2010 Okay, I've submitted a support request to the cPanel folks for this one.
Ashoat Posted March 24, 2010 Posted March 24, 2010 Looks like the PECL version of PDO is incompatible with the compiled-in version now, so I can't compile in PDO and then add a PECL for PostgreSQL. I'm recompiling PHP now with a --with-pdo-pgsql flag - that should solve the problem.
Ashoat Posted March 25, 2010 Posted March 25, 2010 After three Apache rebuilds, I think I have PDO working with PostgreSQL (along with ODBC). Is everything looking okay?
Byron Posted March 25, 2010 Author Posted March 25, 2010 Everything seems to be OK. I'm not seeing anymore errors.
Recommended Posts