Hello Lapsus..
Saw your thread here and gave it a go on my Kubuntu setup on my AMD1600 box. This isn't the Howto you want, just what I did and to add here hopefully getting more sims running.
I simply followed the Ubuntu instructions from the wiki/installation link above using the middle button pasting into a terminal. I found it very easy to follow.
This is from the wiki/installation page above.
>>I copied this next whole line and pasted into a terminal.
sudo aptitude install subversion nant mono mono-gmcs libmono-microsoft8.0-cil libmono-system-runtime2.0-cil
svn co http://opensimulator.org/svn/opensim/trunk opensim
cd opensim
./runprebuild.sh
nant
- The above steps are for just running OpenSim. If you want to use MySQL either install during the installation process or install later. For development you'll need to install gcc, gc++, and whatever other modules are needed.
- The above steps work on running OpenSim 0.4 on Ubuntu Server 7.10. I did a new install and everything worked fine for me. During the installation process I had Ubuntu install MySQL. --Mokele 11:41, 9 February 2008 (PST)
________________________________________________________
The problem I had was running ./runprebuild.sh: I stored the SimServer on a storage drive not in root drive. Had to remove the "no"in noexec part of fstab for that particular partition and reboot to make it compile.
And then it went smoothly, I answered the questions as instructed, gave my machines ip twice (192.168.0.101) then logged in from my laptop.
./secondlife -loginuri http://192.168.0.101:9000/
BINGO!!!
Sheesh, wish I had tried this earlier before many failed attempts at running it in a windowsXP virtual machine.