Friday, 27 September 2013

SQLITE 3 installation - Linux

Donwload http://downloads.sourceforge.net/php-sqlite3/sqlite3-0.5.tgz

1. unzip & untar the package
2. move to /usr/local/src
3. run "phpize"
4. run ./configure --with-sqlite3 --with-php-config=/usr/bin/php-config
5. make
6. make test
7. make install

vi /etc/php.d/sqlite.ini
; Enable sqlite extension module
extension=sqlite3.so
SQLite-1.0.3.tgz


For installting older version use this tutorial

http://kb.parallels.com/en/5460

No comments:

Post a Comment