Linux Dedicated Steam Servers

Turns out that the steamclient.so lib is in a path that the binary doesn’t recognize since I don’t have the default steam workdir path installed. So I simply copy pasted steamclient.so from the steamcmd directory into the same folder that the binary resides. Now I get the same error but instead of saying it can’t find the directory/file it says that I have the wrong ELF class :ELFCLASS32, which means the binary is 64bit whilst the library is 32bit. So my next step is to try and build a 32bit linux dedicated server.

1 Like