On 08/10/10 19:04, Aldon Hynes wrote:
Okay, I realize this is probably pushing the envelope a little bit, but I've made a little bit of progress in running OpenSim on a Nokia N900 smartphone. The Nokia N900 is a linux based phone. There is limited Mono support on it, so I thought I would see if I could run OpenSim on it. I actually got pretty far, but it seems to be failing when I get to the Loading Region's modules (old style) section. I get an error saying Could not load types fo [MySql.Data ... ] I don't believe that the Mono on the N900 supports MySql. On the other hand, I'm using sqlite3 for my database, so I'm wondering why I'm getting the MySql.Data error and if there is some configuration I can do to get around this.
It looks like this is a consequence of our module loading system. If you move or remove OpenSim.Data.Tests.dll then OpenSim may start correctly without the MySQL library (it does on my local master). For some reason, module loading is loading OpenSim.Data.Tests.dll and then trying to resolve the MySQL libraries that it references further on.
I discovered this by first removing Data.MySQL.dll and then working back along the chain of resolution problems it complained about.
For more details, check my blog post Building Virtual Worlds on the #N900 http://www.orient-lodge.com/node/4281 Aldon
-- Justin Clark-Casey (justincc) http://justincc.org http://twitter.com/justincc _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
