Quantcast
Channel: linuxadmin: Expanding Linux SysAdmin knowledge
Viewing all articles
Browse latest Browse all 17835

A way to upgrade SQLite library on Centos6.7?

$
0
0

I am using Centos6.7 and PHP5.5 which has SQLite 3.6.20 already installed. The problem I am having is I need to view database backups made with a newer version of SQLite - 3.8.x - and I am getting a SQLite version mismatch error which is preventing me from opening the backups.

I've spent quite some time googling and so far I haven't been able to find a clear way to update SQLite to a newer version on Centos6.7. Does anyone know if this is possible?

rpm -qa | grep sqlite 

shows that I have "sqlite-3.6.20-1.el6_7.2.x86_64"

Any help would greatly be appreciated.

submitted by Old_Mittens
[link][1 comment]

Viewing all articles
Browse latest Browse all 17835

Trending Articles