phpliteadmin says SQLite3: not installed but it is
up vote
0
down vote
favorite
I'm trying to install phpliteadmin on a raspberry.
I installed sqlite3, apache and php
sudo apt-get install sqlite3 -y
sudo apt-get install apache2 -y
sudo apt-get install php libapache2-mod-php -y
when i know try to start phpliteadmin in an empty directory and try to create a database i get the following error:
PDO: installed
PDO SQLite Driver: not installed
SQLite3: not installed
SQLiteDatabase: not installed
when i install the pdo sqlite driver the errot goes away but i want to use the other databse php extensions, because with the PDO SQLite Driver i cannot read database with WAL set.
why do i get the error SQLite3: not installed when it is installed. is there anything missing?
sqlite3
add a comment |
up vote
0
down vote
favorite
I'm trying to install phpliteadmin on a raspberry.
I installed sqlite3, apache and php
sudo apt-get install sqlite3 -y
sudo apt-get install apache2 -y
sudo apt-get install php libapache2-mod-php -y
when i know try to start phpliteadmin in an empty directory and try to create a database i get the following error:
PDO: installed
PDO SQLite Driver: not installed
SQLite3: not installed
SQLiteDatabase: not installed
when i install the pdo sqlite driver the errot goes away but i want to use the other databse php extensions, because with the PDO SQLite Driver i cannot read database with WAL set.
why do i get the error SQLite3: not installed when it is installed. is there anything missing?
sqlite3
You have to install the relevant language specific bindings for sqlite if they're not included in that languages base install.
– Shawn
Nov 10 at 18:25
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to install phpliteadmin on a raspberry.
I installed sqlite3, apache and php
sudo apt-get install sqlite3 -y
sudo apt-get install apache2 -y
sudo apt-get install php libapache2-mod-php -y
when i know try to start phpliteadmin in an empty directory and try to create a database i get the following error:
PDO: installed
PDO SQLite Driver: not installed
SQLite3: not installed
SQLiteDatabase: not installed
when i install the pdo sqlite driver the errot goes away but i want to use the other databse php extensions, because with the PDO SQLite Driver i cannot read database with WAL set.
why do i get the error SQLite3: not installed when it is installed. is there anything missing?
sqlite3
I'm trying to install phpliteadmin on a raspberry.
I installed sqlite3, apache and php
sudo apt-get install sqlite3 -y
sudo apt-get install apache2 -y
sudo apt-get install php libapache2-mod-php -y
when i know try to start phpliteadmin in an empty directory and try to create a database i get the following error:
PDO: installed
PDO SQLite Driver: not installed
SQLite3: not installed
SQLiteDatabase: not installed
when i install the pdo sqlite driver the errot goes away but i want to use the other databse php extensions, because with the PDO SQLite Driver i cannot read database with WAL set.
why do i get the error SQLite3: not installed when it is installed. is there anything missing?
sqlite3
sqlite3
asked Nov 10 at 13:40
Egirus Ornila
1076
1076
You have to install the relevant language specific bindings for sqlite if they're not included in that languages base install.
– Shawn
Nov 10 at 18:25
add a comment |
You have to install the relevant language specific bindings for sqlite if they're not included in that languages base install.
– Shawn
Nov 10 at 18:25
You have to install the relevant language specific bindings for sqlite if they're not included in that languages base install.
– Shawn
Nov 10 at 18:25
You have to install the relevant language specific bindings for sqlite if they're not included in that languages base install.
– Shawn
Nov 10 at 18:25
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53239548%2fphpliteadmin-says-sqlite3-not-installed-but-it-is%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
You have to install the relevant language specific bindings for sqlite if they're not included in that languages base install.
– Shawn
Nov 10 at 18:25