PHP 5.3.3 sqlite issue

Support/Development for PHP
SoKki
New Forum User
New Forum User
Posts: 4
Joined: Wed Apr 22, 2009 8:55 pm

PHP 5.3.3 sqlite issue

Unread post 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.
User avatar
mikeshinn
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 4149
Joined: Thu Feb 07, 2008 7:49 pm
Location: Chantilly, VA

Re: PHP 5.3.3 sqlite issue

Unread post by mikeshinn »

Did you try yum upgrade?
SoKki
New Forum User
New Forum User
Posts: 4
Joined: Wed Apr 22, 2009 8:55 pm

Re: PHP 5.3.3 sqlite issue

Unread post by SoKki »

Yes i tried yum upgrade / update / reinstall

nothing seems to make it go away.
pa_bob
Forum User
Forum User
Posts: 5
Joined: Thu Oct 14, 2010 10:23 am

Re: PHP 5.3.3 sqlite issue

Unread post 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
Post Reply