Jump to content

[Solved] Cron Job Error & PHP Error


Byron

Recommended Posts

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

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...