Can't install freepbx with sqlite3

Hi there,

I am trying to install freepbx with sqlite3 but it doesn’t work.
It works fine with mysql, but when I try to use sqlite3. nothing.

This is what I have when I run ./install_amp

[root@dhcp1 freepbx-2.8.0]# ./install_amp
Checking for PEAR DB…OK
Checking for PEAR Console::Getopt…OK
Checking user…OK
Checking if Asterisk is running…running with PID 2606…OK
Cheching for /etc/amportal.conf OK
Reading /etc/amportal.conf…OK
Using Asterisk as PBX Engine
Checking for Asterisk version …1.6.2.7
Checking for selinux…OK
Connecting to database…[root@dhcp1 freepbx-2.8.0]

And stop trying to connect to the database.

In my amportal.con file I have changed these following informations:

AMPDBENGINE=sqlite3
AMPDBFILE=/var/lib/asterisk/freepbx.db

and remove

AMPDBHOST
AMPDBUSER
AMPDBPASS

then

chown www-data.www-data /var/lib/asterisk/freepbx.db
chmod g+rw /var/lib/asterisk/freepbx.db

I have nothing when I try to see in http://xxx.xxx.xxx.xxx

Can someone help me please ?

Thanks in advance