I've used apt-get
to install Subversion and SQLite on my Ubuntu VPS, however, I'm getting this error when I try to use svn
:
svnadmin: SQLite is required to be compiled and run in thread-safe mode
Does anyone know why this might be happening? I originally tried to compile sqlite and subversion from source before switching to the ubuntu packages - could this be the issue perhaps?