> Pierre-Alain Joye wrote:
>
>>On Sun, 15 Feb 2004 13:10:59 -0800
>>"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>>>Im a bit confused as to where i get a sqlite.so for php.
>>>When i build sqlite from source it does not place a sqlite.so anywhere
>>>
>>>in my system.
>>>Using 'pear install sqlite' isnt good becuase its an out of date
>>> version.

It's currently at 2.8.11, and that's the official version included in
php... I'm not even sure it's possible to have another version with php
without some hackin'

>>You may ask on pecl-dev list (see http://pecl.php.net/support.php). If
>> you install using "pear install sqlite" using php4 you will get the
>> php4 version. PHP5 is bunlded with the sqlite extension _and_ sqlite
>> itself. See the configure options to enable it or to set the available
>> options.
>>
>>hth
>>
>>pierre
>>
>>
>>
>
> For whatever reason pear install sqlite is not working now. It gets
> through the configure, then starts the build and errors with:
> [Error]
> In file included from /usr/include/php/main/php.h:106,
>                  from /tmp/tmpJTlGSS/SQLite-1.0.2/sqlite.c:29:
> /usr/include/php/main/build-defs.h:93:10: #include expects "FILENAME" or
>  <FILENAME>
> make: *** [sqlite.lo] Error 1
> `make' failed
> [/Error]

Is your php version up-to-date? The sqlite extension has been
updated recently, and maybe it works only with the lastest version
of php4... just a guess


> Why does it seem so hard to get a sqlite.so, sqlite.com should really
> have it in part of its download section...
> Is there a way i can build it from source somewhere? or can someone here
>  just host it or send it to me one way or another? I dont have the
> option  of using php5 right now.
> Thanks, eny.
>
>
> --------------------------------------------------------------------- To
> unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to