Yes, thats it! Missing "extension=sqlite.so" in my php.ini. Now
apt-get brings the 'sqlite.so' with it.
Thanks Gopal ! :-)


On Tue, Jun 24, 2008 at 4:04 PM, Gopal Venkatesan
<[EMAIL PROTECTED]> wrote:
> ----- "Philipp Morath" <[EMAIL PROTECTED]> wrote:
>
>> Thanks you Gopal.
>> Nothing about sqlite in my error.log. Hum?
>> How do I get the required library?
>
> Hi Philipp:
>
> Is it a stock version of PHP (installed from package), or is it compiled from 
> source?
>
> If its the former, what does the following command return?
>
>  shell> dpkg -l | grep php5-sqlite
>
> If its returning empty, you're missing the PHP SQLite extension.  Install it 
> using the following command:
>
>  shell> sudo dpkg -i php5-sqlite
>
> If its the latter, you'll have to recompile PHP with the sqlite extension 
> turned on (this is by default), but doing a recompile might be worth the try.
>
> HTH.
> --
> Gopal Venkatesan
> http://gopalarathnam.com/weblog/
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to