Hi all, It seems that subversion just tries linking explicitly with -lsqlite3 during configure, yet sqlite3 itself may be linked against other libraries which need to be pulled in. And this can fail on some systems.
The configure script should use "pkg-config --libs sqlite3" to obtain a list of libraries. Thanks, Alan.