Re: [sqlite] Fatal error: Call to undefined function sqlite_open()

2008-06-25 Thread Philipp Morath
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


Re: [sqlite] Fatal error: Call to undefined function sqlite_open()

2008-06-24 Thread Philipp Morath
Thanks you Gopal.
Nothing about sqlite in my error.log. Hum?
How do I get the required library?

On Tue, Jun 24, 2008 at 4:32 AM, Gopal Venkatesan
<[EMAIL PROTECTED]> wrote:
> - "Philipp Morath" <[EMAIL PROTECTED]> wrote:
>
>> Hello all,
>>
>> I made a terrible mistake. I change my running debian system.
>> Hours ago, I tried to reinstall my webserver. Everything goes fine,
>> exept sqlite.
>> I don't know how I've done it several years ago.
>> Fatal error: Call to undefined function sqlite_open()
>> I've already uncomment the lines
>> [sqlite]
>> sqlite.assoc_case = 0
>> in my php.ini but it doesn't do anything.
>>
>> Perhaps someone can help me?
>
> What do you see in the error log (/usr/local/apache/logs/error or somewhere)? 
>  You might be missing the required library.
> --
> 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


[sqlite] Fatal error: Call to undefined function sqlite_open()

2008-06-23 Thread Philipp Morath
Hello all,

I made a terrible mistake. I change my running debian system.
Hours ago, I tried to reinstall my webserver. Everything goes fine,
exept sqlite.
I don't know how I've done it several years ago.
Fatal error: Call to undefined function sqlite_open()
I've already uncomment the lines
[sqlite]
sqlite.assoc_case = 0
in my php.ini but it doesn't do anything.

Perhaps someone can help me?

thanks, Philipp
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users