On Mon, 28 Jul 2008, Rob Sciuk wrote:
>> top of mutex.h:
>>
>> #ifdef __FreeBSD__
>> #define SQLITE_HOMEGROWN_RECURSIVE_MUTEX 1
>> #endif
OK, I've tracked the resulting glitch to a rivet dependancy, and the code
now works with the suggested define included!!! I'm not entirely sure the
status
Wow!, Thanks for your very swift reply, Sir.
On Mon, 28 Jul 2008, D. Richard Hipp wrote:
> Perhaps FreeBSD does not implement recursive mutexes. In that case, you can
> try to recompile with -DSQLITE_HOMEGROWN_RECURSIVE_MUTEX=1 and see if that
> helps. It would be good to review the comment
On Jul 28, 2008, at 12:53 PM, Rob Sciuk wrote:
>
> I've enabled the thread-safe option, and compiled sqlite3.5.9 against
> tcl8.5.3, also PDO in PHP 5.2.5, and used it in web sites both with
> PHP,
> and Tcl/Rivet under Apache 1.3.41. Sqlite seems to consistently choke
> either in rivet, or un
I've enabled the thread-safe option, and compiled sqlite3.5.9 against
tcl8.5.3, also PDO in PHP 5.2.5, and used it in web sites both with PHP,
and Tcl/Rivet under Apache 1.3.41. Sqlite seems to consistently choke
either in rivet, or under PHP with a similar problem:
Fatal error 'Recur
4 matches
Mail list logo