Steam for Linux

Steam for Linux

silver- 2 ENE 2015 a las 14:48
Linux - Steamcmd server install (CS)
Hello,

Im trying to install a CS server on a linux via FTP.
However when I use ./steamcmd.sh I get the line 29 steamcmd: No such file or directory error.
Anyone know how to solve this?
< >
Mostrando 1-2 de 2 comentarios
Denver 3 ENE 2015 a las 1:09 
quick search popped this up:
https://developer.valvesoftware.com/wiki/SteamCMD#Running_SteamCMD

Steps for linux (Ubuntu)

1. sudo apt-get install lib32gcc
2. adduser -m steam
3. su - steam
4. mkdir ~/steamcmd
5. cd ~/steamcmd
6. wget http://media.steampowered.com/installer/steamcmd_linux.tar.gz
7. tar -xvzf steamcmd_linux.tar.gz
8. cd ~/steamcmd
9. ./steamcmd.sh

The error is related to not finding steamcmd file in the directory path your currently in. I posted the steps abover because perhaps you missed "cd ~/steamcd" which takes you to the directory.


Última edición por Denver; 3 ENE 2015 a las 1:11
silver- 3 ENE 2015 a las 13:42 
I am guessing we are missing lib32gcc, it's a 64bit debian wheezy, and it apparently needs that for steamcmd to work on those machines. I googled and found more people having the same problem. We use a FTP to install our servers on so I don't have access to the machine and it's something the company needs to fix, unless there's a workaround and I can install it myself via ftp?
< >
Mostrando 1-2 de 2 comentarios
Por página: 1530 50

Publicado el: 2 ENE 2015 a las 14:48
Mensajes: 2