From: Matthew F. <mf...@ci...> - 2000-08-13 18:30:09
|
> hi, I have downloaded trinux 0.6. > I want to use it in my Embed linux system. > I changed some lines on linuxrc to make it bootable > on my hard-disk. And I need add a full function "cp" to it. > Then, I unlinked the cp and copyed "cp" in RedHat 6.2 into > initrd.gz .and then, when I use them , I found a "segment error". > I think It is because of the different of libc.so.6 . > Is it right? Can I repair it only by copy the redhat's > libc.so.6 to trinux ? Its possible but not reccomended. If you overwrite the old libc it will break *everything* else. Why don't you look at 0.70 -- its far more stable and since it is linked against 2.1.3 (the same thing as RH 6.2) you should have better luck although I have not actually tested to see if RH6.2 binaries work. It also contains the latest version of Busybox and you may not even need to use the standard cp. Many of the tools have new options to make them compatible with the normal GNU stuff. > > By the way, the "cat family" on initrd.gz is great small !!! > where can I find the source of it? > Busybox (http://busybox.lineo.com) |