![]() |
|
|
#1 |
|
I downloaded & unzipped the server then I made .ini for the server.
When I tried to start it, it gave me an error. This is what I typed: ./ucc-bin server ONS-Torlan?game=Onslaught.ONSOnslaughtGame ini=UT2004.ini log=UT2004.log -nohomedir & This is what I get: ./ucc-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory I have a libstdc++.so.6 in /usr/lib/ I tried to symlink it, but it did nothing. |
|
|
|
|
|
|
#2 |
|
That's the major problem of running relatively old Linux games on constantly changing distros like Ubuntu. 9.10 uses a new version of libstdc++ (ver. 6) that doesn't work with UT2004 (needs ver. 5)
For the record, 9.10 broke a lot of things...it was so bad I had to go back to using 9.04 :P Last edited by MrMaddog; 25th Nov 2010 at 11:36 PM. Reason: Dead link...WTF? |
|
|
|
|
|
|
#4 |
|
Registered User
Join Date: Jan. 17th, 2010
Posts: 1
|
Hi - I was hoping you may be able to post the resolve as the link to the resolve lands at a forum board that is currently down - many thanks in advance.
|
|
|
|
|
|
#5 |
|
Sure...you need the libstdc++5_3.3.6-18_i386.deb package b/c UT2004 can't use the new version that 9.10 has. I found this off the Debian site so hopefully it'll be around for a long while...
http://packages.debian.org/lenny/i38...dc++5/download |
|
|
|
|
|
|
#6 |
|
Necro bump update...
![]() The deb package above won't work for Lucid Lynx 10.04, but I found a way to install it. 1. Go to System > Adminstration > Software Sources and click on the "Other Software" tab. 2. Click add and type Code:
deb http://http.us.debian.org/debian/ lenny main You can also add the line to the /etc/apt/sources.list file, but be sure to type afterwards Code:
sudo apt-get update Code:
sudo apt-get install libstdc++5 4. Once that's installed, you should remove or comment out the debian lenny line so it doesn't screw up Update Manager. |
|
|
|
|
|
|
#7 |
|
Thanks for the update.
The first links seems to be broken, but the latter update works For those using Ubuntu server, as there's no synaptic only console, you'll have to: add the line into the sources.list -file -> update -> install -> ... -> profit
|
|
|
|
|
|
|
#8 |
|
Glad it works for you...
![]() Shame you can't use Synatic on Ubuntu anymore, I've been using Linux Mint, which still has it, for half year now and it works great. |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|