GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.25k stars 813 forks source link

Installing Half Life 2: Deathmatch Server installing on a Raspberry Pi #152

Closed T4LLY-0 closed 10 years ago

T4LLY-0 commented 10 years ago

Running the Debian wheezy (Raspbian) with updates (before and after).

I thought should install and maybe not run. But we're not getting that far. :(

Installing Half Life 2: Deathmatch Server

mkdir: created directory `/home/steamy/serverfiles' ./steamcmd.sh: line 29: /home/steamy/steamcmd/linux32/steamcmd: cannot execute binary file

Scarsz commented 10 years ago

This issue is with SteamCMD

Not sure if SteamCMD actually runs on ARM processors; I believe only x32/x64.

Try doing

dpkg --add-architecture i386
apt-get update
apt-get install lib32gcc1 ia32-libs

and see if it works then. Otherwise, I don't know.

T4LLY-0 commented 10 years ago

I had my doubts. Was more for amusement if anything. Thanks for the reply.

lock[bot] commented 6 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.