Hozzászólások
-
SzerzőBejegyzés
-
IF YOU HAVE A PROBLEM WITH „LIBSTDC++.SO.5” …
(This is a frequent-enough problem to merit discussion in the introduction.)If you are reading this, it’s probably because you tried to start your Linux server and saw this message:
./cod_lnxded: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
COD is a C++ program built with gcc 3.2.3, which means it needs a system library specific to gcc 3.2. Older Linux systems won’t have this installed, and we’re starting to see newer Linux distributions that don’t have this either, since they are supplying an incompatible gcc 3.4 version. The good news is that you can drop the needed library into your system without breaking anything else.
Here is the library you need, if your Linux distribution doesn’t supply it:
http://icculus.org/updates/cod/gcc3-libs.tar.bz2You want to unpack that somewhere that the dynamic linker will see it (if you are sure it won’t overwrite any files, you can even use /lib).
The brave can put it in the same directory as the game and run the server like this:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./cod_lnxdedNow the server will start.
Ott van a megoldás.
Letöltöd a linken található állományt és kicsomagolod valahova, ahol a „dinamikus linker” is megtalálja (tehát az ld.so.conf-ban már szerepel az az elérési út)3.2.3-as GCC-vel készítették a programot, a mostani Debian Etch-d pedig 4-es GCC-t használ, ezért kell neki az adott csomag..
IF YOU HAVE A PROBLEM WITH „LIBSTDC++.SO.5” …
(This is a frequent-enough problem to merit discussion in the introduction.)If you are reading this, it’s probably because you tried to start your Linux server and saw this message:
./cod_lnxded: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
COD is a C++ program built with gcc 3.2.3, which means it needs a system library specific to gcc 3.2. Older Linux systems won’t have this installed, and we’re starting to see newer Linux distributions that don’t have this either, since they are supplying an incompatible gcc 3.4 version. The good news is that you can drop the needed library into your system without breaking anything else.
Here is the library you need, if your Linux distribution doesn’t supply it:
http://icculus.org/updates/cod/gcc3-libs.tar.bz2You want to unpack that somewhere that the dynamic linker will see it (if you are sure it won’t overwrite any files, you can even use /lib).
The brave can put it in the same directory as the game and run the server like this:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./cod_lnxdedNow the server will start.
Ott van a megoldás.
Letöltöd a linken található állományt és kicsomagolod valahova, ahol a „dinamikus linker” is megtalálja (tehát az ld.so.conf-ban már szerepel az az elérési út)3.2.3-as GCC-vel készítették a programot, a mostani Debian Etch-d pedig 4-es GCC-t használ, ezért kell neki az adott csomag..
Látom hogy volt már ldconfig, de azért próbáld meg azt, hogy egy teljesen új terminálból indítod a programot.
Látom hogy volt már ldconfig, de azért próbáld meg azt, hogy egy teljesen új terminálból indítod a programot.
No akkor még egyszer…… alt + ctrl + F1 és ott bejelentkezel root-ként.
– kiadod az /etc/init.d/xdm stop parancsot (ha erre nem állna le a grafikus felület, akkor killall gdm)
– átjelentkezel vasy felhasználóra (su vasy)
– és csak ezek után adod ki: startxNo akkor még egyszer…… alt + ctrl + F1 és ott bejelentkezel root-ként.
– kiadod az /etc/init.d/xdm stop parancsot (ha erre nem állna le a grafikus felület, akkor killall gdm)
– átjelentkezel vasy felhasználóra (su vasy)
– és csak ezek után adod ki: startxvasy05 wrote:Terminálba nem tok belépni, sehogyan sem.Eddig be tudtál lépni. Akkor irány vissza a Terminal Problemak topikba. 😮 :rolleyes:
vasy05 wrote:Terminálba nem tok belépni, sehogyan sem.Eddig be tudtál lépni. Akkor irány vissza a Terminal Problemak topikba. 😮 :rolleyes:
vasy05 wrote:Nekem GDM -em van, így nem naon akarja elindítani.A GDM nem is fogja elindítani neked, maximum ha beleszerkeszted.
Pont azért mondtam hogy először állítsd le az xdm-et, mert a bejelentkező ablaknak nem kell futnia! Ha simán startx-el indítod a grafikus felületet egy terminálból, akkor az xpde-nek kell indulnia.
vasy05 wrote:Nekem GDM -em van, így nem naon akarja elindítani.A GDM nem is fogja elindítani neked, maximum ha beleszerkeszted.
Pont azért mondtam hogy először állítsd le az xdm-et, mert a bejelentkező ablaknak nem kell futnia! Ha simán startx-el indítod a grafikus felületet egy terminálból, akkor az xpde-nek kell indulnia.
-
SzerzőBejegyzés