ne sachant que mettre dans le sujet etant donné que cela reste assez compliqué, j'aurai voulu installer ( en parallele avec teamspeak c.f post forum ) un serveur de jeux Call of Duty sur ma sme!
tres bien je me suis procures le fichier pour linux...mais d'apres quelques recherches ( car le jeux ne se lance pas ) j'aurai besoin d'installer apparemment ce gcc3-libs.tar.bz2 d'apres ce texte en anglais :
- Code: Tout sélectionner
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.bz2
You 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_lnxded
Now the server will start.
J'en conclu que si le jeux ne se lance cela est du a cette fonction manquante C++ !
Par contre je ne sais ou dézipper ce tar.gz ( il explique :" you can drop the library into your system ? " ) Ou me conseillez vous de dézipper ce fichier afin que la mse le reconnaisse ? Bien que + bas il stipule " unpack that somewhere that the dynamic linker will see it" Qu'entends t-on par dynamic linker ?
Pour ceux qui me connaissent de loin, j'essaye ( via mes differents post d'installer teamspeak et un jeux en parallele !)
merci a vous de pouvoir me rencarder s.v.p ! en attendant j'ai pris soin de telecharger ce tar.gz !