On Wed, Jun 27, 2007 at 08:33:26AM -0400, Orestes leal wrote: > On Tue, 26 Jun 2007 22:54:55 -0500 > John Hasler <[EMAIL PROTECTED]> wrote: > > Ore writes: > > > I know that it's in the repository but I need the raw binary for 386. > > > > I don´t understand what you mean by ¨raw binary¨. What´s wrong with the > > binary in the ksh package? > > Well, I don't speak english to good, I meant a Ksh Binary that works in every > linux distro, > hope that makes clear the point. >
If you install ksh on your debian box you can then run ldd on it to see what libraries it was compiled to require. You can then look at your target linux (that doesn't include a ksh package?) and see if those same libraries exist there. If so, just copy the binary from the debian system; it may work. However, it the libraries differ then they won't be binary compatible. So, back up. What system are you trying to get ksh onto that doesn't have it available? Does that target system not have gcc with which you can compile ksh from source? Doug. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]