Re: 32 bit binary doesn't execute on wheezy, works on squeeze

2013-01-08 Thread ChadDavis
> http://wiki.debian.org/FAQsFromDebianUser?highlight=%28debian-user%29#Multiarch > Cool. The problem is that my binary in question hasn't been installed via dpkg, nor will be. So, I'm left to track down the missing libraries and install the 32 bit version by hand. Thus, apt-get install libstd

Re: 32 bit binary doesn't execute on wheezy, works on squeeze

2013-01-08 Thread Darac Marjal
On Mon, Jan 07, 2013 at 03:22:44PM -0700, ChadDavis wrote: > >> open("/lib/ld-linux.so.2", O_RDONLY)= -1 ENOENT (No such file or > >> directory) > >> _exit(127) > > > > Looks like you don't have libc6-i386 installed. However, a statically > > linked binary should work without it. > > > > Shou

Re: 32 bit binary doesn't execute on wheezy, works on squeeze

2013-01-07 Thread ChadDavis
>> I have a binary file that I'm trying to execute. It works on my >> squeeze system but not on wheezy. > > What is the error message? I don't see any error message. Is there a system level log that would capture something? > >> execve("./myApp.run", ["./myApp"...], [/* 17 vars */]) = 0 >> [

Re: 32 bit binary doesn't execute on wheezy, works on squeeze

2013-01-07 Thread Sven Joachim
On 2013-01-07 22:17 +0100, ChadDavis wrote: > I have a binary file that I'm trying to execute. It works on my > squeeze system but not on wheezy. What is the error message? > the file commands gives me: > > ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), > statically linked, stri

Re: 32 bit binary doesn't execute on wheezy, works on squeeze

2013-01-07 Thread ChadDavis
both of my systems are 64 bit amd. On Mon, Jan 7, 2013 at 2:17 PM, ChadDavis wrote: > I have a binary file that I'm trying to execute. It works on my > squeeze system but not on wheezy. > > the file commands gives me: > > ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), > statical