ispCP - Board - Support
sqlite and ispcp ? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: sqlite and ispcp ? (/thread-4931.html)



sqlite and ispcp ? - mydebians - 11-15-2008 07:32 PM

How to install sqlite on ispcp ?

one idea ?


RE: sqlite and ispcp ? - BeNe - 11-16-2008 03:53 AM

What do you want to do ?
For what do you need it ?

Greez BeNe


RE: sqlite and ispcp ? - mydebians - 11-16-2008 04:09 AM

Hi

just to use sqlite with php5 in one of my script and not mysql5


RE: sqlite and ispcp ? - BeNe - 11-16-2008 09:48 PM

ispCP NEED MySQL. You can try to install both and use sqlite on your own.

Greez BeNe


RE: sqlite and ispcp ? - joximu - 11-17-2008 06:57 AM

(11-15-2008 07:32 PM)mydebians Wrote:  How to install sqlite on ispcp ?

one idea ?

I think you need the php-sqlite package and then you're fine (if your language is php...)

/J


RE: sqlite and ispcp ? - ephigenie - 11-19-2008 05:42 PM

to be make it clearer : sqlite is a file-only db - so there won't be a listening daemon (as in mysql i.e.) just run apt-get install php5-sqlite.

If sqlite isn't available after restarting apache, take a look into your php.ini at /var/www/fcgi/<domain>/php5/php.ini and add the corresponding load module directive there.


RE: sqlite and ispcp ? - mydebians - 11-20-2008 10:40 PM

Thanks ephigenie

i'll try it.