SQLite bug? ./configure --help <snip> --enable-threadsafe build a thread-safe library [default=yes]
This seems to be incorrect. One must pass --enable-threadsafe for a thread safe library. For example building Subversion with --with-sqlite=/usr then following the example 'Running a Subversion Server', the svn import fails with: svn: Unable to open an ra_local session to URL svn: Unable to open repository 'file:///srv/svn/repositories/svntest' svn: SQLite is required to be compiled and run in thread-safe mode Rebuilding sqlite adding --enable-threadsafe fixes it. Although I am not strictly following the book, this seems a bug to me. The switch should at least be mentioned in the 'Command Explanations' since --help is mis-leading. --- David Jensen -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
