LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   running 32 bit eclipse in 64bit linux (https://www.linuxquestions.org/questions/linux-newbie-8/running-32-bit-eclipse-in-64bit-linux-4175444611/)

wagmare 01-08-2013 01:08 AM

running 32 bit eclipse in 64bit linux
 
Hi friends,

I have to run a eclipse project of 32 bit in a 64 bit ubuntu
Description: Ubuntu 12.04.1 LTS
Release: 12.04
Codename: precise

i tried installing ia32 and i succeedd in compiling it ..
but when i tried to execute eclipse its not running ..

Code:

#catchsegv ./eclipse
ERROR: ld.so: object '/lib/x86_64-linux-gnu/libSegFault.so' from LD_PRELOAD cannot be preloaded: ignored.

and the ldd
Quote:

#ldd ./eclipse
linux-gate.so.1 => (0xf77a3000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7767000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7762000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf75b7000)
/lib/ld-linux.so.2 (0xf77a4000)
can any one please help me to sort out this problem ...

NevemTeve 01-08-2013 02:18 AM

Try this:

Code:

# ./eclipse

wagmare 01-08-2013 11:38 PM

Quote:

Originally Posted by NevemTeve (Post 4865209)
Try this:

Code:

# ./eclipse

ofcourse if i ran this .. it waited for some time and return back to the prompt .. its not invoking the app..


All times are GMT -5. The time now is 10:16 AM.