Attempting to run OpenSim under Ubuntu using MySQL for a standalone region.  Although the client crashes later with a sequence that starts:<br><br>Your sqlite3 version is old - please upgrade to at least v3.5.0!<br>00:33:09 - [SERVICE BASE]: Failed to load plugin OpenSim.Data.IFriendsData from OpenSim.Data.SQLite.dll with args URI=file:friends.db,version=3, FriendsSystem.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.EntryPointNotFoundException: sqlite3_next_stmt<br>
  at (wrapper managed-to-native) Mono.Data.Sqlite.UnsafeNativeMethods:sqlite3_next_stmt (intptr,intptr)<br><br><br>I suspect this is a side effect from the REGION DB timeout below:<br><br>00:27:55 - [OPENSIM MAIN]: Running <br>
00:27:55 - [DATASTORE]: Attempting to load OpenSim.Data.MySQL.dll<br>00:27:55 - [REGION DB]: MySql - connecting: Data Source=localhost;Database=opensim;User ID=kenday;Password=***;<br>00:27:55 - [REGION DB]: Connection wait timeout 28860 seconds<br>
00:27:55 - [MIGRATIONS]: EstateStore up to date, no migrations to apply<br>00:27:55 - [MIGRATIONS]: RegionStore up to date, no migrations to apply<br>00:27:55 - [DATASTORE]: Added IRegionDataStore Interface<br>00:27:55 - [CLIENTSTACK]: Attempting to load OpenSim.Region.ClientStack.LindenUDP.dll<br>
00:27:56 - [CLIENTSTACK]: Added IClientNetworkServer Interface<br>00:27:56 - [REGION SERVER]: Starting HTTP server on port 9000<br><br>Would be grateful for any help.<br><br>Ken Day<br><br>