libstdc++.so.5 hiba

Kezdőlap Fórumok Debiannal kapcsolatos kérdések libstdc++.so.5 hiba

10 bejegyzés megtekintése - 31-40 / 47
  • Szerző
    Bejegyzés
  • #2102854
    zentus
    Felhasználó

      Nem tudom 🙁 a másik gépemen sima 3.0as debian van…. i386os azon minden ment felraktam ezt a csomagot azt hali…

      #2102855
      zentus
      Felhasználó

        Nem tudom 🙁 a másik gépemen sima 3.0as debian van…. i386os azon minden ment felraktam ezt a csomagot azt hali…

        #2102856
        masterminds
        Felhasználó

          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.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.

          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..

          #2102857
          masterminds
          Felhasználó

            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.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.

            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..

            #2102858
            zentus
            Felhasználó

              van ötletetek, hogyan butítsam vissza a 4.0-ás gcc-t? bele másoltam, ahová kell de még mindig 4.0

              #2102859
              zentus
              Felhasználó

                van ötletetek, hogyan butítsam vissza a 4.0-ás gcc-t? bele másoltam, ahová kell de még mindig 4.0

                #2102860
                zoltan22
                Felhasználó

                  nem gcc-t kell butitani, hanem a megfelelo lib-et telepiteni, hogy a progam megtalalja:

                  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

                  #2102861
                  zoltan22
                  Felhasználó

                    nem gcc-t kell butitani, hanem a megfelelo lib-et telepiteni, hogy a progam megtalalja:

                    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

                    #2102862
                    zentus
                    Felhasználó

                      És hogyan tudom telepiten ebben csak so fájlok vannak….

                      Szerk: ilyenben nem vagyok otthon..

                      másban igen.. pl:web szerver, mail meg ilyenekben, de ennyire a linux lelki vlága kimaradt…. :-

                      #2102863
                      zentus
                      Felhasználó

                        És hogyan tudom telepiten ebben csak so fájlok vannak….

                        Szerk: ilyenben nem vagyok otthon..

                        másban igen.. pl:web szerver, mail meg ilyenekben, de ennyire a linux lelki vlága kimaradt…. :-

                      10 bejegyzés megtekintése - 31-40 / 47
                      • Be kell jelentkezni a hozzászóláshoz.