Douglas Allan Tutty writes: > If you install ksh on your debian box you can then run ldd on it to see > what libraries it was compiled to require.
Or you can just look at the dependencies: ¨Depends: libc6 (>= 2.3.5-1)¨ > If so, just copy the binary from the debian system; it may work. It will work on any system with libc6 >= 2.3.5. It may work with earlier versions of libc6. -- John Hasler