opensim on the mac mini
My debian box died
Not a happy day but that machine is about 7 years old and full of scabbed parts from who knows where. Oh well. So I pained about buying another box and to make a long story short decided to try out a mac mini as a server. Nuts huh? So, one of the tasks was to rebuild Xanth (my opensim) on the mini. Mono is 2.4 I installed from the dmg.
These are a couple of snags I ran into…
1. Grabbed the git code from ‘git clone http://opensimulator.org/git/opensim’
2. Tried ./runprebuild.sh worked ok but nant blew up. The trouble was pkg-config was not installed so I threw that on and all is well. ‘./configure –prefix=/usr/local’… etc…
3. Copy OpenSim.ini.example to OpenSim.ini and ran ‘mono OpenSim.exe’
4. Client dies on region handshake. Edit Regions/default.xml and change ‘external_host_name’ from 127.0.0.1 to the actual IP of the machine fixed that.
That wasn’t so bad. Now to get it rigged into MySQL and hooked back up to opengrid but I have to grab my old db data from the HD and run it over and…, well, I’ll post about that experience another time. Cool thing is, it’s works