do softwares meant for x86, install on x86_64 and x64. I am focusing on linux. What problems can occur. I have never been comfortable with the differences. Could you explain?

link|improve this question

68% accept rate
feedback

1 Answer

up vote 3 down vote accepted

x86 refers to 32-bit software. x86_64 and x64 both refer to 64-bit software. Running 32-bit software on a 64-bit version of Linux is not the same as on Windows where 32-bit apps are thrown into a Program Files (x86) folder, some modifications are needed such as installing ia32 libraries.

link|improve this answer
i am on fedora and suse. – iamrohitbanga Jan 17 '10 at 11:03
You'll still need ia32, here's an article tailored to fedora (scroll down to Installing 32-bit support libraries under 64-bit Fedora 9 Sulphur ): metztli-it.com/blog/index.php/2008/06/28/… . It's for Fedora 9 but it's still relevant with the ia32 libs. – John T Jan 17 '10 at 11:09
will the 32 bit linux version work on x64 java.com/en/download/manual.jsp – iamrohitbanga Jan 17 '10 at 11:13
1  
I have no idea as I haven't tried it. Some applications do not work with ia32. Out of curiosity, why aren't you using the 64-bit build of java? javadl.sun.com/webapps/download/AutoDL?BundleId=35678 – John T Jan 17 '10 at 11:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.