Author Topic: Don't start, but simply repeats command  (Read 1429 times)

0 Members and 3 Guests are viewing this topic.

Offline lollol

  • Major(1)
  • Posts: 25
Don't start, but simply repeats command
« on: July 16, 2009, 02:55:33 am »
Beside me system Linux 2.6.26,control through ssh
Has Prescribed chmod +x, but afterwards what write command ./soldatserver he simply repeats command in console
« Last Edit: July 16, 2009, 07:06:21 am by lollol »

Offline Toumaz

  • Veteran
  • *****
  • Posts: 1904
Re: Don't start, but simply repeats command
« Reply #1 on: July 16, 2009, 04:44:11 am »
Run "upx -d soldatserver" and see if that helps. You might need to install UPX using your package manager; if you don't know how, Google should be of help for your specific distribution. For Debian it's simply "apt-get install upx" as root.

Offline lollol

  • Major(1)
  • Posts: 25
Re: Don't start, but simply repeats command
« Reply #2 on: July 16, 2009, 07:09:32 am »
At request upx -d soldatserver writes  bash: upx: command not found
Writes apt-get install upx goes installation. But result no.
« Last Edit: July 16, 2009, 07:19:04 am by lollol »

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: Don't start, but simply repeats command
« Reply #3 on: July 16, 2009, 08:56:30 am »
At request upx -d soldatserver writes  bash: upx: command not found
Writes apt-get install upx goes installation. But result no.
Then run apt-get install upx as root (or with sudo if you're on ubuntu). Sounds to me like you just saw it say that but didn't run it. After you've intalled it, try running "upx -d soldatserver" again.
There are other worlds than these

Offline lollol

  • Major(1)
  • Posts: 25
Re: Don't start, but simply repeats command
« Reply #4 on: July 16, 2009, 10:35:37 am »
I so and has done, simply not has in that order written

Offline lollol

  • Major(1)
  • Posts: 25
Re: Don't start, but simply repeats command
« Reply #5 on: July 20, 2009, 06:46:06 am »
Install upx:Unpacking 1file.
Now writes
./soldatserver error while loading shared libraries libz.so cannot open shared object file No such file or directory

Offline MetsuriTossavainen

  • Camper
  • ***
  • Posts: 267
  • The Chainsaw Wizard

Offline lollol

  • Major(1)
  • Posts: 25
Re: Don't start, but simply repeats command
« Reply #7 on: July 20, 2009, 07:17:15 am »
All have thank you done