I have some old console programs (binaries depending on libc.so.5 and ld-linux.so.1) I would like to run.
I have done this in the past on a Debian Linux version 2.6.11 by just copying the libs (above) to /lib.
However when I test this in Tinycore 3.0 (or Microcore) the programs run, but after a while I get Segmentation Fault. This seems to be caused by the shared memory (used by the programs to communicate between each other) which is corrupted.
Is it anyway possible to run old binaries still depending on libc.so.5 and ld-linux.so.1 on Tinycore, Microcore or any newer Linux distro ?