Re: [CentOS] 32 bit applications on 64 bit machine

2008-02-07 Thread Scott Ehrlich
Message From: Rozsa Sandor [EMAIL PROTECTED] To: CentOS mailing list centos@centos.org Sent: Tuesday, February 5, 2008 10:54:17 PM Subject: Re: [CentOS] 32 bit applications on 64 bit machine - Original Message From: John R Pierce [EMAIL PROTECTED] To: CentOS mailing list centos

Re: [CentOS] 32 bit applications on 64 bit machine

2008-02-07 Thread Rozsa Sandor
compat*) Any suggestion how can I fix this problem. Thanx s - Original Message From: Rozsa Sandor [EMAIL PROTECTED] To: CentOS mailing list centos@centos.org Sent: Tuesday, February 5, 2008 10:54:17 PM Subject: Re: [CentOS] 32 bit applications on 64 bit machine - Original

[CentOS] 32 bit applications on 64 bit machine

2008-02-05 Thread Rozsa Sandor
Hi people, I have a 64 bit Centos machine. My problem is that I can't run 32 bit applications on that. I can compile with the 32 bit option my sources, but when I'm trying to run them I obtain the following error message: -bash: ./a.out: cannot execute binary file And the file a.out returns

Re: [CentOS] 32 bit applications on 64 bit machine

2008-02-05 Thread Scott Ehrlich
On Tue, 5 Feb 2008, Rozsa Sandor wrote: Hi people, I have a 64 bit Centos machine. My problem is that I can't run 32 bit applications on that. I can compile with the 32 bit option my sources, but when I'm trying to run them I obtain the following error message: -bash: ./a.out: cannot

Re: [CentOS] 32 bit applications on 64 bit machine

2008-02-05 Thread Jeff Larsen
On Feb 5, 2008 10:16 AM, Scott Ehrlich [EMAIL PROTECTED] wrote: On Tue, 5 Feb 2008, Rozsa Sandor wrote: Hi people, I have a 64 bit Centos machine. My problem is that I can't run 32 bit applications on that. I can compile with the 32 bit option my sources, but when I'm trying to run

Re: [CentOS] 32 bit applications on 64 bit machine

2008-02-05 Thread Jeff Larsen
A more targeted approach: run ldd a.out and see what 32-bit libraries your 32-bit binary is expecting to have available. I should have also said that you need to install the 32-bit versions of libraries separately. The base CentOS install may have some 32-bit libs installed, but if you need to

Re: [CentOS] 32 bit applications on 64 bit machine

2008-02-05 Thread John R Pierce
Rozsa Sandor wrote: Hi people, I have a 64 bit Centos machine. My problem is that I can't run 32 bit applications on that. I can compile with the 32 bit option my sources, but when I'm trying to run them I obtain the following error message: -bash: ./a.out: cannot execute binary file And

Re: [CentOS] 32 bit applications on 64 bit machine

2008-02-05 Thread Rozsa Sandor
- Original Message From: John R Pierce [EMAIL PROTECTED] To: CentOS mailing list centos@centos.org Sent: Tuesday, February 5, 2008 6:58:42 PM Subject: Re: [CentOS] 32 bit applications on 64 bit machine Rozsa Sandor wrote: Hi people, I have a 64 bit Centos machine. My