Why do I need lib64 on my 32 bit machine?
- by Tim
I am trying to install Oracle on my 32-bit machine that runs Ubuntu 10.4. I am following install Oracle on Ubuntu tutorial. At the very first step there is a requirement to manually install library libstdc++5. Author does 2 steps:
download libstdc++5_3.3.6-17ubuntu1_amd64.deb from here
download ia32-libs_2.7ubuntu6.1_amd64.deb from here
As you…