Description
The SQLite plugin loader installed in etc/plugins/TSQLServer/P060_TSQLiteServer.C tries to load the libRSQLite library, but the ./configure based build system (used because of interfacing to legacy system) builds the libSQLite library. Addling a link between libSQLite.
{so,rootmap}and libRSQLite.[so,rootmap} fixes the problem, as does editing P060_TSQLiteServer.C.
This could possibly be fixed by removing the ./configure build option.