Topic: pdo_sqlite.so Error

Hi,

I am getting a consistent error as following in error_log in multiple folders-

[08-Apr-2010 12:13:48] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/
extensions/no-debug-non-zts-20090626/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_sqlite.so: undefined symbol: sqlite3_libversion in Unknown on line 0

MySQL version is 5.3
Did anyone notice/encounter this issue ?
Error_log is increasing everyda with this same error message.

Please help to resolve!

Thanks

Chaitanya

Re: pdo_sqlite.so Error

This is not related to FA but rather to php5.3 itself (see here). If you do not need sqlite and have access to php.ini you can remove related module form configuration. Otherwise I don't know.

Janusz