After upgrading from debian squeeze I run into the problem that every commit was failing with “Couldn’t perform atomic initialization“.
See Debian bug report
My apache logs are showing :
[error] [client ] Couldn’t perform atomic initialization [500, #200029]
[error] [client ] Couldn’t perform atomic initialization [500, #200029]
[error] [client ] SQLite compiled for 3.7.4, but running with 3.7.3 [500, #200030]
So it looks like that libapache2-svn is build against libsqlite3 3.7.4 which is currently in Sid. In Squezze we have libsqlite3 3.7.3
A quick fix would be to take the libsqlite3 package from Sid for now.
have fun