Ok, so I have this Virtual Dedicated Server laying around, and I thought I'd turn it into a game server. So, I used wget in PuTTy to download the Half-Life Game server installer package, but when I go to run it, it says "No such file or directory exists". But, when I list the files in the directory, it shows up, so it's there, but it's not recognizing it for some reason. What's causing this?
|
closed as not a real question by womble, cjc, Chopper3, mgorven, EEAA Jul 7 '12 at 19:29
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You'll see this happen when the binary is a different architecture than the system you're running. Execute these commands:
(Probably reports and
(Probably reports Is it the same architecture? In order to run 32-bit binaries on a 64-bit system you need the 32-bit glibc runtime. For Debian/Ubuntu install the |
|||
|
|
|
I am 99% certain that your problem is that you didn't download the file to a location in You need to move the file to a directory in The remaining 1% is forgetting to use |
|||
|
|