SphereCommunity
Setting up on linux box - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Setting up on linux box (/Thread-Setting-up-on-linux-box)



Setting up on linux box - roberpot - 04-18-2014 01:04 AM

Hi everyone,

i'm testing spheresvr in linux, but i have a problem, when i try to run spheresvr, i get the error:

-bash: ./spheresvr: File or directory not found.

This is my spheresvr:

-r-x------ 1 *** *** 3,4M mar 19 22:17 spheresvr

file information:

spheresvr: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=0xdf2d14f492d0e91a90b086999dfe5174dd9ca42f, stripped

but when i do ldd spheresvr i get that error:

not a dynamic executable

How can i fix this? Can you help me please?

Thanks a lot to all!


RE: Setting up on linux box - roberpot - 04-18-2014 02:31 AM

Ok, i get the solution.

The problem was, i can't execute a elf32 executable in a 64 bits environment.

On debian like distributions, the solution is install the libc6-i386.deb package. This package can be found in system repositories:

sudo apt-get install libc6-i386.

Thanks you all!


RE: Setting up on linux box - XuN - 04-18-2014 07:43 AM

Thanks for sharing the solution Smile