well don't build mono from source, this is still VERY UNSTABLE!! Just install "mono complete" with debian "Software center". Then download opensim with git or http://opensimulator.org/viewgit/?a=shortlog&p=opensim here and unpack/copy to your "/home/<yourname>/opensim/" folder. Download "nant-0.91-alpha2" http://sourceforge.net/projects/nant/files/nant/0.91-alpha2/ here and unpack in your "/home/<yourname>/" folder. (you will see: "/home/<yourname>/nant-0.91-alpha2")
(replace <yourname> with your debian (login)username) go to your opensim folder and run "runprebuild.sh". When ready put this in "run-nant.sh" -- begin -- #!/bin/sh # Possible values for "t:" include: # # mono-1.0 (Mono 1.0 Profile) # mono-2.0 (Mono 2.0 Profile) # mono-3.5 (Mono 3.5 Profile) # cd / cd /home/<yourname>/opensim/ exec mono /home/<yourname>/nant-0.91-alpha2/bin/NAnt.exe -t:mono-3.5 > OpenSimCompile.log echo "Ready..." sleep 3s -- end -- and copy to "/home/<yourname>/opensim/" folder and run it. This wil take a while, but then opensim is compliled perfectly. Now copy your opensim .ini files to "opensim/bin" and "opensim/config-include" or make new ones with ".example" files. After that opensim should work perfectly.... Dutch ----- -- View this message in context: http://opensim-users.2152040.n2.nabble.com/Loading-oar-files-crashes-opensim-tp6036193p6044061.html Sent from the opensim-users mailing list archive at Nabble.com. _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
