Not Installing Sqlite 3 on CentOS correctly
Posted
by
Ming
on Server Fault
See other posts from Server Fault
or by Ming
Published on 2012-09-10T17:44:15Z
Indexed on
2012/09/12
3:40 UTC
Read the original article
Hit count: 577
I need to get sqlite 3 installed for php on a CentOS but its still telling that it's not installed.
I did the command and got this message:
yum install sqlite
Package sqlite-3.6.20-1.el6.x86_64 already installed and latest version
I looked into php.ini and notice this, but not sure if it's any use
[sqlite]
; http://www.php.net/manual/en/sqlite.configuration.php#ini.sqlite.assoc-case
;sqlite.assoc_case = 0
[sqlite3]
;sqlite3.extension_dir =:
Let me know what else you need?
© Server Fault or respective owner