Problem:
When I try to run 32-bit program on 64-bit Kernel the following errors were observed:
My code was compiled on 32-bit environment.
1 | root@oracle-server: ./re_structure.bin: No such file or directory |
Solution:
Get the 32-bit shared library package for use on amd64 and ia64 systems, ia32-libs:
1 | apt-get install ia32-libs |
Tony says
This worked for me. Thanks very much.
Jo says
Wow thanks.
Thats it!