PDA

View Full Version : Ubuntu 64-bit installation?



melon
March 5th, 2010, 23:02
Hello mi,

Any chances to install and run Realityserver on Ubuntu 9.10? I have some issues with libstdc++.so.5 library. I've tried to google out solution i.e. here: http://bootstrapping.wordpress.com/2009/11/25/missing-libstdc-so-5-in-ubuntu-9-10-karmic/ but no luck so far.

I would be very grateful for any tips how to run it.

ak
March 8th, 2010, 16:40
Hi,

Ubuntu is not part of the officially supported operating systems of RealityServer distribution (you can find the list in install-rs.pdf, section Operating System); however it is supposed to work.
In the same paragraph you will find the note On Linux RealityServer has an external dependency on libstdc++.so.5. Is it possible that you haven't installed the compat-libstdc++ package yet?

Best,
Anja

melon
March 8th, 2010, 20:08
case solved, had to add two repositories

deb http://ppa.launchpad.net/jason-scheunemann/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/jason-scheunemann/ppa/ubuntu karmic main

and then install libstdc++.so.5 (version 5 is not in default repositories any more).

Now I have RS up and running under 64-bit Ubuntu (9.10)