PDA

View Full Version : SQlite


D1G1T4L
01-29-2007, 05:16 PM
Im trying to get SQlite on my VDS. I currently use Cpanel as my host manager and I do not see an option in the rebuild options for SQlite support. Yum will not download the packages. I could just download SQlite myself, but I wanted to see if I was missing something?


Any assistance would be awesome. Thank you.

Jeff
01-29-2007, 05:35 PM
Hi,

I believe SQlite is installed during setup time. The following command should return the currently installed version:

# rpm -qa | grep sqlite

Please run that command and let us know the results.

Also - just fyi - the forums are not the best means for us to provide support in a timely fashion, as they are mainly geared towards customer chat, howtos, pre sales support, etc. For the quickest responses you would want to use the support options mentioned in your Welcome email.

D1G1T4L
01-29-2007, 06:41 PM
[/]# rpm -qa | grep sqlite
python-sqlite-1.1.7-1.2
sqlite-3.3.3-1.2



Well, I have it. Now how do I tell php that its there? lol

Oh, and I know I could use the support system, but this isnt mission critical - and Im learning in the process, since Ive never used SQlite. Thanks for the help so far.

Ryan
01-29-2007, 06:54 PM
[/]# rpm -qa | grep sqlite
python-sqlite-1.1.7-1.2
sqlite-3.3.3-1.2



Well, I have it. Now how do I tell php that its there? lol

Oh, and I know I could use the support system, but this isnt mission critical - and Im learning in the process, since Ive never used SQlite. Thanks for the help so far.

Hi,

You'll need to enable it in php.ini

There is actually a great writeup over at phpbuilder.com on getting SQLite going with php4. Check this (http://phpbuilder.com/columns/farell20040824.php3?page=1) link.

Ryan

D1G1T4L
01-29-2007, 06:59 PM
Hi,

You'll need to enable it in php.ini

There is actually a great writeup over at phpbuilder.com on getting SQLite going with php4. Check this (http://phpbuilder.com/columns/farell20040824.php3?page=1) link.

Ryan

Excellent, thats exactly what I needed. Thanks!

Ryan
01-29-2007, 07:01 PM
Excellent, thats exactly what I needed. Thanks!

Sure thing! :cool: