masterminds

Hozzászólások

10 bejegyzés megtekintése - 901-910 / 1,829
  • Szerző
    Bejegyzés
  • Hozzászólás: libstdc++.so.5 hiba #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..

      Hozzászólás: libstdc++.so.5 hiba #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..

        Hozzászólás: libstdc++.so.5 hiba #2102848
        masterminds
        Felhasználó

          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.

          Hozzászólás: libstdc++.so.5 hiba #2102849
          masterminds
          Felhasználó

            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.

            Hozzászólás: XPDE telepítés Gentoo-ra #2102894
            masterminds
            Felhasználó

              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: startx

              Hozzászólás: XPDE telepítés Gentoo-ra #2102895
              masterminds
              Felhasználó

                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: startx

                Hozzászólás: XPDE telepítés Gentoo-ra #2102890
                masterminds
                Felhasználó
                  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:

                  Hozzászólás: XPDE telepítés Gentoo-ra #2102891
                  masterminds
                  Felhasználó
                    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:

                    Hozzászólás: XPDE telepítés Gentoo-ra #2102886
                    masterminds
                    Felhasználó
                      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.

                      Hozzászólás: XPDE telepítés Gentoo-ra #2102887
                      masterminds
                      Felhasználó
                        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.

                      10 bejegyzés megtekintése - 901-910 / 1,829