Jump to content

SpicedChicken

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by SpicedChicken

  1.  

    i've get error, after running ./install.sh all

    Installing Steam
    Downloading and installing the game - long
    steamcmd/steamcmd.sh: line 29: /home/dayz/dayz-epoch-linux-server-magic/steamcmd/linux32/steamcmd: No such file or directory
    ***FAILED*** SteamCmd game installation failed
    
    root@dayz /home/dayz/dayz-epoch-linux-server-magic # cd steamcmd/linux32
    root@dayz /home/dayz/dayz-epoch-linux-server-magic/steamcmd/linux32 # ls
    libstdc++.so.6  steamcmd
    

     

    I don't know if I looked over it and if anyone gave the solution to this already, but I had the exact same problem as this. I was on a CentOS 6+ VPS and things didn't work out very well, so I moved over to Debian 7 and got things to work. On Debian it took me the longest time to figure out what exactly was needed to be installed (besides the requirements). I don't know exactly how it went but everything worked after I did this:

     

    Add the following line to the file /etc/apt/sources.list:

    deb http://ftp.debian.org/debian experimental main
    deb http://ftp.debian.org/debian sid main

    Then run:

    apt-get update

    and

    apt-get -t sid install libc6-amd64 libc6-dev libc6-dbg

    After that remove the last line (deb http://ftp.debian.org/debiansid main) in  /etc/apt/sources.list.

     

     

    After that I focused on the 32 bit things needed.

    sudo dpkg --add-architecture i386
    sudo apt-get update

    then

    apt-get update
    apt-get install libc6-i386
    apt-get install lib32gcc1

    Oh and that last error was fixed after I installed the 32 bit version of libstdc using

    apt-get install lib32stdc++6

    I think that's it, I hope I didn't miss or forgot anything. 

     

    $ uname -a && cat /etc/*release
    Linux spiced 2.6.32-042stab093.5 #1 SMP Wed Sep 10 17:39:49 MSK 2014 x86_64 GNU/Linux
    PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"
    NAME="Debian GNU/Linux"
    VERSION_ID="7"
    VERSION="7 (wheezy)"
    ID=debian
    ANSI_COLOR="1;31"
     
    $ ldd --version
    ldd (Debian EGLIBC 2.13-38+deb7u6) 2.13
    Copyright © 2011 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    Written by Roland McGrath and Ulrich Drepper.
     
    $ /lib/x86_64-linux-gnu/libc.so.6
    GNU C Library (Debian GLIBC 2.19-13) stable release version 2.19, by Roland McGrath et al.
    Copyright © 2014 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    Compiled by GNU CC version 4.8.3.
    Compiled on a Linux 3.16.7 system on 2014-11-06.
    Available extensions:
            crypt add-on version 2.1 by Michael Glad and others
            GNU Libidn by Simon Josefsson
            Native POSIX Threads Library by Ulrich Drepper et al
            BIND-8.2.3-T5B
    libc ABIs: UNIQUE IFUNC
    For bug reporting instructions, please see:
     
     
     
     
×
×
  • Create New...