Author Topic: [SOLVED] No such file or directory Debian Wheezy 64bit  (Read 3556 times)

0 Members and 1 Guest are viewing this topic.

Offline Mokkun

  • Major(1)
  • Posts: 44
  • Zz
[SOLVED] No such file or directory Debian Wheezy 64bit
« on: November 18, 2014, 05:22:49 pm »
Hello, I'm trying to setup a soldat server on my dedicated OVH server, I downloaded the zip, unzipped it and made the soldatserver executable, but when I'm trying to run the script with the command ./soldatserver bash returns: -bash: ./soldatserver: No such file or directory
I don't really understand what I'm doing wrong because the file is there and it's executable...
« Last Edit: November 21, 2014, 03:59:45 am by Mokkun »

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: No such file or directory Debian Wheezy 64bit
« Reply #1 on: November 18, 2014, 07:26:26 pm »
You need to install 32bit libraries for your OS to run 32bit executables such as Soldat
There are other worlds than these

Offline Mokkun

  • Major(1)
  • Posts: 44
  • Zz
Re: No such file or directory Debian Wheezy 64bit
« Reply #2 on: November 20, 2014, 04:23:54 pm »
Thanks for your reply, what 32bit libraries are needed to run soldatserver?

Offline Furai

  • Administrator
  • Veteran
  • *****
  • Posts: 1908
    • TransHuman Design
Re: No such file or directory Debian Wheezy 64bit
« Reply #3 on: November 21, 2014, 02:57:48 am »
It used to be "ia32-libs". Dunno if it's still the case. Now debian wiki recommends multiarch approach to these things. Anyway, if it doesn't work then wait for Joe to reply.
"My senses are so powerful that I can hear the blood pumping through your veins."

Offline Mokkun

  • Major(1)
  • Posts: 44
  • Zz
Re: No such file or directory Debian Wheezy 64bit
« Reply #4 on: November 21, 2014, 03:01:28 am »
Nvm got it to work, had to install ia32-libs, tried
Code: [Select]
apt-get install ia32-libs but I got some message "held broken package".
I tried with aptitude
Code: [Select]
aptitude install ia32-libs and it said some packages needed downgrade, and then it finally worked.

Thanks for your help!