Page 1 of 1

PHP 5.3.3 sqlite issue

Posted: Wed Nov 03, 2010 7:29 am
by SoKki
Hi I read through the thread at http://www.atomicorp.com/forums/viewtop ... =12&t=4378

in regards to the error:

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/sqlite3.so' - /usr/lib/php/modules/sqlite3.so: undefined symbol: sqlite3_clear_bindings in Unknown on line 0

I was wondering if there was any resolution to this. yum update sqlite didnt resolve it.

Re: PHP 5.3.3 sqlite issue

Posted: Wed Nov 03, 2010 8:44 am
by mikeshinn
Did you try yum upgrade?

Re: PHP 5.3.3 sqlite issue

Posted: Wed Nov 03, 2010 7:29 pm
by SoKki
Yes i tried yum upgrade / update / reinstall

nothing seems to make it go away.

Re: PHP 5.3.3 sqlite issue

Posted: Thu Nov 18, 2010 12:49 pm
by pa_bob
Hi

I had exactly the same issue. It's a clean install from Atomic. Yum anything did not correct the problem. SQLite is in there and it's the current version according to Yum.

.... except...

I didn't have the Atomic TESTING repo set up to override the rest of the world.

Enable the testing repo at priority = 1
yum update sqlite
in comes 3.7.0.1-1.el15.art.art from atomic-testing
run php -v
no more carp about sqlite !!!

Bob