strange problem with sqlite2

Support/Development for PHP
ZaNaToS
Forum User
Forum User
Posts: 12
Joined: Tue Oct 18, 2005 12:47 pm

strange problem with sqlite2

Unread post by ZaNaToS »

Hello,

I have the following problem,
I need sqlite2 2.8.17 to work with an app (sitebuilder) and it seems..i cant upgrade it.
If I check what's php using:
[root@zeus /]# php -i | grep 'SQLite Library'
SQLite Library => 3.3.6
SQLite Library => 2.8.14

but when I try to update via yum:

[root@zeus /]# yum install sqlite2
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: centos.intergenia.de
* atomic: www6.atomicorp.com
* base: centos.intergenia.de
* extras: ftp.halifax.rwth-aachen.de
* updates: centos.intergenia.de
Setting up Install Process
Package sqlite2-2.8.17-1.el5.art.x86_64 already installed and latest version
Nothing to do

so yum sais that sqlite2-2.8.17-1.el5.art.x86_64 already installed
but php sees 2.8.14 ...
any help on how to fix that?

thank you
ZaNaToS
Forum User
Forum User
Posts: 12
Joined: Tue Oct 18, 2005 12:47 pm

Re: strange problem with sqlite2

Unread post by ZaNaToS »

anyone ????
Post Reply