I recently installed SQLite 3.3.13, after having used previous
versions. I now get an error:

Error: database is locked

This is not a bug in SQLite - it is a bug in Apple's implementation (or more precisely their lack of implementation) of POSIX advisory locks for AppleShare mounted volumes. The SQLite sources include an (Apple-supplied) patch to work around the problem.

Thank you :-)

Recompile with

   -DSQLITE_ENABLE_LOCKING_STYLE=1

Pardon my ignorance, but where/how exactly do I enter this before recompiling?

Thanks,
Tom


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to