fataler Fehler: Klasse sqlite3 ist nicht zu finden

Im mit ubuntu 12.04 und php 5.x ich sqlite3, aber Im erhalte eine Fehlermeldung, von

php fatal error: class sqlite3 not found

Ich alles getan, die installation Prozesse,

wie

$ sudo apt-get install php5-cli php5-dev make
$ sudo apt-get install libsqlite3-0 libsqlite3-dev
$ sudo apt-get install php5-sqlite3
$ sudo apt-get remove php5-sqlite3
$ cd ~
$ wget http://pecl.php.net/get/sqlite3-0.6.tgz
$ tar -zxf sqlite3-0.6.tgz
$ cd sqlite3-0.6/
$ sudo phpize
$ sudo ./configure
$ sudo make
$ sudo make install
$ sudo apache2ctl restart

und

cd /etc/php5/conf.d

cat > sqlite3.ini
# configuration for php SQLite3 module
extension=sqlite3.so
^D

sudo /etc/init.d/apache2 restart

nun, was ich tun will???

Kann jemand bitte mir helfen, dieses Problem zu beheben...

Danke Im Voraus.

InformationsquelleAutor harishkumar329 | 2013-10-24

Schreibe einen Kommentar