Re: [sqlite] database is locked error on Mac OS X

2007-03-14 Thread T
Hi Richard and Puneet, I just wanted to say thanks, and to record your combined advice that worked. Much of this may be superfluous or painfully obvious, but it worked: 1. In the sqlite-3.3.13 downloaded source directory, execute: ./configure 2. That creates a new file "MakeFile". Edit

Re: Fwd: [sqlite] database is locked error on Mac OS X

2007-03-10 Thread P Kishor
On 3/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: T <[EMAIL PROTECTED]> wrote: > Can someone please tell me (politely ;-) where to put the - > DSQLITE_ENABLE_LOCKING_STYLE=1 > > I tried inserting it arbitrarily in the Makefile.in file but it > didn't seem to make a difference. > Do

Re: Fwd: [sqlite] database is locked error on Mac OS X

2007-03-10 Thread drh
T <[EMAIL PROTECTED]> wrote: > Can someone please tell me (politely ;-) where to put the - > DSQLITE_ENABLE_LOCKING_STYLE=1 > > I tried inserting it arbitrarily in the Makefile.in file but it > didn't seem to make a difference. > Do "configure". Then edit the Makefile that is generated. --

Fwd: [sqlite] database is locked error on Mac OS X

2007-03-10 Thread T
:21 PM To: sqlite-users@sqlite.org Subject: [sqlite] database is locked error on Mac OS X Reply-To: sqlite-users@sqlite.org 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 A

[sqlite] database is locked error on Mac OS X

2007-03-08 Thread T
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