LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   CS 1.6 Server Installation Error "Illegal Instruction" (https://www.linuxquestions.org/questions/linux-server-73/cs-1-6-server-installation-error-illegal-instruction-773639/)

mitchell7man 12-05-2009 05:37 AM

CS 1.6 Server Installation Error "Illegal Instruction"
 
Quote:

root@kate:/usr/hlds# ./steam -command update -game valve -dir .
Illegal instruction

this is after a successful "update" how do I continue with this? Whats wrong?

Thanks,
MJ

RDove 12-10-2009 02:03 AM

I think Steam is having issues... i think its possible to throw a --debug on the end.

mitchell7man 12-11-2009 04:05 AM

Quote:

root@kate:/usr/hlds# ./steam -command update -game valve -dir . --debug
Illegal instruction
That didn't seem to give me anything to work with...

deadeyes 12-12-2009 03:43 AM

Quote:

Originally Posted by mitchell7man (Post 3787574)
That didn't seem to give me anything to work with...

I think it will be -debug instead of --debug?
Btw, maybe a library that is dynamically loaded cannot be found? (had that problem in the past)

mitchell7man 12-12-2009 09:24 PM

Hmm -debug returned the same error. What do you mean that dynamically loaded library cannot be found? -How do I get around that if that were the problem?

Thanks, MJ

deadeyes 12-13-2009 07:36 AM

Quote:

Originally Posted by mitchell7man (Post 3789366)
Hmm -debug returned the same error. What do you mean that dynamically loaded library cannot be found? -How do I get around that if that were the problem?

Thanks, MJ

ldd /binary

If there is "not found" in the output you need to know what package that library is in and then install that.

mitchell7man 12-17-2009 07:34 PM

Quote:

root@kate:/usr/hlds# ldd /binary
ldd: /binary: No such file or directory
root@kate:/usr/hlds#

So what package am I looking for? Any idea where it is?

Thanks again, MJ

deadeyes 12-18-2009 02:44 AM

Quote:

Originally Posted by mitchell7man (Post 3796073)
So what package am I looking for? Any idea where it is?

Thanks again, MJ

That depends on the output of the ldd command.
If there is a library not found, you should search in your package manager or google for it and install the package

mitchell7man 12-18-2009 01:37 PM

I think I have ldd i installed several versions of it, what ldd can't find is /default as far as I can tell,... what to do?

deadeyes 12-19-2009 11:38 AM

Quote:

Originally Posted by mitchell7man (Post 3797076)
I think I have ldd i installed several versions of it, what ldd can't find is /default as far as I can tell,... what to do?

Can you paste the output?
ldd ./steam


All times are GMT -5. The time now is 07:23 AM.