Jump to content

How to install SQLite Extension


e.shekari

Recommended Posts

Hi.

 

I tried to install eyeOs but during the installation when the setup checks for the requirements, it says that SQLite extension is not installed.

 

I googled for SQLite Instalation but I couldn't understand how to get and install it. I think its hard to do.

Where can i get this extension? and How to add it to php?

 

Link to comment
Share on other sites

You can find pre compiled dll of sqlite which matches your php installation. At first google it "download php_sqlite3.dll for

 [compiler version] [TS or NTS]". you can get compiler and php version by seeing the phpinfo(). it would be something like php 5.4 VC9 threadsafe. Most probably you will find it pre compiled. When you found it put it in 'ext' folder of your php instllation dir. Then open the php.ini and uncomment extension="php_sqlite3.dll". restart your server.

 

If you cant find the pre compiled dll then you have to compile it on your own from the source code.

Edited by birbal
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...