On Wed, 27 Jun 2007 08:23:28 -0500
John Hasler <[EMAIL PROTECTED]> wrote:

> 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


yeah, I did that, look

ldd $(which ksh)
        linux-gate.so.1 =>  (0xffffe000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7f77000)
        libm.so.6 => /lib/libm.so.6 (0xb7f52000)
        libc.so.6 => /lib/libc.so.6 (0xb7e29000)
        /lib/ld-linux.so.2 (0xb7f8f000)

No fancy libraries needed, I copy the binary and voila!
Thanks to all of you.

Best,
Orestes


-- 
Orestes <[EMAIL PROTECTED]>

Reply via email to